fix a typo

This commit is contained in:
Evgeny Zinoviev 2021-05-08 01:11:25 +03:00
parent 9a98ac50ff
commit 544f244421

View File

@ -18,7 +18,7 @@ EOF;
$cmd = $argv[1];
$func = "cmd_{$cmd}";
if (!function_exists($func)) {
echo red("command '".$cmd."' is not implement")."\n";
echo red("command '".$cmd."' is not implemented")."\n";
exit(1);
}