mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Spelling correction in itunes control function.
Spelling correction in itunes control function.
This commit is contained in:
parent
a9061f34d7
commit
6f3cf195c6
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ function itunes() {
|
|||
return 0
|
||||
;;
|
||||
*)
|
||||
print "Unkonwn option: $opt"
|
||||
print "Unknown option: $opt"
|
||||
return 1
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue