From b646340f0b536667e98ade09f8e3de6d52d208da Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Fri, 21 May 2010 17:36:48 +0000 Subject: [PATCH] fixed typo --- config-dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-dist.php b/config-dist.php index fdc2bce0589..c5d8973b334 100644 --- a/config-dist.php +++ b/config-dist.php @@ -378,7 +378,7 @@ $CFG->admin = 'admin'; // $CFG->xmldbdisablenextprevchecking = true; // NOT FOR PRODUCTION SERVERS! // // Special magic - evil developer only wanting to edit xmldb files manually -// AND allowing the XMLDBEditor to recostruct the prev/next elements every +// AND allowing the XMLDBEditor to reconstruct the prev/next elements every // time one file is loaded and saved (Moodle). // Uncomment this if you're lazy like Petr // $CFG->xmldbreconstructprevnext = true; // NOT FOR PRODUCTION SERVERS!