hlr_vty.c: fix typo
Change-Id: If79ebd9a8998e64be55e52af43e426f37e3972afchanges/06/29406/2
parent
8023d246f2
commit
53f6067e97
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue