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-06-09 05:01:51 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-06-13 18:47:10 +0400
commit6a75ecda9b487c95fcabd05100393f976e3ef612 (patch)
tree9d5a4814c247442f1045d4395b662f9458b70e4b /source/blender/blenkernel/intern/curve.c
parentbaa0f0ee1ace8b14afdacd88c121f080906edbc0 (diff)
Code cleanup: spelling
Diffstat (limited to 'source/blender/blenkernel/intern/curve.c')
-rw-r--r--source/blender/blenkernel/intern/curve.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/curve.c b/source/blender/blenkernel/intern/curve.c
index 4de034d3904..b8ea7fec609 100644
--- a/source/blender/blenkernel/intern/curve.c
+++ b/source/blender/blenkernel/intern/curve.c
@@ -2505,7 +2505,7 @@ void BKE_curve_bevelList_make(Object *ob, ListBase *nurbs, bool for_render)
/*
* - convert all curves to polys, with indication of resol and flags for double-vertices
* - possibly; do a smart vertice removal (in case Nurb)
- * - separate in individual blicks with BoundBox
+ * - separate in individual blocks with BoundBox
* - AutoHole detection
*/
Curve *cu;