Skip to content

Commit

Permalink
test: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 28, 2022
1 parent c35bdec commit f1e0b32
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions test/misc/cfg/acc-test.cfg
Expand Up @@ -62,7 +62,7 @@ loadmodule "../sip_router/modules/registrar/registrar.so"
# 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 )


Expand All @@ -78,7 +78,7 @@ modparam("radius_acc", "log_level", 1)
# that is the flag for which we will account -- don't forget to
# set the same one :-)
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 )

# -- tm params --
Expand Down
2 changes: 1 addition & 1 deletion test/misc/cfg/sf.cfg
Expand Up @@ -52,7 +52,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 )
modparam("acc", "missed_flag", 2 )

Expand Down
2 changes: 1 addition & 1 deletion test/misc/code/shoot.c
Expand Up @@ -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.
use ping for that.
written by farhan on 10th august, 2000.
Expand Down
2 changes: 1 addition & 1 deletion test/misc/code/shoot2.c
Expand Up @@ -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.
use ping for that.
written by farhan on 10th august, 2000.
Expand Down
2 changes: 1 addition & 1 deletion test/unit/README
Expand Up @@ -32,7 +32,7 @@ To execute all unit tests, 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:

Expand Down

0 comments on commit f1e0b32

Please sign in to comment.