From d347d92331a354d4a257c7509e8253cd69b0d58c Mon Sep 17 00:00:00 2001
From: balaskoa <Jeno.Balasko@ericsson.com>
Date: Tue, 5 May 2020 15:08:37 +0200
Subject: [PATCH] typos: quotation mark bugfix

Signed-off-by: balaskoa <Jeno.Balasko@ericsson.com>
Change-Id: I7f64ca0abc0032dbde9643d241ea832ec662d147
---
 .../6-compiling_ttcn3_and_asn1_modules.adoc          | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/usrguide/referenceguide/6-compiling_ttcn3_and_asn1_modules.adoc b/usrguide/referenceguide/6-compiling_ttcn3_and_asn1_modules.adoc
index 6a5b8ac1b..7218ddcbf 100644
--- a/usrguide/referenceguide/6-compiling_ttcn3_and_asn1_modules.adoc
+++ b/usrguide/referenceguide/6-compiling_ttcn3_and_asn1_modules.adoc
@@ -844,14 +844,14 @@ Before analyzing the input modules the compiler applies some heuristics for each
 During its run, the compiler reports its activities on its standard error stream like the following. The level of detail for these messages can be controlled with the flag `-V`.
 [source]
 ----
-Notify: Parsing TTCN-3 module ’MyModule.ttcn’...
-Notify: Parsing ASN.1 module ’MyAsnModule.asn’...
+Notify: Parsing TTCN-3 module 'MyModule.ttcn'...
+Notify: Parsing ASN.1 module 'MyAsnModule.asn'...
 Notify: Checking modules...
 Notify: Generating code...
-Notify: File ‘MyModule.hh’ updated.
-Notify: File ‘MyModule.cc’ updated.
-Notify: File ‘MyAsnModule.hh’ updated.
-Notify: File ‘MyAsnModule.cc’ updated.
+Notify: File 'MyModule.hh' updated.
+Notify: File 'MyModule.cc' updated.
+Notify: File 'MyAsnModule.hh' updated.
+Notify: File 'MyAsnModule.cc' updated.
 Notify: 4 files updated.
 ----
 
-- 
GitLab