Browse Source

'lib/completion.zsh: Solve typos'

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
Patrick José Pereira 8 years ago
parent
commit
cedc4fce88
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/completion.zsh

+ 1 - 1
lib/completion.zsh

@@ -5,7 +5,7 @@ WORDCHARS=''
 
 
 unsetopt menu_complete   # do not autoselect the first completion entry
 unsetopt menu_complete   # do not autoselect the first completion entry
 unsetopt flowcontrol
 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 complete_in_word
 setopt always_to_end
 setopt always_to_end