diff options
author | Robby Russell <robby@planetargon.com> | 2014-04-19 12:55:30 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2014-04-19 12:55:30 -0700 |
commit | 4509228c536b72c3482b9d43e84aac27ed9b0cb7 (patch) | |
tree | 717b549422d8724d01516b1ae333f670aede5eeb /plugins/osx/osx.plugin.zsh | |
parent | 59de9aaa65386cc1e83602c83f3c6999978da29d (diff) | |
parent | 6f3cf195c67bec936b6b0799051859e1f0ddb9dc (diff) | |
download | zsh-4509228c536b72c3482b9d43e84aac27ed9b0cb7.tar.gz zsh-4509228c536b72c3482b9d43e84aac27ed9b0cb7.tar.bz2 zsh-4509228c536b72c3482b9d43e84aac27ed9b0cb7.zip |
Merge pull request #2728 from benwong/patch-2
Spelling correction in itunes control function.
Diffstat (limited to 'plugins/osx/osx.plugin.zsh')
-rw-r--r-- | plugins/osx/osx.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/osx/osx.plugin.zsh b/plugins/osx/osx.plugin.zsh index 608ec3789..63760b5ff 100644 --- a/plugins/osx/osx.plugin.zsh +++ b/plugins/osx/osx.plugin.zsh @@ -184,7 +184,7 @@ function itunes() { return 0 ;; *) - print "Unkonwn option: $opt" + print "Unknown option: $opt" return 1 ;; esac |