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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-04-29 08:43:36 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-04-29 08:43:36 +0400
commitf3a9b7580eb5c4514580f50795954981348c69b9 (patch)
tree913421bddde8bcf68365a12e8a315bfbeffed541 /source/blender/render/intern/raytrace
parent70829f05da1f46335988c694bdefbaa2ad894cb2 (diff)
spelling corrections.
Diffstat (limited to 'source/blender/render/intern/raytrace')
-rw-r--r--source/blender/render/intern/raytrace/reorganize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/render/intern/raytrace/reorganize.h b/source/blender/render/intern/raytrace/reorganize.h
index 856df6ba320..4df10bd9f84 100644
--- a/source/blender/render/intern/raytrace/reorganize.h
+++ b/source/blender/render/intern/raytrace/reorganize.h
@@ -133,7 +133,7 @@ void reorganize(Node *root)
/*
* Prunes useless nodes from trees:
- * erases nodes with total ammount of primitives = 0
+ * erases nodes with total amount of primitives = 0
* prunes nodes with only one child (except if that child is a primitive)
*/
template<class Node>