]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed a spelling error protokol -> protocol
authormoodler <moodler>
Tue, 13 Oct 2009 06:16:06 +0000 (06:16 +0000)
committermoodler <moodler>
Tue, 13 Oct 2009 06:16:06 +0000 (06:16 +0000)
admin/settings/plugins.php
lib/adminlib.php

index 8c981594d8549bb8cec74339ccee56c9746745fc..0fd5a1c7f6ea57283daa57f47d0087021178716f 100644 (file)
@@ -246,7 +246,7 @@ if ($hassiteconfig || has_capability('moodle/question:config', $systemcontext))
     $ADMIN->add('webservicesettings', new admin_externalpage('externalservicefunctions', get_string('externalservicefunctions', 'webservice'), "$CFG->wwwroot/$CFG->admin/external_service_functions.php"), 'moodle/site:config', true);
     $ADMIN->add('webservicesettings', new admin_externalpage('externalserviceusers', get_string('externalserviceusers', 'webservice'), "$CFG->wwwroot/$CFG->admin/external_service_users.php"), 'moodle/site:config', true);
     $temp = new admin_settingpage('webserviceprotocols', get_string('manageprotocols', 'webservice'));
-    $temp->add(new admin_setting_managewebserviceprotokols());
+    $temp->add(new admin_setting_managewebserviceprotocols());
     if (empty($CFG->enablewebservices)) {
         $temp->add(new admin_setting_heading('webservicesaredisabled', '', get_string('disabledwarning', 'webservice')));
     }
index 5bd4503fdf46409661d7373e58f202e75f36371f..21b08debba2ee11d9601dd5bcd7b9b10b6771f17 100644 (file)
@@ -6259,7 +6259,7 @@ class admin_setting_manageexternalservices extends admin_setting {
  *
  * @author Petr Skoda (skodak)
  */
-class admin_setting_managewebserviceprotokols extends admin_setting {
+class admin_setting_managewebserviceprotocols extends admin_setting {
 
     /**
      * Calls parent::__construct with specific arguments