aboutsummaryrefslogtreecommitdiffstats
path: root/kerl
diff options
context:
space:
mode:
Diffstat (limited to 'kerl')
-rwxr-xr-xkerl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerl b/kerl
index fa7f881..53543c5 100755
--- a/kerl
+++ b/kerl
@@ -795,6 +795,6 @@ case "$1" in
esac
;;
*)
- echo "unkwnown command: $1"; usage; exit 1
+ echo "unknown command: $1"; usage; exit 1
;;
esac