From 1d87e32ff5137c12bed01b797aa9761a65e5fe57 Mon Sep 17 00:00:00 2001
From: Botond Baranyi <botond.baranyi@ericsson.com>
Date: Wed, 13 Mar 2019 15:12:14 +0100
Subject: [PATCH] Small fixes in reference guide

Change-Id: I68f4593994bc9c019f76ad4ba89d80f530bdc0d6
Signed-off-by: Botond Baranyi <botond.baranyi@ericsson.com>
---
 .../referenceguide/8-the_titan_project_descriptor_file.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/usrguide/referenceguide/8-the_titan_project_descriptor_file.adoc b/usrguide/referenceguide/8-the_titan_project_descriptor_file.adoc
index cbde75ab3..408cf38c7 100644
--- a/usrguide/referenceguide/8-the_titan_project_descriptor_file.adoc
+++ b/usrguide/referenceguide/8-the_titan_project_descriptor_file.adoc
@@ -205,9 +205,9 @@ Useful information can be found in TITAN Designer documentation <<13-references.
 |`targetExecutable` |-e |- |N/A |O
 |`TTCN3preprocessor (the name of the preprocessor meaningful only in Eclipse)` |- |- |cpp |O
 |`TTCN3preprocessorIncludes` |- |- |empty |O
-|`preprocessorIncludes` |-p |- |emtpy |O
-|`semanticCheckOnly` |- |-s |emtpy |O
-|`disableAttributeValidation` |- |-0 |emtpy |O
+|`preprocessorIncludes` |-p |- |empty |O
+|`semanticCheckOnly` |- |-s |false |O
+|`disableAttributeValidation` |- |-0 |false |O
 |`disableBER (disable BER encoder/decoder functions)` |- |-b |false |O
 |`disableRAW (disable RAW encoder/decoder functions)` |- |-r |false |O
 |`disableTEXT (disable TEXT encoder/decoder functions)` |- |-x |false |O
-- 
GitLab