From 4d6d912a772aa4a5db7d8e9fa8528ed248569dda Mon Sep 17 00:00:00 2001 From: skodak Date: Sun, 11 Jan 2009 09:44:42 +0000 Subject: [PATCH] MDL-17853 fixed typo, thanks Nicolas Martignoni --- lang/en_utf8/error.php | 2 +- lib/setuplib.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en_utf8/error.php b/lang/en_utf8/error.php index 5f21bd2f4c..6cc2194ebc 100644 --- a/lang/en_utf8/error.php +++ b/lang/en_utf8/error.php @@ -442,7 +442,7 @@ $string['unknowquestiontype'] = 'Unsupported question type $a'; $string['unknowuploadaction'] = 'Error: Unknown upload action ($a)'; $string['unsupportedevent'] = 'Unsupported event type'; $string['unsupportedstate'] = 'Unsupported completion state'; -$string['usupportedwebserver'] = 'Web server software ($a) is not suported, sorry.'; +$string['unsupportedwebserver'] = 'Web server software ($a) is not suported, sorry.'; $string['upgraderequires19'] = 'Error: New Moodle version was installed on server, unfortunately upgrade from the previous version is not supported.
Please upgrade first to latest 1.9.x release. You can also return to previous version by reinstalling original files.'; $string['urlnotdefinerss'] = 'URL not defined for RSS feed'; $string['userautherror'] = 'Unknown auth plugin'; diff --git a/lib/setuplib.php b/lib/setuplib.php index 1a344ea7ad..30d3c66b74 100644 --- a/lib/setuplib.php +++ b/lib/setuplib.php @@ -150,7 +150,7 @@ function initialise_fullme() { $_SERVER['REQUEST_URI'] = $rurl['fullpath']; // extra IIS compatibility } else { - print_error('usupportedwebserver', 'error', '', $_SERVER['SERVER_SOFTWARE']); + print_error('unsupportedwebserver', 'error', '', $_SERVER['SERVER_SOFTWARE']); } if (strpos($rurl['path'], $url['path']) === 0) { -- 2.39.5