dexter has uploaded this change for review.
ES2Plus_Tests: fix typo
Related: SYS#7339
Change-Id: I510a879042977b6ef1cd19e5a66fceeefa42e0c1
---
M smdpp/ES2Plus_Tests.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/58/41258/1
diff --git a/smdpp/ES2Plus_Tests.ttcn b/smdpp/ES2Plus_Tests.ttcn
index 3303d7d..1f962cf 100644
--- a/smdpp/ES2Plus_Tests.ttcn
+++ b/smdpp/ES2Plus_Tests.ttcn
@@ -35,7 +35,7 @@
const charstring c_wrong_key_path := "./sgp26/eUICC/SK_EUICC_ECDSA_NIST.pem";
// The external function ext_RSPClient_create requires a path and a name filter as input to load test certificates.
-// While those certfiicates are required for the ES9+ interface related tests (smdpp_Tests.ttcn), for the ES2+
+// While those certificates are required for the ES9+ interface related tests (smdpp_Tests.ttcn), for the ES2+
// interface tests those certificates have no relevance.
const charstring c_es2plus_cert_path := "./sgp26/";
const charstring c_es2plus_cert_name_filter := "NIST";
To view, visit change 41258. To unsubscribe, or for help writing mail filters, visit settings.