aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Alteholz <debian@alteholz.de>2019-07-16 20:40:38 +0200
committerlaforge <laforge@gnumonks.org>2019-07-17 10:58:57 +0000
commit2131a7931e45a0a417dd2ad12548ee4e380f16ba (patch)
treef49d6355447a9aafdc4c86a5ecf5e43df36aca46
parentaf6f39025f1dad351e32b492ae0112a31d7b87bb (diff)
fix spelling stuff mentioned by lintian
-rw-r--r--src/common/pcu_sock.c2
-rw-r--r--src/common/rsl.c2
-rw-r--r--src/osmo-bts-octphy/l1_if.c2
-rw-r--r--src/osmo-bts-trx/trx_vty.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/common/pcu_sock.c b/src/common/pcu_sock.c
index 39b45682..1d9fa72f 100644
--- a/src/common/pcu_sock.c
+++ b/src/common/pcu_sock.c
@@ -677,7 +677,7 @@ static int pcu_rx(struct gsm_network *net, uint8_t msg_type,
rc = pcu_rx_txt_ind(bts, &pcu_prim->u.txt_ind);
break;
default:
- LOGP(DPCU, LOGL_ERROR, "Received unknwon PCU msg type %d\n",
+ LOGP(DPCU, LOGL_ERROR, "Received unknown PCU msg type %d\n",
msg_type);
rc = -EINVAL;
}
diff --git a/src/common/rsl.c b/src/common/rsl.c
index 0a613bb8..0a6a4e58 100644
--- a/src/common/rsl.c
+++ b/src/common/rsl.c
@@ -3090,7 +3090,7 @@ static int rsl_rx_ipaccess(struct gsm_bts_trx *trx, struct msgb *msg)
msg->lchan = lchan_lookup(trx, dch->chan_nr, "RSL rx IPACC: ");
if (!msg->lchan) {
- LOGP(DRSL, LOGL_ERROR, "Rx RSL %s for unknow lchan\n",
+ LOGP(DRSL, LOGL_ERROR, "Rx RSL %s for unknown lchan\n",
rsl_msg_name(dch->c.msg_type));
return rsl_reject_unknown_lchan(msg);
}
diff --git a/src/osmo-bts-octphy/l1_if.c b/src/osmo-bts-octphy/l1_if.c
index 32e738f2..612c29ad 100644
--- a/src/osmo-bts-octphy/l1_if.c
+++ b/src/osmo-bts-octphy/l1_if.c
@@ -1175,7 +1175,7 @@ static int handle_ph_rach_ind(struct octphy_hdl *fl1,
if (ra_ind->ulMsgLength != 1) {
LOGPFN(DL1C, LOGL_ERROR, ra_ind->ulFrameNumber,
- "Rx PH-RACH.ind has lenghth %d > 1\n", ra_ind->ulMsgLength);
+ "Rx PH-RACH.ind has length %d > 1\n", ra_ind->ulMsgLength);
msgb_free(l1p_msg);
return 0;
}
diff --git a/src/osmo-bts-trx/trx_vty.c b/src/osmo-bts-trx/trx_vty.c
index e9710acd..b9af445b 100644
--- a/src/osmo-bts-trx/trx_vty.c
+++ b/src/osmo-bts-trx/trx_vty.c
@@ -237,7 +237,7 @@ DEFUN(cfg_phyinst_maxdlynb, cfg_phyinst_maxdlynb_cmd,
OSMOTRX_STR
"Set the maximum acceptable delay of a Normal Burst (in GSM symbols)."
" USE FOR TESTING ONLY, DON'T CHANGE IN PRODUCTION USE!"
- " During normal operation, Normal Bursts delay are controled by a Timing"
+ " During normal operation, Normal Bursts delay are controlled by a Timing"
" Advance control loop and thus Normal Bursts arrive to a BTS with no more"
" than a couple GSM symbols, which is already taken into account in osmo-trx."
" So changing this setting will have no effect in production installations"