From 94f83e1787dfaf0014963783c8602b79cad9ae2e Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 19 Jul 2014 19:02:46 +0200 Subject: smpp: Fix small typo in the comment --- openbsc/src/libmsc/smpp_openbsc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbsc/src/libmsc/smpp_openbsc.c') diff --git a/openbsc/src/libmsc/smpp_openbsc.c b/openbsc/src/libmsc/smpp_openbsc.c index ec541c271..7e14c74bb 100644 --- a/openbsc/src/libmsc/smpp_openbsc.c +++ b/openbsc/src/libmsc/smpp_openbsc.c @@ -107,7 +107,7 @@ static int submit_to_sms(struct gsm_sms **psms, struct gsm_network *net, t = find_tlv(submit->tlv, TLVID_message_payload); if (t) { if (submit->sm_length) { - /* ERROR: we cannot have botH! */ + /* ERROR: we cannot have both! */ LOGP(DLSMS, LOGL_ERROR, "SMPP Cannot have payload in " "TLV _and_ in the header\n"); return ESME_ROPTPARNOTALLWD; -- cgit v1.2.3