Skip to content

Commit

Permalink
Fixed typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
maandree committed May 21, 2012
1 parent 7897783 commit 85c5434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ponysay
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85c5434

Please sign in to comment.