[PATCH] Fix typo in error message

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/.

msuraev at sysmocom.de msuraev at sysmocom.de
Thu Mar 17 17:24:38 UTC 2016


From: Max <msuraev at sysmocom.de>

---
 src/common/vty.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/vty.c b/src/common/vty.c
index bba6af1..b4aa616 100644
--- a/src/common/vty.c
+++ b/src/common/vty.c
@@ -222,7 +222,7 @@ DEFUN(cfg_bts_trx, cfg_bts_trx_cmd,
 
 	trx = gsm_bts_trx_num(bts, trx_nr);
 	if (!trx) {
-		vty_out(vty, "Unknown TRX %u. Aavialable TRX are: 0..%u%s",
+		vty_out(vty, "Unknown TRX %u. Available TRX are: 0..%u%s",
 			trx_nr, bts->num_trx - 1, VTY_NEWLINE);
 		return CMD_WARNING;
 	}
-- 
2.7.3




More information about the OpenBSC mailing list