cosmetic: fix typos

Change-Id: I6e75af46e134d33f752214988054105aba91366c
diff --git a/bsc/BSC_Tests.ttcn b/bsc/BSC_Tests.ttcn
index ae855bd..e3ac707 100644
--- a/bsc/BSC_Tests.ttcn
+++ b/bsc/BSC_Tests.ttcn
@@ -340,7 +340,7 @@
 	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;
diff --git a/bsc/BSC_Tests_LCLS.ttcn b/bsc/BSC_Tests_LCLS.ttcn
index dfbd946..1c51995 100644
--- a/bsc/BSC_Tests_LCLS.ttcn
+++ b/bsc/BSC_Tests_LCLS.ttcn
@@ -522,7 +522,7 @@
 
 	/* 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 */
diff --git a/bsc/MSC_ConnectionHandler.ttcn b/bsc/MSC_ConnectionHandler.ttcn
index 546fa2d..003813a 100644
--- a/bsc/MSC_ConnectionHandler.ttcn
+++ b/bsc/MSC_ConnectionHandler.ttcn
@@ -432,7 +432,7 @@
 
 /* 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,