[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [61010] trunk/blender/source/blender/ editors/space_clip/tracking_ops.c: Code cleanup: typo-fix

Sergey Sharybin sergey.vfx at gmail.com
Wed Oct 30 12:33:11 CET 2013


Revision: 61010
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=61010
Author:   nazgul
Date:     2013-10-30 11:33:11 +0000 (Wed, 30 Oct 2013)
Log Message:
-----------
Code cleanup: typo-fix

Modified Paths:
--------------
    trunk/blender/source/blender/editors/space_clip/tracking_ops.c

Modified: trunk/blender/source/blender/editors/space_clip/tracking_ops.c
===================================================================
--- trunk/blender/source/blender/editors/space_clip/tracking_ops.c	2013-10-30 11:32:30 UTC (rev 61009)
+++ trunk/blender/source/blender/editors/space_clip/tracking_ops.c	2013-10-30 11:33:11 UTC (rev 61010)
@@ -1421,7 +1421,7 @@
 	int framenr;
 
 	if (sc == NULL) {
-		/* TODO(sergey): Support clip for invokaction as well. */
+		/* TODO(sergey): Support clip for invoke as well. */
 		BKE_report(op->reports, RPT_ERROR,
 		           "Invoking this operator only supported from Clip Editor space.");
 		return OPERATOR_CANCELLED;




More information about the Bf-blender-cvs mailing list