aboutsummaryrefslogtreecommitdiffstats
path: root/kerl
diff options
context:
space:
mode:
authorEwan <[email protected]>2013-01-10 13:20:30 +0000
committerEwan <[email protected]>2013-01-10 13:20:30 +0000
commit452cd1caec3d44722941f661869568fb66485401 (patch)
treee5873fe19b880e2fc9bd3145780826b47ac03999 /kerl
parent4a91edb85ff6e54ba70a422d6090d0d17c89d5ec (diff)
downloadkerl-452cd1caec3d44722941f661869568fb66485401.tar.gz
kerl-452cd1caec3d44722941f661869568fb66485401.tar.bz2
kerl-452cd1caec3d44722941f661869568fb66485401.zip
Removed typo.
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