Commit 3c829687 authored by Fabien Potencier's avatar Fabien Potencier

merged branch beryllium/master (PR #128)

Commits
-------

39c99876 Quick spelling correction for the Phar stub "Unknown Command" message.

Discussion
----------

Spelling correction in Phar stub error message output

Just a simple change (I verified that it compiles after). Hopefully I will be able to contribute back some actual work in the future :)
parents 0ef8df77 39c99876
...@@ -129,7 +129,7 @@ if ('cli' === php_sapi_name() && basename(__FILE__) === $argv[0] && isset($argv[ ...@@ -129,7 +129,7 @@ if ('cli' === php_sapi_name() && basename(__FILE__) === $argv[0] && isset($argv[
break; break;
default: default:
printf("Unkown command '%s' (available commands: version, check, and update).\n", $argv[1]); printf("Unknown command '%s' (available commands: version, check, and update).\n", $argv[1]);
} }
exit(0); exit(0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment