[sr-dev] git:master:20e6c522: textops: fix spelling error

Victor Seva linuxmaniac at torreviejawireless.org
Tue Oct 22 10:01:11 CEST 2019


Module: kamailio
Branch: master
Commit: 20e6c522c6722012cb8c38ae7e0c1773b2d536ed
URL: https://github.com/kamailio/kamailio/commit/20e6c522c6722012cb8c38ae7e0c1773b2d536ed

Author: Victor Seva <linuxmaniac at torreviejawireless.org>
Committer: Victor Seva <linuxmaniac at torreviejawireless.org>
Date: 2019-10-22T10:00:16+02:00

textops: fix spelling error

---

Modified: src/modules/textops/textops.c

---

Diff:  https://github.com/kamailio/kamailio/commit/20e6c522c6722012cb8c38ae7e0c1773b2d536ed.diff
Patch: https://github.com/kamailio/kamailio/commit/20e6c522c6722012cb8c38ae7e0c1773b2d536ed.patch

---

diff --git a/src/modules/textops/textops.c b/src/modules/textops/textops.c
index ab7d894bdd..0b7fd9e16e 100644
--- a/src/modules/textops/textops.c
+++ b/src/modules/textops/textops.c
@@ -832,7 +832,7 @@ static int ki_regex_substring(sip_msg_t* msg, str *input, str *regex,
 	rc = regcomp(&preg, regex->s, REG_EXTENDED);
 
 	if (0 != rc) {
-		LM_ERR("regular experession coudnt be compiled, Error code: (%d)\n", rc);
+		LM_ERR("regular expression coudnt be compiled, Error code: (%d)\n", rc);
 		pkg_free(pmatch);
 		regfree(&preg);
 		return -1;




More information about the sr-dev mailing list