Skip to content

Commit

Permalink
Spelling correction in itunes control function.
Browse files Browse the repository at this point in the history
Spelling correction in itunes control function.
  • Loading branch information
benwong committed Apr 18, 2014
1 parent a9061f3 commit 6f3cf19
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 6f3cf19

Please sign in to comment.