Explorar o código

misc/examples: update comments

Дилян Палаузов %!s(int64=2) %!d(string=hai) anos
pai
achega
e6bdf6579a

+ 1 - 1
misc/examples/kamailio/acc.cfg

@@ -59,7 +59,7 @@ route{
 	# record-route INVITES to make sure BYEs will visit our server too
 	if (method=="INVITE") record_route();
 
-	# forward the request statefuly now; (we need *stateful* forwarding,
+	# forward the request statefully now; (we need *stateful* forwarding,
 	# because the stateful mode correlates requests with replies and
 	# drops retranmissions; otherwise, we would have to report on
 	# every single message received)

+ 1 - 1
misc/examples/mixed/acc.cfg

@@ -50,7 +50,7 @@ route{
 	# record-route INVITES to make sure BYEs will visit our server too
 	if (method=="INVITE") record_route();
 
-	# forward the request statefuly now; (we need *stateful* forwarding,
+	# forward the request statefully now; (we need *stateful* forwarding,
 	# because the stateful mode correlates requests with replies and
 	# drops retranmissions; otherwise, we would have to report on
 	# every single message received)

+ 1 - 1
misc/examples/mixed/uas.cfg

@@ -4,7 +4,7 @@
 # this example shows usage of ser as user agent
 # server which does some functionality (in this
 # example, 'log' is used to print a notification
-# on a new transaction) and behaves statefuly
+# on a new transaction) and behaves statefully
 # (e.g., it retransmits replies on request
 # retransmissions)
 

+ 1 - 1
misc/examples/obsoleted/backup.cfg

@@ -92,7 +92,7 @@ modparam("acc", "log_level", 1)
 # that is the flag for which we will account -- don't forget to
 # set the same one :-)
 modparam("acc", "acc_flag", 1 )
-# we are interested only in succesful transactions
+# we are interested only in successful transactions
 modparam("acc", "failed_transactions", 0 )
 
 # -- tm params --

+ 1 - 1
misc/examples/obsoleted/test.cfg

@@ -82,7 +82,7 @@ modparam("acc", "log_level", 1)
 # that is the flag for which we will account -- don't forget to
 # set the same one :-)
 modparam("acc", "acc_flag", 1 )
-# we are interested only in succesful transactions
+# we are interested only in successful transactions
 modparam("acc", "failed_transactions", 0 )
 
 # -- tm params --

+ 1 - 1
misc/examples/obsoleted/tmtest.cfg

@@ -56,7 +56,7 @@ modparam("acc", "log_level", 1)
 # that is the flag for which we will account -- don't forget to
 # set the same one :-)
 modparam("acc", "acc_flag", 3 )
-# we are interested only in succesful transactions
+# we are interested only in successful transactions
 modparam("acc", "failed_transactions", 0 )
 
 # -- tm params --