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>2015-11-07 09:31:28 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-11-07 09:31:28 +0300
commitdcc41c4f78ced4a377bdc7f9b6661ac085365f0e (patch)
treeb9f28835608b3b0210cd73c5aace992ba8edf19d /source/blender/editors/transform/transform.h
parent02f3cebf6e4cc13f58b5198988672e99b8aac6fc (diff)
Cleanup: spelling, headers
Diffstat (limited to 'source/blender/editors/transform/transform.h')
-rw-r--r--source/blender/editors/transform/transform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/transform/transform.h b/source/blender/editors/transform/transform.h
index 609c79da867..39b137fb5f3 100644
--- a/source/blender/editors/transform/transform.h
+++ b/source/blender/editors/transform/transform.h
@@ -339,7 +339,7 @@ typedef struct MouseInput {
void *data; /* additional data, if needed by the particular function */
/**
- * Use virtual cursor, which takes precission into account
+ * Use virtual cursor, which takes precision into account
* keeping track of the cursors 'virtual' location,
* to avoid jumping values when its toggled.
*