cosmetic: fix typos

Change-Id: I6e75af46e134d33f752214988054105aba91366c
This commit is contained in:
Max 2018-10-31 19:08:25 +01:00 committed by daniel
parent 6451b04aed
commit d4e569605d
3 changed files with 3 additions and 3 deletions

View File

@ -340,7 +340,7 @@ function f_init(integer nr_bts := NUM_BTS, boolean handler_mode := false) runs o
activate(as_Tguard());
}
/* expect to receive a RSL message matching a specified templaten on a given BTS / stream */
/* expect to receive a RSL message matching a specified template on a given BTS / stream */
function f_exp_ipa_rx(integer bts_nr, template RSL_Message t_rx, float t_secs := 2.0, IpaStreamId sid := IPAC_PROTO_RSL_TRX0)
runs on test_CT return RSL_Message {
var ASP_RSL_Unitdata rx_rsl_ud;

View File

@ -522,7 +522,7 @@ testcase TC_lcls_connect_break() runs on lcls_test_CT {
/* first call is not possible to be LS (no second leg yet) */
pars_a.lcls.exp_sts := LCLS_STS_not_possible_ls;
/* second call should then reuslt in LS */
/* second call should then result in LS */
pars_b.lcls.exp_sts := LCLS_STS_locally_switched;
/* Expect LS to be established successfully */

View File

@ -432,7 +432,7 @@ type record TestHdlrParams {
/* Note: Do not use valueof() to get a value of this template, use
* f_gen_test_hdlr_pars() instead in order to get a configuration that is
* matched to the current test sitation (aoio vs. sccplite) */
* matched to the current test situation (aoio vs. sccplite) */
template (value) TestHdlrParams t_def_TestHdlrPars := {
ra := '23'O,
fn := 23,