source typo fixes pt6

This commit is contained in:
Kunda
2017-03-06 15:48:31 -05:00
committed by Yorik van Havre
parent ec5f19ac4b
commit 3017173c9a
44 changed files with 112 additions and 112 deletions

View File

@@ -84,7 +84,7 @@ void Extension::initExtension(ExtensionContainer* obj) {
throw Base::Exception("Extension: Extension type not set");
//all properties are initialised without PropertyContainer father. Now that we know it we can
//finaly finsih the property initialisation
//finally finish the property initialisation
std::vector<Property*> list;
extensionGetPropertyData().getPropertyList(this, list);
for(Property* prop : list)