Fixed a couple more typos dettach -> detach

This commit is contained in:
Johnny Bergström
2004-06-09 07:59:32 +00:00
parent 5cbc863f33
commit 8840c03dff
3 changed files with 7 additions and 7 deletions

View File

@@ -409,7 +409,7 @@ int loadModules(const char* filename)
return loaded;
}
void dettachModules()
void detachModules()
{
CList<CModule>::iterator a = g_modules.begin();
@@ -420,7 +420,7 @@ void dettachModules()
}
}
void dettachReloadModules()
void detachReloadModules()
{
CList<CModule>::iterator a = g_modules.begin();