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
parent02f3cebf6e4cc13f58b5198988672e99b8aac6fc (diff)
Cleanup: spelling, headers
Diffstat (limited to 'source/blender/editors/transform')
-rw-r--r--source/blender/editors/transform/transform.c2
-rw-r--r--source/blender/editors/transform/transform.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/transform/transform.c b/source/blender/editors/transform/transform.c
index 49634e558a1..cd339e1e5a6 100644
--- a/source/blender/editors/transform/transform.c
+++ b/source/blender/editors/transform/transform.c
@@ -7653,7 +7653,7 @@ static void applyBakeTime(TransInfo *t, const int mval[2])
float fac = 0.1f;
- /* XXX, disable precission for now,
+ /* XXX, disable precision for now,
* this isn't even accessible by the user */
#if 0
if (t->mouse.precision) {
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.
*