diff options
Diffstat (limited to 'clang/utils/bash-autocomplete.sh')
| -rw-r--r-- | clang/utils/bash-autocomplete.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/utils/bash-autocomplete.sh b/clang/utils/bash-autocomplete.sh index 3872dd29be8..2042f0b200c 100644 --- a/clang/utils/bash-autocomplete.sh +++ b/clang/utils/bash-autocomplete.sh @@ -12,7 +12,7 @@ _clang() { local cur prev words cword arg flags w1 w2 # If latest bash-completion is not supported just initialize COMPREPLY and - # initialize variables by setting manualy. + # initialize variables by setting manually. _init_completion -n 2> /dev/null if [[ "$?" != 0 ]]; then COMPREPLY=() |

