fix typo & utf8 problem

This commit is contained in:
DavidBadura
2015-04-03 20:27:45 +00:00
parent 014c986103
commit 44b0da1398
4 changed files with 134 additions and 21 deletions

View File

@@ -373,7 +373,7 @@ class Task
/**
* @return bool
*/
public function isReccuring()
public function isRecurring()
{
return $this->status == self::STATUS_RECURRING;
}