Recur: Typo

This commit is contained in:
Paul Beckingham 2017-07-22 13:29:26 +01:00
parent cd2baebb2c
commit ce012d6430

View file

@ -54,7 +54,7 @@ extern Context context;
// child tasks need to be generated to fill gaps. // child tasks need to be generated to fill gaps.
void handleRecurrence () void handleRecurrence ()
{ {
// TODO This is inserted here to create parallel recurrence implememntations // TODO This is inserted here to create parallel recurrence implementation
// during feature development. This eliminates the need to inject this // during feature development. This eliminates the need to inject this
// call into 11 command implementations. // call into 11 command implementations.
handleRecurrence2 (); handleRecurrence2 ();