From dd715bd2ee2dd8bd4883eac135935490ae6c8d77 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 23 Dec 2010 22:23:15 +0100 Subject: [PATCH] sms: Fix a small typo. --- openbsc/src/gsm_04_11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);