Merge pull request #2728 from benwong/patch-2

Spelling correction in itunes control function.
This commit is contained in:
Robby Russell
2014-04-19 12:55:30 -07:00

View File

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