Quellcode durchsuchen

misc/examples: typos

Дилян Палаузов vor 2 Jahren
Ursprung
Commit
d5881bad81

+ 1 - 1
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")

+ 2 - 2
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

+ 1 - 1
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

+ 1 - 1
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.

+ 1 - 1
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