diff --git a/src/Task.cpp b/src/Task.cpp index 131ab281e..ed4f1bb04 100644 --- a/src/Task.cpp +++ b/src/Task.cpp @@ -1515,7 +1515,7 @@ void Task::validate (bool applyDefault /* = true */) has ("due") && has ("recur") && (! has ("parent") || get ("parent") == "") && - (! has ("tenplate") || get ("tenplate") == "")) + (! has ("template") || get ("template") == "")) { status = Task::recurring; }