aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2022-09-18 20:51:23 +0700
committermsuraev <msuraev@sysmocom.de>2022-09-24 01:55:46 +0000
commit53f6067e97ca77769dd94a6946d3bffdc2b118e7 (patch)
tree176673df76c70d40db8d23a1f7ee4a97259861b9
parent8023d246f24536e03faffacd0d454fd6c2fcd1de (diff)
hlr_vty.c: fix typo
-rw-r--r--src/hlr_vty.c2
1 files changed, 1 insertions, 1 deletions
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 @@ 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;
}