[PATCH] mobile/vty_interface.c: Fix typo

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Martin Hauke mardnh at gmx.de
Thu Oct 13 17:10:40 UTC 2016


---
 src/host/layer23/src/mobile/vty_interface.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/host/layer23/src/mobile/vty_interface.c b/src/host/layer23/src/mobile/vty_interface.c
index 9a86880..f4d7df1 100644
--- a/src/host/layer23/src/mobile/vty_interface.c
+++ b/src/host/layer23/src/mobile/vty_interface.c
@@ -528,7 +528,7 @@ static int _sim_test_cmd(struct vty *vty, int argc, const char *argv[],
 
 DEFUN(sim_test, sim_test_cmd,
 	"sim testcard MS_NAME [MCC] [MNC] [LAC] [TMSI]",
-	"SIM actions\nAttach bulit in test SIM\nName of MS (see \"show ms\")\n"
+	"SIM actions\nAttach built-in test SIM\nName of MS (see \"show ms\")\n"
 	"Optionally set mobile Country Code of RPLMN\n"
 	"Optionally set mobile Network Code of RPLMN\n"
 	"Optionally set location area code of RPLMN\n"
@@ -539,7 +539,7 @@ DEFUN(sim_test, sim_test_cmd,
 
 DEFUN(sim_test_att, sim_test_att_cmd,
 	"sim testcard MS_NAME MCC MNC LAC TMSI attached",
-	"SIM actions\nAttach bulit in test SIM\nName of MS (see \"show ms\")\n"
+	"SIM actions\nAttach built-in test SIM\nName of MS (see \"show ms\")\n"
 	"Set mobile Country Code of RPLMN\nSet mobile Network Code of RPLMN\n"
 	"Set location area code\nSet current assigned TMSI\n"
 	"Indicate to MM that card is already attached")
@@ -1758,7 +1758,7 @@ DEFUN(cfg_ms_sap, cfg_ms_sap_cmd, "sap-socket PATH",
 
 DEFUN(cfg_ms_sim, cfg_ms_sim_cmd, "sim (none|reader|test|sap)",
 	"Set SIM card to attach when powering on\nAttach no SIM\n"
-	"Attach SIM from reader\nAttach bulit in test SIM\n"
+	"Attach SIM from reader\nAttach built-in test SIM\n"
 	"Attach SIM over SAP interface")
 {
 	struct osmocom_ms *ms = vty->index;
-- 
2.6.6




More information about the OpenBSC mailing list