From 85c54340c364a641c6846e15ff052f1928e3c0af Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 21 May 2012 22:55:31 +0300 Subject: Fixed typo in comment. --- ponysay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit