pespin has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/68/30968/1
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;
}
--
To view, visit
https://gerrit.osmocom.org/c/osmocom-bb/+/30968
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmocom-bb
Gerrit-Branch: master
Gerrit-Change-Id: I05238b72735600aae46126c24d5e96444e91ef06
Gerrit-Change-Number: 30968
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange