forked from mirror/openmw-tes3mp
spelling fixes
This commit is contained in:
parent
9c7bbd667b
commit
6b626c2954
1 changed files with 2 additions and 2 deletions
|
@ -179,7 +179,7 @@ CSMWorld::UniversalId CSMWorld::TableMimeData::returnMatching (CSMWorld::Univers
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
throw std::runtime_error ("TableMimeData object does not hold object of the seeked type");
|
throw std::runtime_error ("TableMimeData object does not hold object of the sought type");
|
||||||
}
|
}
|
||||||
|
|
||||||
CSMWorld::UniversalId CSMWorld::TableMimeData::returnMatching (CSMWorld::ColumnBase::Display type) const
|
CSMWorld::UniversalId CSMWorld::TableMimeData::returnMatching (CSMWorld::ColumnBase::Display type) const
|
||||||
|
@ -201,7 +201,7 @@ CSMWorld::UniversalId CSMWorld::TableMimeData::returnMatching (CSMWorld::ColumnB
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
throw std::runtime_error ("TableMimeData object does not hold object of the seeked type");
|
throw std::runtime_error ("TableMimeData object does not hold object of the sought type");
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CSMWorld::TableMimeData::fromDocument (const CSMDoc::Document& document) const
|
bool CSMWorld::TableMimeData::fromDocument (const CSMDoc::Document& document) const
|
||||||
|
|
Loading…
Reference in a new issue