1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-07 20:22:13 +01:00

Fix comments

This commit is contained in:
Paul Licameli
2020-02-17 20:41:17 -05:00
parent 38f77e5820
commit b423413278
2 changed files with 2 additions and 2 deletions

View File

@@ -491,7 +491,7 @@ void ModuleManager::RegisterModule(ModuleInterface *inModule)
if (mDynModules.find(id) != mDynModules.end())
{
// TODO: Should we complain about a duplicate registeration????
// TODO: Should we complain about a duplicate registration????
// PRL: Don't leak resources!
module->Terminate();
return;