Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'render_povray/templates_pov/diffract.pov')
-rw-r--r--render_povray/templates_pov/diffract.pov2
1 files changed, 1 insertions, 1 deletions
diff --git a/render_povray/templates_pov/diffract.pov b/render_povray/templates_pov/diffract.pov
index 0c7a0228..ea5a74c4 100644
--- a/render_povray/templates_pov/diffract.pov
+++ b/render_povray/templates_pov/diffract.pov
@@ -83,7 +83,7 @@ camera { // Camera StdCam
direction <0.0, 0.0, 1.6542>
sky <0.0, 0.0, 1.0> // Use right handed-system!
up <0.0, 0.0, 1.0> // Where Z is up
- right x*image_width/image_height // keep propotions with any aspect ratio
+ right x*image_width/image_height // keep proportions with any aspect ratio
look_at <0.000, 0.000, -2.7500>
}