pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/30968 )
Change subject: layer23: mobile: Fix typo in vty string ......................................................................
layer23: mobile: Fix typo in vty string
Change-Id: I05238b72735600aae46126c24d5e96444e91ef06 --- M src/host/layer23/src/mobile/vty_interface.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified dexter: Looks good to me, approved laforge: Looks good to me, approved fixeria: Looks good to me, approved
diff --git a/src/host/layer23/src/mobile/vty_interface.c b/src/host/layer23/src/mobile/vty_interface.c index ff88104..943ebd9 100644 --- a/src/host/layer23/src/mobile/vty_interface.c +++ b/src/host/layer23/src/mobile/vty_interface.c @@ -147,7 +147,7 @@ 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; }