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:
Diffstat (limited to 'source/blender/editors/transform/transform.c')
-rw-r--r--source/blender/editors/transform/transform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/transform/transform.c b/source/blender/editors/transform/transform.c
index ad6a73e51e1..a23a72262f5 100644
--- a/source/blender/editors/transform/transform.c
+++ b/source/blender/editors/transform/transform.c
@@ -5066,7 +5066,7 @@ int Mirror(TransInfo *t, const int UNUSED(mval[2]))
char str[200];
/*
- * OPTIMISATION:
+ * OPTIMIZATION:
* This still recalcs transformation on mouse move
* while it should only recalc on constraint change
* */