Bug 106386 Correct misspellings in source code

patch by unknown@simplemachines.org r=timeless rs=brendan
This commit is contained in:
timeless@mozdev.org
2005-11-25 21:57:13 +00:00
parent 6f523068a0
commit 21af79fe88
99 changed files with 139 additions and 139 deletions
+1 -1
View File
@@ -880,7 +880,7 @@ nsNativeComponentLoader::AutoRegisterComponent(PRInt32 when,
{
// Create and add the dll to the mDllStore
// It is ok to do this even if the creation of nsDll
// didnt succeed. That way we won't do this again
// didn't succeed. That way we won't do this again
// when we encounter the same dll.
dll = new nsDll(component, this);
if (dll == NULL)