Skip to content
Snippets Groups Projects
Commit d347d923 authored by balaskoa's avatar balaskoa
Browse files

typos: quotation mark bugfix


Signed-off-by: default avatarbalaskoa <Jeno.Balasko@ericsson.com>
Change-Id: I7f64ca0abc0032dbde9643d241ea832ec662d147
parent a31e17c0
No related branches found
No related tags found
No related merge requests found
...@@ -844,14 +844,14 @@ Before analyzing the input modules the compiler applies some heuristics for each ...@@ -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`. 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] [source]
---- ----
Notify: Parsing TTCN-3 module MyModule.ttcn... Notify: Parsing TTCN-3 module 'MyModule.ttcn'...
Notify: Parsing ASN.1 module MyAsnModule.asn... Notify: Parsing ASN.1 module 'MyAsnModule.asn'...
Notify: Checking modules... Notify: Checking modules...
Notify: Generating code... Notify: Generating code...
Notify: File MyModule.hh updated. Notify: File 'MyModule.hh' updated.
Notify: File MyModule.cc updated. Notify: File 'MyModule.cc' updated.
Notify: File MyAsnModule.hh updated. Notify: File 'MyAsnModule.hh' updated.
Notify: File MyAsnModule.cc updated. Notify: File 'MyAsnModule.cc' updated.
Notify: 4 files updated. Notify: 4 files updated.
---- ----
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment