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-06-26 02:58:23 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-06-26 02:58:23 +0400
commitfad1da062d9e37b44c45b9c205c24f960aaaba62 (patch)
tree71fa4f3045e8803002f69612e16903346b3f7fdd /source/blender/bmesh/operators/bmo_poke.c
parentb52d01dea60361e30d046d198e34ee99db3feea8 (diff)
correct typos in comments.
Diffstat (limited to 'source/blender/bmesh/operators/bmo_poke.c')
-rw-r--r--source/blender/bmesh/operators/bmo_poke.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/operators/bmo_poke.c b/source/blender/bmesh/operators/bmo_poke.c
index 7105210da04..03084ebb1b6 100644
--- a/source/blender/bmesh/operators/bmo_poke.c
+++ b/source/blender/bmesh/operators/bmo_poke.c
@@ -73,7 +73,7 @@ void bmo_poke_exec(BMesh *bm, BMOperator *op)
float f_center[3];
BMVert *v_center = NULL;
BMLoop *l_iter, *l_first;
- /* only interpolate the centeral loop from the face once,
+ /* only interpolate the central loop from the face once,
* then copy to all others in the fan */
BMLoop *l_center_example;