From d5881bad81146b7e3aae7b7866158155df76cf16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Mon, 12 Dec 2022 19:26:33 +0200 Subject: [PATCH] misc/examples: typos --- misc/examples/kamailio/acc-mysql.cfg | 2 +- misc/examples/kamailio/nathelper.cfg | 4 ++-- misc/examples/mixed/nathelper.cfg | 2 +- misc/examples/pkg/sip-router-oob.cfg | 2 +- misc/examples/scripts/serresponse | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/misc/examples/kamailio/acc-mysql.cfg b/misc/examples/kamailio/acc-mysql.cfg index c827ab94e12..53cc9df40a6 100644 --- a/misc/examples/kamailio/acc-mysql.cfg +++ b/misc/examples/kamailio/acc-mysql.cfg @@ -117,7 +117,7 @@ modparam("usrloc", "db_mode", 2) # #modparam("auth_db", "calculate_ha1", yes) # -# If you set "calculate_ha1" parameter to yes (which true in this config), +# If you set "calculate_ha1" parameter to yes (which is true in this config), # uncomment also the following parameter) # #modparam("auth_db", "password_column", "password") diff --git a/misc/examples/kamailio/nathelper.cfg b/misc/examples/kamailio/nathelper.cfg index 836f97da3c5..c59be29abbc 100644 --- a/misc/examples/kamailio/nathelper.cfg +++ b/misc/examples/kamailio/nathelper.cfg @@ -113,8 +113,8 @@ route{ # Special handling for NATed clients; first, NAT test is # executed: it looks for via!=received and RFC1918 addresses # in Contact (may fail if line-folding is used); also, - # the received test should, if completed, should check all - # vias for rpesence of received + # the received test, if completed, should check all + # vias for presence of received if (nat_uac_test("3")) { # Allow RR-ed requests, as these may indicate that # a NAT-enabled proxy takes care of it; unless it is diff --git a/misc/examples/mixed/nathelper.cfg b/misc/examples/mixed/nathelper.cfg index 6722672768a..b1e36aab5c1 100644 --- a/misc/examples/mixed/nathelper.cfg +++ b/misc/examples/mixed/nathelper.cfg @@ -107,7 +107,7 @@ route{ # executed: it looks for via!=received and RFC1918 addresses # in Contact (may fail if line-folding is used); also, # the received test should, if completed, should check all - # vias for rpesence of received + # vias for presence of received if (nat_uac_test("3")) { # Allow RR-ed requests, as these may indicate that # a NAT-enabled proxy takes care of it; unless it is diff --git a/misc/examples/pkg/sip-router-oob.cfg b/misc/examples/pkg/sip-router-oob.cfg index 925f8e8d9a2..8325ce197ba 100644 --- a/misc/examples/pkg/sip-router-oob.cfg +++ b/misc/examples/pkg/sip-router-oob.cfg @@ -683,7 +683,7 @@ route[FORWARD] } # Activate the RTP proxy as the second last step because it modifies the - # body but also sets an dialog AVP cookie. + # body but also sets a dialog AVP cookie. route(RTPPROXY); # Insert a Record-Route header into all requests. diff --git a/misc/examples/scripts/serresponse b/misc/examples/scripts/serresponse index cb9e43c49dc..490fd98e7de 100755 --- a/misc/examples/scripts/serresponse +++ b/misc/examples/scripts/serresponse @@ -128,7 +128,7 @@ if [ ! -e $LOCKF ] ; then echo " Please configure it to your local settings first." echo echo "If you do not press CTRL-C within 2 seconds an informational message" - echo "with your hostname will be send to the ser developers." + echo "with your hostname will be sent to the ser developers." sleep 2 $MAILCOMMAND -s "serresponse executed on ${HOSTN}" $NOTIFY < $TMP rm -f $TMP