aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2012-05-21 22:55:31 +0300
committerMattias Andrée <maandree@operamail.com>2012-05-21 22:55:31 +0300
commit85c54340c364a641c6846e15ff052f1928e3c0af (patch)
tree91785259331fd33c7a1c4e9718a17a1f98787c6b
parent7897783a8fbbbde5bbf4043351765c20443b0592 (diff)
downloadponysay-85c54340c364a641c6846e15ff052f1928e3c0af.tar.gz
ponysay-85c54340c364a641c6846e15ff052f1928e3c0af.tar.bz2
ponysay-85c54340c364a641c6846e15ff052f1928e3c0af.zip
Fixed typo in comment.
-rwxr-xr-xponysay2
1 files changed, 1 insertions, 1 deletions
diff --git a/ponysay b/ponysay
index 88e5941..6f1cf4e 100755
--- a/ponysay
+++ b/ponysay
@@ -45,7 +45,7 @@ Options:
EOF
}
-# if no stdin and no argumrnts then print usage and exit
+# if no stdin and no arguments then print usage and exit
if [[ -t 0 && $# == 0 ]]; then
usage
exit