diff --git a/xsdconvert/ComplexType.cc b/xsdconvert/ComplexType.cc index 8367f2a018026e1d574fc8b5d151b04fb26b7c85..12dc49b212436f30d4937ca558d008dcc3287af5 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;