summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-01-13 13:25:48 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-01-16 10:30:15 +0100
commitea03422cd87008ea9a7912ece33da39609b39137 (patch)
tree03796df2492d926d97255e75d5f85b4154b6e4d4
parent1953a21515ed14daa5c797e21d08048aaa91bb7a (diff)
layer23: mobile: Fix typo in vty string
-rw-r--r--src/host/layer23/src/mobile/vty_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/src/mobile/vty_interface.c b/src/host/layer23/src/mobile/vty_interface.c
index ff881048..943ebd90 100644
--- a/src/host/layer23/src/mobile/vty_interface.c
+++ b/src/host/layer23/src/mobile/vty_interface.c
@@ -147,7 +147,7 @@ static struct osmocom_ms *get_ms(const char *name, struct vty *vty)
return ms;
}
}
- vty_out(vty, "MS name '%s' does not exits.%s", name, VTY_NEWLINE);
+ vty_out(vty, "MS name '%s' does not exist.%s", name, VTY_NEWLINE);
return NULL;
}