From ecaf56e5c94f49668b8bd62437ad476d5f6d4671 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 1 Oct 2006 05:49:41 +0000 Subject: [PATCH] Trivial spelling fix up --- admin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/index.php b/admin/index.php index 2075457c07..0ed007c8d4 100644 --- a/admin/index.php +++ b/admin/index.php @@ -132,7 +132,7 @@ $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 -- 2.39.5