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-05-07 22:53:05 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-07 22:53:05 +0400
commit65d54f34b13ddd815fdffad85b3e3e0ab542c0b1 (patch)
treef46f21df09748f6cd621b7729fcf384c17d19d73 /source/blender/bmesh/intern/bmesh_opdefines.c
parent3a8f1d5d8b8a95e9b3750d941fda1f8fcb549518 (diff)
Code cleanup: spelling/indentation
Diffstat (limited to 'source/blender/bmesh/intern/bmesh_opdefines.c')
-rw-r--r--source/blender/bmesh/intern/bmesh_opdefines.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/intern/bmesh_opdefines.c b/source/blender/bmesh/intern/bmesh_opdefines.c
index 305ae5283b0..f8cca0a3707 100644
--- a/source/blender/bmesh/intern/bmesh_opdefines.c
+++ b/source/blender/bmesh/intern/bmesh_opdefines.c
@@ -1119,7 +1119,7 @@ static BMOpDefine bmo_subdivide_edges_def = {
/*
* Subdivide Edge-Ring.
*
- * Take an edge-ring, and supdivide with interpolation options.
+ * Take an edge-ring, and subdivide with interpolation options.
*/
static BMOpDefine bmo_subdivide_edgering_def = {
"subdivide_edgering",