diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2021-01-27 12:01:09 -0600 |
|---|---|---|
| committer | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2023-09-21 17:22:03 -0500 |
| commit | 69f953a3fb181eddaf730e83e2ac63ec7f154b14 (patch) | |
| tree | e11e73e44629d559d240d3ac54d01332aa497388 /src/modinfo.cpp | |
| parent | 6016b04ef0d458e14f9d556dfc2cd67b2604b83e (diff) | |
Refactoring for upstream merge
Diffstat (limited to 'src/modinfo.cpp')
| -rw-r--r-- | src/modinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modinfo.cpp b/src/modinfo.cpp index 68c8ea9e..5ef36ef0 100644 --- a/src/modinfo.cpp +++ b/src/modinfo.cpp @@ -549,7 +549,7 @@ bool ModInfo::categorySet(int categoryID) const for (std::set<int>::const_iterator iter = m_Categories.begin(); iter != m_Categories.end(); ++iter) { if ((*iter == categoryID) || - (CategoryFactory::instance()->isDecendantOf(*iter, categoryID))) { + (CategoryFactory::instance()->isDescendantOf(*iter, categoryID))) { return true; } } |
