From: tjhunt <tjhunt> Date: Wed, 11 Feb 2009 07:48:44 +0000 (+0000) Subject: Typo fix in comment. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fbcf399e69d1d28bd3a821c32f549fd11b20e69a;p=moodle.git Typo fix in comment. --- diff --git a/mod/quiz/attemptlib.php b/mod/quiz/attemptlib.php index 609b817c17..e812a0029a 100644 --- a/mod/quiz/attemptlib.php +++ b/mod/quiz/attemptlib.php @@ -79,7 +79,7 @@ class quiz { } /** - * Load some or all of the queestions for this quiz. + * Load some or all of the questions for this quiz. * * @param array $questionids question ids of the questions to load. null for all. */