Commit 39c99876 authored by Kevin Boyd's avatar Kevin Boyd

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

parent 0ef8df77
......@@ -129,7 +129,7 @@ if ('cli' === php_sapi_name() && basename(__FILE__) === $argv[0] && isset($argv[
break;
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);
......
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