diff options
author | Marc Cornellà <marc.cornella@live.com> | 2016-12-30 18:39:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-30 18:39:43 +0100 |
commit | 9dab3c6718d627bc3ea5beb79bfbf0a7f74a7648 (patch) | |
tree | 535e8614fcf7508e2f6775212cb76e6f109d0215 /lib | |
parent | 97c03841691021f916c46b2fd2d089d7970400aa (diff) | |
parent | 0f498e8d458f941556dac8929b7dedfe99e4fe3f (diff) | |
download | zsh-9dab3c6718d627bc3ea5beb79bfbf0a7f74a7648.tar.gz zsh-9dab3c6718d627bc3ea5beb79bfbf0a7f74a7648.tar.bz2 zsh-9dab3c6718d627bc3ea5beb79bfbf0a7f74a7648.zip |
Solving some random typos: #5736 (patrickelectric/typos)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/completion.zsh | 2 | ||||
-rw-r--r-- | lib/functions.zsh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/completion.zsh b/lib/completion.zsh index bbd021656..a1e934315 100644 --- a/lib/completion.zsh +++ b/lib/completion.zsh @@ -5,7 +5,7 @@ WORDCHARS='' unsetopt menu_complete # do not autoselect the first completion entry unsetopt flowcontrol -setopt auto_menu # show completion menu on succesive tab press +setopt auto_menu # show completion menu on successive tab press setopt complete_in_word setopt always_to_end diff --git a/lib/functions.zsh b/lib/functions.zsh index 9f11318d2..f30653784 100644 --- a/lib/functions.zsh +++ b/lib/functions.zsh @@ -86,7 +86,7 @@ function default() { } # -# Set enviroment variable "$1" to default value "$2" if "$1" is not yet defined. +# Set environment variable "$1" to default value "$2" if "$1" is not yet defined. # # Arguments: # 1. name - The env variable to set |