[sr-dev] git:master:9419fb2f: docs/tutorials: spelling fix withing -> within

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


Module: kamailio
Branch: master
Commit: 9419fb2f4288149d71b191e05743df2df5fa42f7
URL: https://github.com/kamailio/kamailio/commit/9419fb2f4288149d71b191e05743df2df5fa42f7

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

docs/tutorials: spelling fix withing -> within

---

Modified: doc/tutorials/presence/cfg/full_ps.cfg
Modified: doc/tutorials/presence/cfg/ps.cfg

---

Diff:  https://github.com/kamailio/kamailio/commit/9419fb2f4288149d71b191e05743df2df5fa42f7.diff
Patch: https://github.com/kamailio/kamailio/commit/9419fb2f4288149d71b191e05743df2df5fa42f7.patch

---

diff --git a/doc/tutorials/presence/cfg/full_ps.cfg b/doc/tutorials/presence/cfg/full_ps.cfg
index 7aae4372d1c..800336f0c40 100644
--- a/doc/tutorials/presence/cfg/full_ps.cfg
+++ b/doc/tutorials/presence/cfg/full_ps.cfg
@@ -191,7 +191,7 @@ route{
 	# use different transport protocol
 	if (!method=="REGISTER") record_route();	
 
-	# 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
diff --git a/doc/tutorials/presence/cfg/ps.cfg b/doc/tutorials/presence/cfg/ps.cfg
index 51391965e1f..fedf6305227 100644
--- a/doc/tutorials/presence/cfg/ps.cfg
+++ b/doc/tutorials/presence/cfg/ps.cfg
@@ -252,7 +252,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