Fix various typos

This commit is contained in:
luzpaz
2023-07-01 10:08:21 +00:00
parent 574e117b15
commit 055447a702
7 changed files with 8 additions and 8 deletions

View File

@@ -156,7 +156,7 @@ int MappedName::findTagInElementName(long* tag, int* len, const char* postfix,
return -1;
if (_len && recursive && (tag || len)) {
// in case of recursive tag postfix (used by hierarchy element
// map), look for any embedded tag postifx
// map), look for any embedded tag postfix
int next = MappedName::fromRawData(*this, pos-_len, _len).rfind(POSTFIX_TAG);
if (next >= 0) {
next += pos - _len;