diff options
author | Ewan <[email protected]> | 2013-01-10 13:20:30 +0000 |
---|---|---|
committer | Ewan <[email protected]> | 2013-01-10 13:20:30 +0000 |
commit | 452cd1caec3d44722941f661869568fb66485401 (patch) | |
tree | e5873fe19b880e2fc9bd3145780826b47ac03999 | |
parent | 4a91edb85ff6e54ba70a422d6090d0d17c89d5ec (diff) | |
download | kerl-452cd1caec3d44722941f661869568fb66485401.tar.gz kerl-452cd1caec3d44722941f661869568fb66485401.tar.bz2 kerl-452cd1caec3d44722941f661869568fb66485401.zip |
Removed typo.
-rwxr-xr-x | kerl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -795,6 +795,6 @@ case "$1" in esac ;; *) - echo "unkwnown command: $1"; usage; exit 1 + echo "unknown command: $1"; usage; exit 1 ;; esac |