* 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

View File

@@ -359,7 +359,7 @@ class projectModel extends model
}
/**
* Import taskes.
* Import tasks.
*
* @param int $projectID
* @access public
@@ -369,7 +369,7 @@ class projectModel extends model
{
$tasks = $this->dao->select('id, project, assignedTo, story, consumed')->from(TABLE_TASK)->where('id')->in($this->post->tasks)->fetchAll('id');
/* Update taskes. */
/* Update tasks. */
foreach($tasks as $task)
{
/* Save the assignedToes and stories, should linked to project. */