fix typos

This commit is contained in:
wmayer
2016-12-19 14:07:35 +01:00
parent 101d280f6a
commit 72ab17fb48
11 changed files with 11 additions and 11 deletions

View File

@@ -382,7 +382,7 @@ std::vector<SelectionObject> SelectionSingleton::getSelectionEx(const char* pDoc
}
}
// The map looses the order thus we have to go again through the list and pick up the SelectionObject from the map
// The map loses the order thus we have to go again through the list and pick up the SelectionObject from the map
for (std::list<_SelObj>::const_iterator It = _SelList.begin();It != _SelList.end();++It) {
std::map<App::DocumentObject*,SelectionObject>::iterator Jt = SortMap.find(It->pObject);
if (Jt != SortMap.end()) {