msuraev has submitted this change. ( https://gerrit.osmocom.org/c/osmo-hlr/+/29406 )
Change subject: hlr_vty.c: fix typo ......................................................................
hlr_vty.c: fix typo
Change-Id: If79ebd9a8998e64be55e52af43e426f37e3972af --- M src/hlr_vty.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: fixeria: Looks good to me, approved Jenkins Builder: Verified
diff --git a/src/hlr_vty.c b/src/hlr_vty.c index 2fd4783..a440c42 100644 --- a/src/hlr_vty.c +++ b/src/hlr_vty.c @@ -158,7 +158,7 @@ { 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; }