* fix comment spelling error.

This commit is contained in:
wangchunsheng
2010-11-24 14:08:39 +00:00
parent a9f7e2f05d
commit 40b2a84553
8 changed files with 16 additions and 16 deletions
+3 -3
View File
@@ -176,7 +176,7 @@ class taskModel extends model
}
/**
* Get project taskes paris.1
* Get project tasks pairs.
*
* @param int $projectID
* @param string $status
@@ -267,7 +267,7 @@ class taskModel extends model
}
/**
* Get counts of some stories's taskes.
* Get counts of some stories' tasks.
*
* @param array $stories
* @param int $projectID
@@ -288,7 +288,7 @@ class taskModel extends model
}
/**
* Batch process taskes.
* Batch process tasks.
*
* @param int $tasks
* @access private