aboutsummaryrefslogtreecommitdiffstats
path: root/src/gprs_bssgp_pcu.cpp
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@freyther.de>2012-07-23 10:27:30 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-07-24 11:20:02 +0200
commit1115f5972c8e91177a27ea736aeb6435cacde177 (patch)
tree33b70d9ec9f7a6106e0855f614e4a87d0334958f /src/gprs_bssgp_pcu.cpp
parentdf72c89e4b2394cbad7fb2420535aa3202869bf3 (diff)
misc: Fix typos in the comments
ressource -> resorce
Diffstat (limited to 'src/gprs_bssgp_pcu.cpp')
-rw-r--r--src/gprs_bssgp_pcu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gprs_bssgp_pcu.cpp b/src/gprs_bssgp_pcu.cpp
index e0c71dc4..8e81304f 100644
--- a/src/gprs_bssgp_pcu.cpp
+++ b/src/gprs_bssgp_pcu.cpp
@@ -103,7 +103,7 @@ int gprs_bssgp_pcu_rx_dl_ud(struct msgb *msg, struct tlv_parsed *tp)
// Create new TBF
tfi = tfi_alloc(&trx, &ts);
if (tfi < 0) {
- LOGP(DRLCMAC, LOGL_NOTICE, "No PDCH ressource\n");
+ LOGP(DRLCMAC, LOGL_NOTICE, "No PDCH resource\n");
/* FIXME: send reject */
return -EBUSY;
}