aboutsummaryrefslogtreecommitdiffstats
path: root/bsc/BSC_Tests_LCLS.ttcn
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2018-10-31 19:08:25 +0100
committerdaniel <dwillmann@sysmocom.de>2018-11-06 17:09:50 +0000
commitd4e569605d78410f19b8fdb6ea962ffb487e9729 (patch)
tree471417c2b02f02e10bb16e9ec2f89215ae2a0f2c /bsc/BSC_Tests_LCLS.ttcn
parent6451b04aedc95e1cc867c4096037a7f86ccf80bc (diff)
cosmetic: fix typos
Diffstat (limited to 'bsc/BSC_Tests_LCLS.ttcn')
-rw-r--r--bsc/BSC_Tests_LCLS.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsc/BSC_Tests_LCLS.ttcn b/bsc/BSC_Tests_LCLS.ttcn
index dfbd9469..1c519958 100644
--- a/bsc/BSC_Tests_LCLS.ttcn
+++ b/bsc/BSC_Tests_LCLS.ttcn
@@ -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 */