[sr-dev] git:master:29624e7e: etc: spelling fix withing -> within

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


Module: kamailio
Branch: master
Commit: 29624e7ebd45e64248dc4d80cb51d3bb447d155a
URL: https://github.com/kamailio/kamailio/commit/29624e7ebd45e64248dc4d80cb51d3bb447d155a

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

etc: spelling fix withing -> within

---

Modified: etc/kamailio.cfg
Modified: etc/sip-router.cfg

---

Diff:  https://github.com/kamailio/kamailio/commit/29624e7ebd45e64248dc4d80cb51d3bb447d155a.diff
Patch: https://github.com/kamailio/kamailio/commit/29624e7ebd45e64248dc4d80cb51d3bb447d155a.patch

---

diff --git a/etc/kamailio.cfg b/etc/kamailio.cfg
index 53ab1ba863..3b3db0258a 100644
--- a/etc/kamailio.cfg
+++ b/etc/kamailio.cfg
@@ -658,7 +658,7 @@ route[REQINIT] {
 route[WITHINDLG] {
 	if (!has_totag()) return;
 
-	# sequential request withing a dialog should
+	# sequential request within a dialog should
 	# take the path determined by record-routing
 	if (loose_route()) {
 		route(DLGURI);
diff --git a/etc/sip-router.cfg b/etc/sip-router.cfg
index f5e52fa1fe..0390ef7ec5 100644
--- a/etc/sip-router.cfg
+++ b/etc/sip-router.cfg
@@ -328,7 +328,7 @@ route[RPC]
 
 route[RR]
 {
-	# subsequent messages withing a dialog should take the
+	# subsequent messages within a dialog should take the
 	# path determined by record-routing
 	if (loose_route()) {
 		# mark routing logic in request




More information about the sr-dev mailing list