Skip to content

Commit

Permalink
Merge pull request ohmyzsh#2728 from benwong/patch-2
Browse files Browse the repository at this point in the history
Spelling correction in itunes control function.
  • Loading branch information
robbyrussell committed Apr 19, 2014
2 parents 59de9aa + 6f3cf19 commit 4509228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/osx/osx.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ function itunes() {
return 0
;;
*)
print "Unkonwn option: $opt"
print "Unknown option: $opt"
return 1
;;
esac
Expand Down

0 comments on commit 4509228

Please sign in to comment.