]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15994 fix typo in choice/lib.php
authordanmarsden <danmarsden>
Mon, 11 Aug 2008 21:19:21 +0000 (21:19 +0000)
committerdanmarsden <danmarsden>
Mon, 11 Aug 2008 21:19:21 +0000 (21:19 +0000)
mod/choice/lib.php

index 890eb8a13c567a4d4d958c0cf067121c27328ec3..f354f47ed8b7b0437702174866c351482b73ce0e 100644 (file)
@@ -745,7 +745,7 @@ function choice_get_response_data($choice, $cm, $groupmode) {
 /**
  * Returns all other caps used in module
  */
-function chice_get_extra_capabilities() {
+function choice_get_extra_capabilities() {
     return array('moodle/site:accessallgroups');
 }