aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-07-02 18:38:27 +0200
committerpespin <pespin@sysmocom.de>2021-07-04 18:00:24 +0000
commitcefe9da445ff73f03b44123ab1bfe9a5eedc245e (patch)
treefe650ea2a87bc9da5f36bac615eb4724547f320a
parent60fcc63f485768e105be3e78b24c009513e72a91 (diff)
cosmetic: msc: Fix typo in comment
-rw-r--r--msc/MSC_Tests.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn
index a165d5cc..00fc4e9d 100644
--- a/msc/MSC_Tests.ttcn
+++ b/msc/MSC_Tests.ttcn
@@ -4538,7 +4538,7 @@ private function f_ctrl_subscr_in_vlr(charstring imsi_or_msisdn) runs on BSC_Con
return true;
}
-/* Perform a location updatye at the A-Interface and run some checks to confirm
+/* Perform a Location Update at the A-Interface and run some checks to confirm
* that everything is back to normal. */
private function f_sgsap_bssmap_screening() runs on BSC_ConnHdlr {
var SmsParameters spars := valueof(t_SmsPars);