소스 검색

smsops: fix spelling error

Victor Seva 5 년 전
부모
커밋
4ba14d2f6d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/modules/smsops/smsops_impl.c

+ 1 - 1
src/modules/smsops/smsops_impl.c

@@ -573,7 +573,7 @@ int decode_3gpp_sms(struct sip_msg *msg) {
 							if(ie->identifier == TP_UDH_IE_CONCAT_SM_8BIT_REF) {
 							if(ie->identifier == TP_UDH_IE_CONCAT_SM_8BIT_REF) {
 								if(contains_8bit_refnum) {
 								if(contains_8bit_refnum) {
 									pkg_free(ie);
 									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;
 									return -1;
 								}
 								}