Дилян Палаузов 2 年 前
コミット
f1e0b32643

+ 2 - 2
test/misc/cfg/acc-test.cfg

@@ -62,7 +62,7 @@ loadmodule "../sip_router/modules/registrar/registrar.so"
 # that is the flag for which we will account -- don't forget to
 # that is the flag for which we will account -- don't forget to
 # set the same one :-)
 # set the same one :-)
 #modparam("acc", "acc_flag", 1 )
 #modparam("acc", "acc_flag", 1 )
-# we are interested only in succesful transactions
+# we are interested only in successful transactions
 #modparam("acc", "failed_transactions", 0 )
 #modparam("acc", "failed_transactions", 0 )
 
 
 
 
@@ -78,7 +78,7 @@ modparam("radius_acc", "log_level", 1)
 # that is the flag for which we will account -- don't forget to
 # that is the flag for which we will account -- don't forget to
 # set the same one :-)
 # set the same one :-)
 modparam("radius_acc", "acc_flag", 1 )
 modparam("radius_acc", "acc_flag", 1 )
-# we are interested only in succesful transactions
+# we are interested only in successful transactions
 modparam("radius_acc", "failed_transactions", 0 )
 modparam("radius_acc", "failed_transactions", 0 )
 
 
 # -- tm params --
 # -- tm params --

+ 1 - 1
test/misc/cfg/sf.cfg

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

+ 1 - 1
test/misc/code/shoot.c

@@ -310,7 +310,7 @@ int main(int argc, char *argv[])
 
 
 
 
 /*
 /*
-shoot will exercise the all types of sip servers.
+shoot will exercise all the types of sip servers.
 it is not to be used to measure round-trips and general connectivity.
 it is not to be used to measure round-trips and general connectivity.
 use ping for that. 
 use ping for that. 
 written by farhan on 10th august, 2000.
 written by farhan on 10th august, 2000.

+ 1 - 1
test/misc/code/shoot2.c

@@ -397,7 +397,7 @@ int main(int argc, char *argv[])
 
 
 
 
 /*
 /*
-shoot will exercise the all types of sip servers.
+shoot will exercise all the types of sip servers.
 it is not to be used to measure round-trips and general connectivity.
 it is not to be used to measure round-trips and general connectivity.
 use ping for that. 
 use ping for that. 
 written by farhan on 10th august, 2000.
 written by farhan on 10th august, 2000.

+ 1 - 1
test/unit/README

@@ -32,7 +32,7 @@ To execute all unit tests, run:
 
 
 To run a specific unit test, run:
 To run a specific unit test, run:
 
 
-    make run UNIT=scripname
+    make run UNIT=scriptname
 
 
 Scriptname is the name of shell file to execute, for example:
 Scriptname is the name of shell file to execute, for example: