Code cleanup: typo-fix

This commit is contained in:
Sergey Sharybin
2013-10-30 11:33:11 +00:00
parent db8e02bc85
commit cd70a0e73a

View File

@@ -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;