]> git.mjollnir.org Git - moodle.git/commitdiff
typo
authormartin <martin>
Thu, 1 Aug 2002 04:54:23 +0000 (04:54 +0000)
committermartin <martin>
Thu, 1 Aug 2002 04:54:23 +0000 (04:54 +0000)
mod/survey/lib.php

index 63fab365a2bf1eaf510314a95b153e9592ba4930..0811b50f192b3ebb2a46956435a90b48d4391c19 100644 (file)
@@ -44,7 +44,7 @@ function survey_get_responses($survey) {
                             GROUP BY a.user ORDER BY a.time ASC");
 }
 
-function survey_count_reponses($survey) {
+function survey_count_responses($survey) {
     if ($responses = survey_get_responses($survey)) {
         return count($responses);
     } else {