From c0713e2be90dcd604215cf4d8f98537de5a17d6c Mon Sep 17 00:00:00 2001 From: berge Date: Thu, 1 Jul 2010 13:40:39 +0000 Subject: [PATCH] Fixed typos --- ttcn/DENM/LibItsDenm_Functions.ttcn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ttcn/DENM/LibItsDenm_Functions.ttcn b/ttcn/DENM/LibItsDenm_Functions.ttcn index d9c55563..1bc302eb 100644 --- a/ttcn/DENM/LibItsDenm_Functions.ttcn +++ b/ttcn/DENM/LibItsDenm_Functions.ttcn @@ -23,7 +23,7 @@ module LibItsDenm_Functions { // map ports map(p_ptcDenm:denmPort, system:denmPort); - } + } // end f_cfDenmUp /** * @desc Wait for component to finish and unmap DENM ports @@ -41,7 +41,7 @@ module LibItsDenm_Functions { setverdict(inconc); } } - unmap(p_ptcDenm:camPort); + unmap(p_ptcDenm:denmPort); } // end f_cfDenmDown -- GitLab