Fix typo in a comment.

This commit is contained in:
tjhunt 2007-06-19 16:33:16 +00:00
parent 05f167f421
commit ca9000df6f

View File

@ -404,7 +404,7 @@ class default_questiontype {
return false;
}
} else {
// Don't check for success or failure becuase some question types do not use the answers table.
// Don't check for success or failure because some question types do not use the answers table.
$question->options->answers = get_records('question_answers', 'question', $question->id, 'id ASC');
}