Misc. typos

This commit is contained in:
luz.paz
2018-05-13 13:52:01 -04:00
committed by luz paz
parent 5e1e1260c8
commit 69b3b0b7f2
29 changed files with 44 additions and 44 deletions

View File

@@ -288,7 +288,7 @@ void ExtensionContainer::onChanged(const Property* prop) {
void ExtensionContainer::Save(Base::Writer& writer) const {
//Note: save extensions must be called first to ensure that the extension element is always the
// very first inside the object element. That is needed as extension eleent works together with
// very first inside the object element. This is needed since extension element works together with
// an object attribute, and if another element would be read first the object attributes would be
// cleared.
saveExtensions(writer);