From 4fb3f2538420d2c3c9e77a635421c9af073e60d0 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Sat, 24 Jul 2010 20:30:13 +0000 Subject: [PATCH] fixed comment typo --- mod/lesson/pagetypes/matching.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/lesson/pagetypes/matching.php b/mod/lesson/pagetypes/matching.php index 626c3d685ad..f0c46f49d27 100644 --- a/mod/lesson/pagetypes/matching.php +++ b/mod/lesson/pagetypes/matching.php @@ -59,7 +59,7 @@ class lesson_page_type_matching extends lesson_page { protected function make_answer_form($attempt=null) { global $USER, $CFG; - // don't suffle answers (could be an option??) + // don't shuffle answers (could be an option??) $answers = array_slice($this->get_answers(), 2); $responses = array(); foreach ($answers as $answer) {