aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-12-23 22:23:15 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-12-25 21:39:04 +0100
commitdd715bd2ee2dd8bd4883eac135935490ae6c8d77 (patch)
tree22c0389725aa3704bff53a718ab021be0dc280ea
parent73b878a85a3d023a855ca623d71950486d26cfbb (diff)
sms: Fix a small typo.
-rw-r--r--openbsc/src/gsm_04_11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gsm_04_11.c b/openbsc/src/gsm_04_11.c
index 4ef9ee764..f4180047e 100644
--- a/openbsc/src/gsm_04_11.c
+++ b/openbsc/src/gsm_04_11.c
@@ -807,7 +807,7 @@ static int gsm411_rx_rp_error(struct msgb *msg, struct gsm_trans *trans,
if (cause == GSM411_RP_CAUSE_MT_MEM_EXCEEDED) {
/* MS has not enough memory to store the message. We need
- * to store this in our database and wati for a SMMA message */
+ * to store this in our database and wait for a SMMA message */
/* FIXME */
dispatch_signal(SS_SMS, S_SMS_MEM_EXCEEDED, trans->subscr);
counter_inc(net->stats.sms.rp_err_mem);