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:
authorAndre Susano Pinto <andresusanopinto@gmail.com>2008-08-13 21:34:09 +0400
committerAndre Susano Pinto <andresusanopinto@gmail.com>2008-08-13 21:34:09 +0400
commit6a8236a8da3a5f440c406a0c4b5cc8f902f4da3a (patch)
tree09bc8f182c71cc66388dfae79e1a196c3b03a45e /source/blender/blenkernel/BKE_shrinkwrap.h
parent3713470204b4ca342f15254a04a1e2779b57e6e5 (diff)
Fixed a typo
I was using the word "kept" (past tense) instead of "keep" (basic form). I hope my english teachter dont sees this commit xD
Diffstat (limited to 'source/blender/blenkernel/BKE_shrinkwrap.h')
-rw-r--r--source/blender/blenkernel/BKE_shrinkwrap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_shrinkwrap.h b/source/blender/blenkernel/BKE_shrinkwrap.h
index 4fa52f12566..e8276238ff2 100644
--- a/source/blender/blenkernel/BKE_shrinkwrap.h
+++ b/source/blender/blenkernel/BKE_shrinkwrap.h
@@ -112,7 +112,7 @@ typedef struct ShrinkwrapCalcData
struct DerivedMesh *target; //mesh we are shrinking to
SpaceTransform local2target; //transform to move bettwem local and target space
- float keptDist; //Distance to kept from target (units are in local space)
+ float keepDist; //Distance to kept from target (units are in local space)
} ShrinkwrapCalcData;