From 89833d74d6c978512495e7e03b21e9f50e9f7af8 Mon Sep 17 00:00:00 2001 From: alexyosifov <47529095+alexyosifov@users.noreply.github.com> Date: Thu, 6 Aug 2020 22:15:15 +0300 Subject: [PATCH] ims_ipsec_pcscf: fixed spelling issue --- src/modules/ims_ipsec_pcscf/cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/ims_ipsec_pcscf/cmd.c b/src/modules/ims_ipsec_pcscf/cmd.c index e63e9315de1..f283528b1ac 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){