From 4c5199a11c951361934c7c5d4bd91e7e2ae8679a Mon Sep 17 00:00:00 2001 From: Michael Larson Date: Fri, 6 May 2011 14:07:52 -0700 Subject: fix typo in help text --- etc/bash_completion.d/vyatta-cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'etc') diff --git a/etc/bash_completion.d/vyatta-cfg b/etc/bash_completion.d/vyatta-cfg index d3cb36d..d59f7bd 100755 --- a/etc/bash_completion.d/vyatta-cfg +++ b/etc/bash_completion.d/vyatta-cfg @@ -451,16 +451,16 @@ vyatta_compare_complete () echo echo "Possible completions:" echo -e "\tCompare working & active configurations" - echo -e "\tCompare working with revion N" - echo -e " \tCompare revion N with M" + echo -e "\tCompare working with revision N" + echo -e " \tCompare revision N with M" print_commit_log COMPREPLY=( "" " " ) elif [ $COMP_CWORD -eq 2 -a -z "${COMP_WORDS[2]}" ]; then echo echo "Possible completions:" echo -e "\tCompare working & active configurations" - echo -e "\tCompare working with revion N" - echo -e " \tCompare revion N with M" + echo -e "\tCompare working with revision N" + echo -e " \tCompare revision N with M" print_commit_log COMPREPLY=( "" " " ) else -- cgit v1.2.3