Skip to content

Commit

Permalink
smsops: fix spelling error
Browse files Browse the repository at this point in the history
(cherry picked from commit 4ba14d2)
  • Loading branch information
linuxmaniac authored and henningw committed Jan 23, 2020
1 parent d79c2c3 commit abb94a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/smsops/smsops_impl.c
Expand Up @@ -573,7 +573,7 @@ int decode_3gpp_sms(struct sip_msg *msg) {
if(ie->identifier == TP_UDH_IE_CONCAT_SM_8BIT_REF) {
if(contains_8bit_refnum) {
pkg_free(ie);
LM_ERR("IE Concatenated Short Message 8bit Reference occured more than once in UDH\n");
LM_ERR("IE Concatenated Short Message 8bit Reference occurred more than once in UDH\n");
return -1;
}

Expand Down

0 comments on commit abb94a6

Please sign in to comment.