From 752ae0f614337b4f59ca1b6bef0e0c5ff7bbdbe3 Mon Sep 17 00:00:00 2001
From: ebensza <bence.janos.szabo@ericsson.com>
Date: Thu, 2 Jun 2016 14:27:20 +0200
Subject: [PATCH] xsd2ttcn: removed duplicate word in comment

Signed-off-by: ebensza <bence.janos.szabo@ericsson.com>
---
 xsdconvert/ComplexType.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xsdconvert/ComplexType.cc b/xsdconvert/ComplexType.cc
index 8367f2a01..12dc49b21 100644
--- a/xsdconvert/ComplexType.cc
+++ b/xsdconvert/ComplexType.cc
@@ -1786,7 +1786,7 @@ void ComplexType::resolveSimpleTypeExtension() {
         basefield->applyReference(*st);
         // If st has enumeration then the type is restored to the original value
         // because enumerations cannot be extended here and this way we just
-        // we just create an alias.
+        // create an alias.
         if (st->getEnumeration().modified) {
           basefield->setTypeValue(old_type);
           basefield->getEnumeration().modified = false;
-- 
GitLab