]> git.mjollnir.org Git - moodle.git/commitdiff
Fix typo in a comment.
authortjhunt <tjhunt>
Tue, 19 Jun 2007 16:33:16 +0000 (16:33 +0000)
committertjhunt <tjhunt>
Tue, 19 Jun 2007 16:33:16 +0000 (16:33 +0000)
question/type/questiontype.php

index 9cbf081f074389ac4fa08dec786b6080dc64539a..538af6b06827f1e5613b9ddd76befe4503391070 100644 (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');
         }