Misc. typos

Found via `codespell`
This commit is contained in:
luz.paz
2019-02-05 20:24:25 -05:00
committed by Yorik van Havre
parent 0802908e52
commit cb4a0adf71
16 changed files with 59 additions and 62 deletions

View File

@@ -371,7 +371,7 @@ std::vector<SelectionObject> SelectionSingleton::getSelectionEx(const char* pDoc
if (It->pDoc == pcDoc) {
// right type?
if (It->pObject->getTypeId().isDerivedFrom(typeId)){
// if the object has already an entry
// if the object already has an entry
if (SortMap.find(It->pObject) != SortMap.end()){
// only add sub-element
if (!It->SubName.empty()) {