Spelling correction in itunes control function.

Spelling correction in itunes control function.
master
Benjamin Wong 12 years ago
parent a9061f34d7
commit 6f3cf195c6
  1. 2
      plugins/osx/osx.plugin.zsh

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

Loading…
Cancel
Save