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:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-10-30 15:33:11 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-10-30 15:33:11 +0400
commitcd70a0e73a4568cef5351f406ede0e9f6820b4f2 (patch)
treedadceb678089e0de052668efcebb9950270f517a
parentdb8e02bc85c8e5b12e5d5c97cf4aed57204bc813 (diff)
Code cleanup: typo-fix
-rw-r--r--source/blender/editors/space_clip/tracking_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_clip/tracking_ops.c b/source/blender/editors/space_clip/tracking_ops.c
index ebb06693995..61a484c8a2a 100644
--- a/source/blender/editors/space_clip/tracking_ops.c
+++ b/source/blender/editors/space_clip/tracking_ops.c
@@ -1421,7 +1421,7 @@ static int track_markers_invoke(bContext *C, wmOperator *op, const wmEvent *UNUS
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;