Răsfoiți Sursa

sst: typos a/an

Дилян Палаузов 2 ani în urmă
părinte
comite
cabb462bfb
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  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
    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.
 
    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
 		 * 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)) {
 			LM_ERR("failed to parse CSeq\n");