瀏覽代碼

sst: typos a/an

Дилян Палаузов 2 年之前
父節點
當前提交
cabb462bfb
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/modules/sst/README
  2. 1 1
      src/modules/sst/sst_handlers.c

+ 1 - 1
src/modules/sst/README

@@ -90,7 +90,7 @@ Chapter 1. Admin Guide
 
 
    The sst module provides a way to update the dialog expiry timer based
    The sst module provides a way to update the dialog expiry timer based
    on the SIP INVITE/200 OK Session-Expires header value. You can use the
    on the SIP INVITE/200 OK Session-Expires header value. You can use the
-   sst module in an Kamailio proxy to allow freeing of local resources of
+   sst module in a Kamailio proxy to allow freeing of local resources of
    dead calls.
    dead calls.
 
 
    You can also use the sst module to validate the MIN_SE header value and
    You can also use the sst module to validate the MIN_SE header value and

+ 1 - 1
src/modules/sst/sst_handlers.c

@@ -536,7 +536,7 @@ static void sst_dialog_response_fwded_CB(struct dlg_cell* did, int type,
 		/*
 		/*
 		 * We need to get the method this reply is for from the CSEQ
 		 * We need to get the method this reply is for from the CSEQ
 		 * body. The RFC states we can only play with 2XX from the
 		 * body. The RFC states we can only play with 2XX from the
-		 * INVITE or reINVTE/UPDATE.
+		 * INVITE or reINVITE/UPDATE.
 		 */
 		 */
 		if (!msg->cseq && ((parse_headers(msg, HDR_CSEQ_F, 0) == -1) || !msg->cseq)) {
 		if (!msg->cseq && ((parse_headers(msg, HDR_CSEQ_F, 0) == -1) || !msg->cseq)) {
 			LM_ERR("failed to parse CSeq\n");
 			LM_ERR("failed to parse CSeq\n");