aboutsummaryrefslogtreecommitdiffstats
path: root/src/bts.cpp
diff options
context:
space:
mode:
authorThorsten Alteholz <debian@alteholz.de>2018-10-06 10:42:58 +0200
committerlaforge <laforge@gnumonks.org>2019-07-17 10:56:19 +0000
commit8bb790445852ee8c6846a3a48f455a28b6514c63 (patch)
treeee54f61d5ef0fbb5a723efb917253a11e0d5b608 /src/bts.cpp
parentf3038e7b2a27270185337ec707dee5f4b9b25826 (diff)
fix spelling errors detected by lintian
Diffstat (limited to 'src/bts.cpp')
-rw-r--r--src/bts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bts.cpp b/src/bts.cpp
index 8799c3dd..395fc733 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -611,7 +611,7 @@ uint32_t BTS::rfn_to_fn(int32_t rfn)
* we roll back the rounded frame number by one RFN_MODULUS */
if (abs(rfn - m_cur_rfn) > RFN_THRESHOLD) {
LOGP(DRLCMAC, LOGL_DEBUG,
- "Race condition between rfn (%u) and m_cur_fn (%u) detected: rfn belongs to the previos modulus %u cycle, wrappng...\n",
+ "Race condition between rfn (%u) and m_cur_fn (%u) detected: rfn belongs to the previous modulus %u cycle, wrapping...\n",
rfn, m_cur_fn, RFN_MODULUS);
if (fn_rounded < RFN_MODULUS) {
LOGP(DRLCMAC, LOGL_DEBUG,