Some spelling changes

This commit is contained in:
Philippe Grand
2010-03-15 09:39:07 +00:00
parent ba5de65c0c
commit c942d1928e
3 changed files with 10 additions and 10 deletions

View File

@@ -30,7 +30,7 @@ $path=preg_replace('@[\\\/]+$@','',$path).'/';
// 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;
}