aboutsummaryrefslogtreecommitdiff
path: root/ponysay
diff options
context:
space:
mode:
Diffstat (limited to 'ponysay')
-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