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>2013-02-03 14:28:28 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-02-03 14:28:28 +0400
commit89bda7899d09f0ece87e477eff1290bd134a57cb (patch)
tree95ffe9acdc1e5d5443bf4037a5301416a3c8fadc /source/blender/bmesh/intern/bmesh_log.c
parent2cfe44cc94b42ed21dcb8c61d7b5c0f2cb9c9d68 (diff)
style cleanup & some spelling
Diffstat (limited to 'source/blender/bmesh/intern/bmesh_log.c')
-rw-r--r--source/blender/bmesh/intern/bmesh_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/intern/bmesh_log.c b/source/blender/bmesh/intern/bmesh_log.c
index 2389751fa74..36a5412e401 100644
--- a/source/blender/bmesh/intern/bmesh_log.c
+++ b/source/blender/bmesh/intern/bmesh_log.c
@@ -736,7 +736,7 @@ void BM_log_redo(BMesh *bm, BMLog *log)
* vertex in the map of added vertices.
*
* If the vertex already existed prior to the current log entry, a
- * seperate key/value map of modified vertices is used (using the
+ * separate key/value map of modified vertices is used (using the
* vertex's ID as the key). The values stored in that case are
* the vertex's original state so that an undo can restore the
* previous state.