aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libmsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-07-19 19:02:46 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-07-19 19:02:46 +0200
commit94f83e1787dfaf0014963783c8602b79cad9ae2e (patch)
tree858106dad2b338e73d743e1c85bddbfc7d30e389 /openbsc/src/libmsc
parent0d7efef394809f6c2e21fe874a5c5d0878635add (diff)
smpp: Fix small typo in the comment
Diffstat (limited to 'openbsc/src/libmsc')
-rw-r--r--openbsc/src/libmsc/smpp_openbsc.c2
1 files changed, 1 insertions, 1 deletions
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;