From cd70a0e73a4568cef5351f406ede0e9f6820b4f2 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Wed, 30 Oct 2013 11:33:11 +0000 Subject: Code cleanup: typo-fix --- source/blender/editors/space_clip/tracking_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_clip') 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; -- cgit v1.2.3