diff options
| author | Benjamin Wong <jimini@gmail.com> | 2014-04-18 22:43:23 +1000 | 
|---|---|---|
| committer | Benjamin Wong <jimini@gmail.com> | 2014-04-18 22:43:23 +1000 | 
| commit | 6f3cf195c67bec936b6b0799051859e1f0ddb9dc (patch) | |
| tree | f9fca540adc9cd050ecae144315dfeadd57f135a /plugins | |
| parent | a9061f34d7dbb2e65d2c378dcee9402466ab63ae (diff) | |
| download | zsh-6f3cf195c67bec936b6b0799051859e1f0ddb9dc.tar.gz zsh-6f3cf195c67bec936b6b0799051859e1f0ddb9dc.tar.bz2 zsh-6f3cf195c67bec936b6b0799051859e1f0ddb9dc.zip | |
Spelling correction in itunes control function.
Spelling correction in itunes control function.
Diffstat (limited to 'plugins')
| -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 | 
