From e6bdf6579a800377786b054957f68fc1535bb1e8 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: Sat, 17 Dec 2022 12:56:52 +0200 Subject: [PATCH] misc/examples: update comments --- misc/examples/kamailio/acc.cfg | 2 +- misc/examples/mixed/acc.cfg | 2 +- misc/examples/mixed/uas.cfg | 2 +- misc/examples/obsoleted/backup.cfg | 2 +- misc/examples/obsoleted/test.cfg | 2 +- misc/examples/obsoleted/tmtest.cfg | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/misc/examples/kamailio/acc.cfg b/misc/examples/kamailio/acc.cfg index bca66a40cff..831d701aacb 100644 --- a/misc/examples/kamailio/acc.cfg +++ b/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) diff --git a/misc/examples/mixed/acc.cfg b/misc/examples/mixed/acc.cfg index b5a189b6b4d..8f28543466c 100644 --- a/misc/examples/mixed/acc.cfg +++ b/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) diff --git a/misc/examples/mixed/uas.cfg b/misc/examples/mixed/uas.cfg index a4c05e13e1e..a2ade9a8d99 100644 --- a/misc/examples/mixed/uas.cfg +++ b/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) diff --git a/misc/examples/obsoleted/backup.cfg b/misc/examples/obsoleted/backup.cfg index 23eee18f8a9..859c9b45c06 100644 --- a/misc/examples/obsoleted/backup.cfg +++ b/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 -- diff --git a/misc/examples/obsoleted/test.cfg b/misc/examples/obsoleted/test.cfg index 2b9023ff041..6911c0e8e68 100644 --- a/misc/examples/obsoleted/test.cfg +++ b/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 -- diff --git a/misc/examples/obsoleted/tmtest.cfg b/misc/examples/obsoleted/tmtest.cfg index 107dfe10cad..0cb9179be28 100644 --- a/misc/examples/obsoleted/tmtest.cfg +++ b/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 --