Module: kamailio
Branch: master
Commit: 9419fb2f4288149d71b191e05743df2df5fa42f7
URL:
https://github.com/kamailio/kamailio/commit/9419fb2f4288149d71b191e05743df2…
Author: Henning Westerholt <hw(a)gilawa.com>
Committer: Henning Westerholt <hw(a)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/9419fb2f4288149d71b191e05743df2…
Patch:
https://github.com/kamailio/kamailio/commit/9419fb2f4288149d71b191e05743df2…
---
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