pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38070?usp=email )
Change subject: cosmetic: Fix same typo in comment in several files ......................................................................
cosmetic: Fix same typo in comment in several files
Change-Id: Id59e09b0ac89251175ecee23e7f9d1a058644aa8 --- M ggsn_tests/GGSN_Tests.ttcn M hss/HSS_Tests.ttcn M pgw/PGW_Tests.ttcn 3 files changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/70/38070/1
diff --git a/ggsn_tests/GGSN_Tests.ttcn b/ggsn_tests/GGSN_Tests.ttcn index 70bb1c3..c151346 100644 --- a/ggsn_tests/GGSN_Tests.ttcn +++ b/ggsn_tests/GGSN_Tests.ttcn @@ -274,7 +274,7 @@
f_diameter_wait_capability(Gx_UNIT); f_diameter_wait_capability(Gy_UNIT); - /* Give some time for our emulation to get out of SUSPECT list of SUT (3 watchdong ping-pongs): + /* Give some time for our emulation to get out of SUSPECT list of SUT (3 watchdog ping-pongs): * RFC6733 sec 5.1 * RFC3539 sec 3.4.1 [5] * https://github.com/freeDiameter/freeDiameter/blob/master/libfdcore/p_psm.c#L... diff --git a/hss/HSS_Tests.ttcn b/hss/HSS_Tests.ttcn index 5c4f765..1838619 100644 --- a/hss/HSS_Tests.ttcn +++ b/hss/HSS_Tests.ttcn @@ -143,7 +143,7 @@ vc_S6a.start(DIAMETER_Emulation.main(ops, pars, id));
f_diameter_wait_capability(S6a_UNIT); - /* Give some time for our emulation to get out of SUSPECT list of SUT (3 watchdong ping-pongs): + /* Give some time for our emulation to get out of SUSPECT list of SUT (3 watchdog ping-pongs): * RFC6733 sec 5.1 * RFC3539 sec 3.4.1 [5] * https://github.com/freeDiameter/freeDiameter/blob/master/libfdcore/p_psm.c#L... diff --git a/pgw/PGW_Tests.ttcn b/pgw/PGW_Tests.ttcn index 08cd1a0..4a4f77f 100644 --- a/pgw/PGW_Tests.ttcn +++ b/pgw/PGW_Tests.ttcn @@ -272,7 +272,7 @@ f_diameter_wait_capability(Gx_UNIT); f_diameter_wait_capability(Gy_UNIT); f_diameter_wait_capability(S6b_UNIT); - /* Give some time for our emulation to get out of SUSPECT list of SUT (3 watchdong ping-pongs): + /* Give some time for our emulation to get out of SUSPECT list of SUT (3 watchdog ping-pongs): * RFC6733 sec 5.1 * RFC3539 sec 3.4.1 [5] * https://github.com/freeDiameter/freeDiameter/blob/master/libfdcore/p_psm.c#L...