2
0
forked from Wavyzz/dolibarr

Spelling change

This commit is contained in:
Philippe Grand
2011-01-18 15:35:45 +00:00
parent 1f435c45ad
commit 17d9d2b774

View File

@@ -32,7 +32,7 @@ $path=dirname(__FILE__).'/';
// Test if batch mode
if (substr($sapi_type, 0, 3) == 'cgi') {
echo "Error: You ar usingr PH for CGI. To execute ".$script_file." from command line, you must use PHP for CLI mode.\n";
echo "Error: You are using PHP for CGI. To execute ".$script_file." from command line, you must use PHP for CLI mode.\n";
exit;
}