aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2021-05-08 01:11:25 +0300
committerEvgeny Zinoviev <me@ch1p.io>2021-05-08 01:11:25 +0300
commit544f2444211aa1ad9e3611818fb87e8a8882ff55 (patch)
tree9b25023c61afd7689ad8a94ff7e4321595f38432
parent9a98ac50ff50dda2f2eed1ea825352c50c64440e (diff)
fix a typo
-rw-r--r--src/main.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.php b/src/main.php
index 60779e5..068263f 100644
--- a/src/main.php
+++ b/src/main.php
@@ -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);
}