aboutsummaryrefslogtreecommitdiffstats
path: root/functions/init.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-05 08:23:05 +0000
committerjwangen <jwangen>2002-10-05 08:23:05 +0000
commitb7a4d2a783360372f46ccf2695862add1239745b (patch)
treedb008c7127d826dfa61870eff0c27ff86d7895ec /functions/init.inc.php
parentd7198bc3faf5d4f0de0d93d6a4dc975525decdcf (diff)
downloadphpicalendar-b7a4d2a783360372f46ccf2695862add1239745b.tar.gz
phpicalendar-b7a4d2a783360372f46ccf2695862add1239745b.tar.bz2
phpicalendar-b7a4d2a783360372f46ccf2695862add1239745b.zip
Fixed spelling mistake
Diffstat (limited to 'functions/init.inc.php')
-rw-r--r--functions/init.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/init.inc.php b/functions/init.inc.php
index d0a70db..e6f2b53 100644
--- a/functions/init.inc.php
+++ b/functions/init.inc.php
@@ -26,7 +26,7 @@ $lang_file = './languages/'.$language.'.inc.php';
if (file_exists($lang_file)) {
include($lang_file);
} else {
- exit(error('The requested lanugage "'.$language.'" is not a supported language. Please use the configuration file to choose a supported language.'));
+ exit(error('The requested language "'.$language.'" is not a supported language. Please use the configuration file to choose a supported language.'));
}
if (isset($HTTP_GET_VARS['getdate']) && ($HTTP_GET_VARS['getdate'] !== '')) {

© 2014-2024 Faster IT GmbH | imprint | privacy policy