summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Wong <jimini@gmail.com>2014-04-18 22:43:23 +1000
committerBenjamin Wong <jimini@gmail.com>2014-04-18 22:43:23 +1000
commit6f3cf195c67bec936b6b0799051859e1f0ddb9dc (patch)
treef9fca540adc9cd050ecae144315dfeadd57f135a
parenta9061f34d7dbb2e65d2c378dcee9402466ab63ae (diff)
downloadzsh-6f3cf195c67bec936b6b0799051859e1f0ddb9dc.tar.gz
zsh-6f3cf195c67bec936b6b0799051859e1f0ddb9dc.tar.bz2
zsh-6f3cf195c67bec936b6b0799051859e1f0ddb9dc.zip
Spelling correction in itunes control function.
Spelling correction in itunes control function.
-rw-r--r--plugins/osx/osx.plugin.zsh2
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