[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37386] trunk/blender/source/blender/ editors/sculpt_paint/sculpt.c: suspiciously consistent typo

Jason Wilkins Jason.A.Wilkins at gmail.com
Fri Jun 10 22:59:48 CEST 2011


Revision: 37386
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37386
Author:   jwilkins
Date:     2011-06-10 20:59:48 +0000 (Fri, 10 Jun 2011)
Log Message:
-----------
suspiciously consistent typo

Modified Paths:
--------------
    trunk/blender/source/blender/editors/sculpt_paint/sculpt.c

Modified: trunk/blender/source/blender/editors/sculpt_paint/sculpt.c
===================================================================
--- trunk/blender/source/blender/editors/sculpt_paint/sculpt.c	2011-06-10 20:41:22 UTC (rev 37385)
+++ trunk/blender/source/blender/editors/sculpt_paint/sculpt.c	2011-06-10 20:59:48 UTC (rev 37386)
@@ -3559,7 +3559,7 @@
 	return OPERATOR_FINISHED;
 }
 
-static int sculpt_brush_stroke_cacel(bContext *C, wmOperator *op)
+static int sculpt_brush_stroke_cancel(bContext *C, wmOperator *op)
 {
 	Object *ob= CTX_data_active_object(C);
 	SculptSession *ss = ob->sculpt;
@@ -3595,7 +3595,7 @@
 	ot->modal= paint_stroke_modal;
 	ot->exec= sculpt_brush_stroke_exec;
 	ot->poll= sculpt_poll;
-	ot->cancel= sculpt_brush_stroke_cacel;
+	ot->cancel= sculpt_brush_stroke_cancel;
 
 	/* flags (sculpt does own undo? (ton) */
 	ot->flag= OPTYPE_BLOCKING;




More information about the Bf-blender-cvs mailing list