[sr-dev] git:master:8f5738de: cnxcc: spelling fix withing -> within

Henning Westerholt hw at gilawa.com
Sun Dec 11 11:23:39 CET 2022


Module: kamailio
Branch: master
Commit: 8f5738de081a874751fcf1fd30e27d8b6ad86781
URL: https://github.com/kamailio/kamailio/commit/8f5738de081a874751fcf1fd30e27d8b6ad86781

Author: Henning Westerholt <hw at gilawa.com>
Committer: Henning Westerholt <hw at gilawa.com>
Date: 2022-12-11T10:19:55Z

cnxcc: spelling fix withing -> within

---

Modified: src/modules/cnxcc/example/kamailio-cnxcc.cfg

---

Diff:  https://github.com/kamailio/kamailio/commit/8f5738de081a874751fcf1fd30e27d8b6ad86781.diff
Patch: https://github.com/kamailio/kamailio/commit/8f5738de081a874751fcf1fd30e27d8b6ad86781.patch

---

diff --git a/src/modules/cnxcc/example/kamailio-cnxcc.cfg b/src/modules/cnxcc/example/kamailio-cnxcc.cfg
index 0063b47b4c6..9b11b26a8dc 100644
--- a/src/modules/cnxcc/example/kamailio-cnxcc.cfg
+++ b/src/modules/cnxcc/example/kamailio-cnxcc.cfg
@@ -725,7 +725,7 @@ route[REQINIT] {
 # Handle requests within SIP dialogs
 route[WITHINDLG] {
 	if (has_totag()) {
-		# sequential request withing a dialog should
+		# sequential request within a dialog should
 		# take the path determined by record-routing
 		if (loose_route()) {
 			if (is_method("BYE")) {




More information about the sr-dev mailing list