aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmsc/msc_vty.c
diff options
context:
space:
mode:
authorMartin Hauke <mardnh@gmx.de>2019-11-14 17:49:08 +0100
committerlaforge <laforge@osmocom.org>2019-11-19 01:04:34 +0000
commit3f07daceef8121d4d33aef8d831bf1df1966ed08 (patch)
tree94b5449d49dbd3cc43006acbb75e389232dbd1cf /src/libmsc/msc_vty.c
parent8a50cfbc4e2eff215014c91b6ee7ad7f65d66101 (diff)
Fix some typos
Fix typos and common misspellings in code comments and log messages. Change-Id: Ie66b89065f2100c1d2125ce5a6c9b1d58df7c8ad
Diffstat (limited to 'src/libmsc/msc_vty.c')
-rw-r--r--src/libmsc/msc_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmsc/msc_vty.c b/src/libmsc/msc_vty.c
index 51504ef51..f833585e3 100644
--- a/src/libmsc/msc_vty.c
+++ b/src/libmsc/msc_vty.c
@@ -1929,7 +1929,7 @@ DEFUN(cfg_hlr_ipa_name,
{
if (vty->type != VTY_FILE) {
vty_out(vty, "The 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;
}