[sr-dev] git:master:89833d74: ims_ipsec_pcscf: fixed spelling issue

Henning Westerholt hw at skalatan.de
Wed Aug 12 20:44:17 CEST 2020


Module: kamailio
Branch: master
Commit: 89833d74d6c978512495e7e03b21e9f50e9f7af8
URL: https://github.com/kamailio/kamailio/commit/89833d74d6c978512495e7e03b21e9f50e9f7af8

Author: alexyosifov <47529095+alexyosifov at users.noreply.github.com>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2020-08-12T20:44:08+02:00

ims_ipsec_pcscf: fixed spelling issue

---

Modified: src/modules/ims_ipsec_pcscf/cmd.c

---

Diff:  https://github.com/kamailio/kamailio/commit/89833d74d6c978512495e7e03b21e9f50e9f7af8.diff
Patch: https://github.com/kamailio/kamailio/commit/89833d74d6c978512495e7e03b21e9f50e9f7af8.patch

---

diff --git a/src/modules/ims_ipsec_pcscf/cmd.c b/src/modules/ims_ipsec_pcscf/cmd.c
index e63e9315de..f283528b1a 100644
--- a/src/modules/ims_ipsec_pcscf/cmd.c
+++ b/src/modules/ims_ipsec_pcscf/cmd.c
@@ -76,7 +76,7 @@ extern usrloc_api_t ul;
 extern struct tm_binds tmb;
 
 #define IPSEC_SEND_FORCE_SOCKET		0x01 /* if set - set send force socket for request messages */
-#define IPSEC_REVERSE_SEARCH		0x02 /* if set - start seraching from the last element */
+#define IPSEC_REVERSE_SEARCH		0x02 /* if set - start searching from the last element */
 
 int bind_ipsec_pcscf(ipsec_pcscf_api_t* api) {
 	if(!api){




More information about the sr-dev mailing list