From 10f3f3a446caa3ad447045293809cbc05ff4260a Mon Sep 17 00:00:00 2001 From: John Southworth Date: Thu, 6 Oct 2011 16:33:01 -0500 Subject: Fix typo in error message --- functions/interpreter/vyatta-cfg-run | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'functions/interpreter') diff --git a/functions/interpreter/vyatta-cfg-run b/functions/interpreter/vyatta-cfg-run index 9c01194..263e61a 100644 --- a/functions/interpreter/vyatta-cfg-run +++ b/functions/interpreter/vyatta-cfg-run @@ -369,9 +369,9 @@ vyatta_cfg_validate_cmd () local -a _get_help_text_helps=( "${_cli_shell_api_hstrs[@]}" ) local vyatta_help_text='' if [[ $opath == '' ]]; then - echo -ne "\n Configuation path: [$arg] is ambiguous\n" + echo -ne "\n Configuration path: [$arg] is ambiguous\n" else - echo -ne "\n Configuation path: $opath [$arg] is ambiguous\n" + echo -ne "\n Configuration path: $opath [$arg] is ambiguous\n" fi get_help_text echo -e "$vyatta_help_text\n" | sed 's/^P/ P/' @@ -379,9 +379,9 @@ vyatta_cfg_validate_cmd () break else if [[ $opath == '' ]]; then - echo -ne "\n Configuation path: [$arg] is not valid\n ${cmd^} failed\n\n" + echo -ne "\n Configuration path: [$arg] is not valid\n ${cmd^} failed\n\n" else - echo -ne "\n Configuation path: $opath [$arg] is not valid\n ${cmd^} failed\n\n" + echo -ne "\n Configuration path: $opath [$arg] is not valid\n ${cmd^} failed\n\n" fi break fi -- cgit v1.2.3