summaryrefslogtreecommitdiff
path: root/etc/bash_completion.d
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2011-09-30 16:45:41 -0500
committerJohn Southworth <john.southworth@vyatta.com>2011-09-30 17:10:10 -0500
commit2ddbc8d5eac92cc6a77ea20cdfd409207e6e7cf5 (patch)
treeb63977ca9da35bc7e4337c0d4c4da9b0c9b04d60 /etc/bash_completion.d
parentb7b2c23f7a4fda74678ede927882694248425c1f (diff)
downloadvyatta-op-2ddbc8d5eac92cc6a77ea20cdfd409207e6e7cf5.tar.gz
vyatta-op-2ddbc8d5eac92cc6a77ea20cdfd409207e6e7cf5.zip
Fix typo in previous commit
Diffstat (limited to 'etc/bash_completion.d')
-rw-r--r--etc/bash_completion.d/vyatta-op2
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 ] &&