smpp: Fix small typo in the comment

This commit is contained in:
Holger Hans Peter Freyther 2014-07-19 19:02:46 +02:00
parent 0d7efef394
commit 94f83e1787
1 changed files with 1 additions and 1 deletions

View File

@ -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;