aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2016-06-20 18:17:03 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2016-06-20 18:17:03 +0200
commitd32aa035209364429e8e756724fb17085bdd587c (patch)
tree87ac2a149ec9e3dbfdd2711d3380e5aaef2259e1
parent2c9f980163b233aa28b370e053d234306f1017bf (diff)
typo in warning
(actually committing just to test gerrit, and if it goes through it's still a valid change.) Change-Id: I2ca9a1cc2f250801fbe62f3c50b73dff7101ee08
-rw-r--r--src/bts.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bts.cpp b/src/bts.cpp
index 86920659..c53c92c1 100644
--- a/src/bts.cpp
+++ b/src/bts.cpp
@@ -513,7 +513,7 @@ int BTS::rcv_rach(uint8_t ra, uint32_t Fn, int16_t qta)
tsc = m_bts.trx[trx_no].pdch[ts_no].tsc;
} else {
// Create new TBF
- #warning "Copy and pate with other routines.."
+ #warning "Copy and paste with other routines.."
/* set class to 0, since we don't know the multislot class yet */
tbf = tbf_alloc_ul_tbf(&m_bts, NULL, -1, 0, 0, 1);
if (!tbf) {