hlr_vty.c: fix typo

Change-Id: If79ebd9a8998e64be55e52af43e426f37e3972af
This commit is contained in:
Max 2022-09-18 20:51:23 +07:00 committed by msuraev
parent 8023d246f2
commit 53f6067e97
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ DEFUN(cfg_hlr_gsup_ipa_name,
{
if (vty->type != VTY_FILE) {
vty_out(vty, "gsup/ipa-name: The GSUP IPA name cannot be changed at run-time; "
"It can only be set in the configuraton file.%s", VTY_NEWLINE);
"It can only be set in the configuration file.%s", VTY_NEWLINE);
return CMD_WARNING;
}