[sr-dev] git:5.2:4e49c16d: Fix typo on counters module: Consecutives 'the'

Henning Westerholt hw at skalatan.de
Fri Oct 2 15:51:41 CEST 2020


Module: kamailio
Branch: 5.2
Commit: 4e49c16d290871e82c4881544d9d8e742cf00bde
URL: https://github.com/kamailio/kamailio/commit/4e49c16d290871e82c4881544d9d8e742cf00bde

Author: Jorge Vallecillo <jorgevallecilloc at gmail.com>
Committer: Henning Westerholt <hw at skalatan.de>
Date: 2020-10-02T13:50:39Z

Fix typo on counters module: Consecutives 'the'

---

Modified: src/modules/counters/counters.c

---

Diff:  https://github.com/kamailio/kamailio/commit/4e49c16d290871e82c4881544d9d8e742cf00bde.diff
Patch: https://github.com/kamailio/kamailio/commit/4e49c16d290871e82c4881544d9d8e742cf00bde.patch

---

diff --git a/src/modules/counters/counters.c b/src/modules/counters/counters.c
index 5ddbac3e68..696bc0be35 100644
--- a/src/modules/counters/counters.c
+++ b/src/modules/counters/counters.c
@@ -132,7 +132,7 @@ struct module_exports exports = {
 
 
 
-/** parse the the script_counter modparam.
+/** parse the script_counter modparam.
  *  Format:   [grp.]name[( |:)desc]
  *  E.g.:
  *           "name" => new counter: *cnt_script_grp."name"
@@ -554,4 +554,4 @@ int mod_register(char *path, int *dlflags, void *p1, void *p2)
 	return 0;
 }
 
-/* vi: set ts=4 sw=4 tw=79:ai:cindent: */
\ No newline at end of file
+/* vi: set ts=4 sw=4 tw=79:ai:cindent: */




More information about the sr-dev mailing list