Skip to content

Commit

Permalink
MDL-15994 fix typo in choice/lib.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarsden committed Aug 11, 2008
1 parent 600af1f commit db19ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/choice/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}

Expand Down

0 comments on commit db19ec0

Please sign in to comment.