From 2373afc48222c01fd761d083e2e9579a225f6e2c Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Wed, 9 Dec 2020 02:19:49 +0100 Subject: [PATCH] pcu: SNS: fix typo Change-Id: Iedb6b3f38d87ea3ac29c4bcaaf50e771b0b8a750 --- pcu/PCU_Tests_SNS.ttcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcu/PCU_Tests_SNS.ttcn b/pcu/PCU_Tests_SNS.ttcn index 937e30e30..aed363bd4 100644 --- a/pcu/PCU_Tests_SNS.ttcn +++ b/pcu/PCU_Tests_SNS.ttcn @@ -407,7 +407,7 @@ testcase TC_sns_1c1u_so_bvc_reset_too_early() runs on RAW_Test_CT { testcase TC_sns_add() runs on RAW_Test_CT { f_sns_bringup_1c1u(); - /* crate another NS codec port on the tester side */ + /* create another NS codec port on the tester side */ f_init_ns_codec(mp_nsconfig, 2); f_outgoing_sns_add(idx_add := 2, w_sig := 0, w_user := 1, idx := 0);