mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-16 00:41:18 -06:00
Improve SpecificationError reporting
Fix spelling error in ModuleEngine
This commit is contained in:
@@ -48,7 +48,7 @@ void ModuleEngine::initialize() {
|
||||
void ModuleEngine::deinitialize() {
|
||||
LDEBUG("Deinitializing modules");
|
||||
for (auto& m : _modules) {
|
||||
LDEBUG("Deinitialieing module '" << m->name() << "'");
|
||||
LDEBUG("Deinitializing module '" << m->name() << "'");
|
||||
m->deinitialize();
|
||||
}
|
||||
_modules.clear();
|
||||
|
||||
Reference in New Issue
Block a user