diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-09-30 16:45:41 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-09-30 16:45:41 -0500 |
commit | be95cc84f05d69c8146018fa749cd6181e41ee4f (patch) | |
tree | a85512dc9fe76d4b2870c47f681b6a1946f44c56 | |
parent | 275541f60ef4ff9b86519d1d6a59e1d4841a3358 (diff) | |
download | vyatta-op-be95cc84f05d69c8146018fa749cd6181e41ee4f.tar.gz vyatta-op-be95cc84f05d69c8146018fa749cd6181e41ee4f.zip |
Fix typo in previous commit
-rw-r--r-- | etc/bash_completion.d/vyatta-op | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/bash_completion.d/vyatta-op b/etc/bash_completion.d/vyatta-op index 87ee5bc..87e2625 100644 --- a/etc/bash_completion.d/vyatta-op +++ b/etc/bash_completion.d/vyatta-op @@ -373,7 +373,7 @@ _vyatta_op_expand () echo "Number of comps: ${#_vyatta_op_completions[@]}" echo "Number of non-comps: ${#_vyatta_op_noncompletions[@]}" echo "Last comp: $_vyatta_op_last_comp" - echo -e "Cureent comp: ${COMP_WORDS[*]}\n" + echo -e "Current comp: ${COMP_WORDS[*]}\n" fi # if there are no completions then handle invalid commands if [ ${#_vyatta_op_noncompletions[@]} -eq 0 ] && |