Browse Source

etc: spelling fix withing -> within

Henning Westerholt 3 years ago
parent
commit
29624e7ebd
2 changed files with 2 additions and 2 deletions
  1. 1 1
      etc/kamailio.cfg
  2. 1 1
      etc/sip-router.cfg

+ 1 - 1
etc/kamailio.cfg

@@ -658,7 +658,7 @@ route[REQINIT] {
 route[WITHINDLG] {
 route[WITHINDLG] {
 	if (!has_totag()) return;
 	if (!has_totag()) return;
 
 
-	# sequential request withing a dialog should
+	# sequential request within a dialog should
 	# take the path determined by record-routing
 	# take the path determined by record-routing
 	if (loose_route()) {
 	if (loose_route()) {
 		route(DLGURI);
 		route(DLGURI);

+ 1 - 1
etc/sip-router.cfg

@@ -328,7 +328,7 @@ route[RPC]
 
 
 route[RR]
 route[RR]
 {
 {
-	# subsequent messages withing a dialog should take the
+	# subsequent messages within a dialog should take the
 	# path determined by record-routing
 	# path determined by record-routing
 	if (loose_route()) {
 	if (loose_route()) {
 		# mark routing logic in request
 		# mark routing logic in request