浏览代码

Merge pull request #2728 from benwong/patch-2

Spelling correction in itunes control function.
Robby Russell 11 年之前
父节点
当前提交
4509228c53
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      plugins/osx/osx.plugin.zsh

+ 1 - 1
plugins/osx/osx.plugin.zsh

@@ -184,7 +184,7 @@ function itunes() {
 			return 0
 			;;
 		*)
-			print "Unkonwn option: $opt"
+			print "Unknown option: $opt"
 			return 1
 			;;
 	esac