From: tjhunt Date: Tue, 19 Jun 2007 16:33:16 +0000 (+0000) Subject: Fix typo in a comment. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ca9000df6fb64c7224236e7d74a8b753b3eb4956;p=moodle.git Fix typo in a comment. --- diff --git a/question/type/questiontype.php b/question/type/questiontype.php index 9cbf081f07..538af6b068 100644 --- a/question/type/questiontype.php +++ b/question/type/questiontype.php @@ -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'); }