]> git.mjollnir.org Git - moodle.git/commitdiff
Trivial spelling fix up
authormoodler <moodler>
Sun, 1 Oct 2006 05:49:41 +0000 (05:49 +0000)
committermoodler <moodler>
Sun, 1 Oct 2006 05:49:41 +0000 (05:49 +0000)
admin/index.php

index 2075457c0798d68064b5ceba7461141e48fb431f..0ed007c8d47088e5e493968057115e9773f91d87 100644 (file)
         $db->debug = true;
 
     /// Both old .sql files and new install.xml are supported
-    /// But we priorize install.xml (XMLDB) if present
+    /// But we prioritise install.xml (XMLDB) if present
         $status = false;
         if (file_exists("$CFG->libdir/db/install.xml")) {
             $status = install_from_xmldb_file("$CFG->libdir/db/install.xml"); //New method