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>2014-12-12 13:15:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-12-12 13:18:03 +0300
commitcea086dd97ce9794bed0c9e6293031b6cf2fc9d9 (patch)
tree9cfd4865bbae1c88946097b120ef50fa637e9d10 /source/blender/editors/transform/transform_orientations.c
parent19eb700fefa3d6f1151bae8078edeabd75f11dc2 (diff)
cleanup: disallow NULL arg to uvedit_aspect
also some typo's
Diffstat (limited to 'source/blender/editors/transform/transform_orientations.c')
-rw-r--r--source/blender/editors/transform/transform_orientations.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/transform/transform_orientations.c b/source/blender/editors/transform/transform_orientations.c
index ca19bb74472..79262396fb4 100644
--- a/source/blender/editors/transform/transform_orientations.c
+++ b/source/blender/editors/transform/transform_orientations.c
@@ -733,7 +733,7 @@ int getTransformOrientation(const bContext *C, float normal[3], float plane[3],
v_pair_swap = true;
}
else if (eed && BM_edge_is_boundary(eed)) {
- /* pradictable direction for boundary edges */
+ /* predictable direction for boundary edges */
if (eed->l->v != v_pair[0]) {
v_pair_swap = true;
}