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>2012-02-24 10:44:04 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-02-24 10:44:04 +0400
commit1fbd91b8a1277f5616245ef8357f930681764adf (patch)
tree92af8a790e0b60c3860fb4cb7e470916eb498ce3 /source/blender/bmesh/bmesh.h
parent6b85b96952becb00c6ad1ec185a9ac229a3ea344 (diff)
typo cleanup, no functional changes.
Diffstat (limited to 'source/blender/bmesh/bmesh.h')
-rw-r--r--source/blender/bmesh/bmesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/bmesh.h b/source/blender/bmesh/bmesh.h
index dab70ac35bf..6190e3215c6 100644
--- a/source/blender/bmesh/bmesh.h
+++ b/source/blender/bmesh/bmesh.h
@@ -298,7 +298,7 @@ void BM_face_center_mean_calc(BMesh *bm, BMFace *f, float center[3]);
void BM_mesh_select_mode_flush(BMesh *bm);
-/* mode independant flushing up/down */
+/* mode independent flushing up/down */
void BM_mesh_deselect_flush(BMesh *bm);
void BM_mesh_select_flush(BMesh *bm);