diff mbox

mobile/vty_interface.c: Fix typo

Message ID 20161013171040.GA15181@gmx.de
State New
Headers show

Commit Message

Martin Hauke Oct. 13, 2016, 5:10 p.m. UTC
---
 src/host/layer23/src/mobile/vty_interface.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox

Patch

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;