Bug 106386 Correct misspellings in source code

patch by unknown@simplemachines.org r=timeless rs=brendan


git-svn-id: svn://10.0.0.236/trunk@185269 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2005-11-25 08:16:51 +00:00
parent be9d2803ca
commit f9bdb44b34
221 changed files with 409 additions and 409 deletions

View File

@@ -30,8 +30,8 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(MThreadComponent2Impl)
static nsModuleComponentInfo components[] =
{
{ "MultiThread Component 2", MTHREADCOMPONENT2_CID, MTHREADCOMPONENT2_PROGID, MThreadComponent2ImplConstructor,
NULL /* NULL if you dont need one */,
NULL /* NULL if you dont need one */
NULL /* NULL if you don't need one */,
NULL /* NULL if you don't need one */
}
};

View File

@@ -30,8 +30,8 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(MThreadContextImpl)
static nsModuleComponentInfo components[] =
{
{ "MTContext Test Component", MTHREADCONTEXT_CID, MTHREADCONTEXT_PROGID, MThreadContextImplConstructor,
NULL /* NULL if you dont need one */,
NULL /* NULL if you dont need one */
NULL /* NULL if you don't need one */,
NULL /* NULL if you don't need one */
}
};

View File

@@ -30,8 +30,8 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(MTStartImpl)
static nsModuleComponentInfo components[] =
{
{ "Multi thread tests start component", MTSTART_CID, MTSTART_PROGID, MTStartImplConstructor,
NULL /* NULL if you dont need one */,
NULL /* NULL if you dont need one */
NULL /* NULL if you don't need one */,
NULL /* NULL if you don't need one */
}
};

View File

@@ -30,8 +30,8 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(J2XINServerTestComponentImpl)
static nsModuleComponentInfo components[] =
{
{ "J2XIN Server Test Component", J2XINSERVERTESTCOMPONENT_CID, J2XINSERVERTESTCOMPONENT_PROGID, J2XINServerTestComponentImplConstructor,
NULL /* NULL if you dont need one */,
NULL /* NULL if you dont need one */
NULL /* NULL if you don't need one */,
NULL /* NULL if you don't need one */
}
};

View File

@@ -30,8 +30,8 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(J2XINOUTServerTestComponentImpl)
static nsModuleComponentInfo components[] =
{
{ "J2XINOUT Server Test Component", J2XINOUTSERVERTESTCOMPONENT_CID, J2XINOUTSERVERTESTCOMPONENT_PROGID, J2XINOUTServerTestComponentImplConstructor,
NULL /* NULL if you dont need one */,
NULL /* NULL if you dont need one */
NULL /* NULL if you don't need one */,
NULL /* NULL if you don't need one */
}
};

View File

@@ -30,8 +30,8 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(J2XOUTServerTestComponentImpl)
static nsModuleComponentInfo components[] =
{
{ "J2XOUT Server Test Component", J2XOUTSERVERTESTCOMPONENT_CID, J2XOUTSERVERTESTCOMPONENT_PROGID, J2XOUTServerTestComponentImplConstructor,
NULL /* NULL if you dont need one */,
NULL /* NULL if you dont need one */
NULL /* NULL if you don't need one */,
NULL /* NULL if you don't need one */
}
};

View File

@@ -30,8 +30,8 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(J2XRETServerTestComponentImpl)
static nsModuleComponentInfo components[] =
{
{ "J2XRET Server Test Component", J2XRETSERVERTESTCOMPONENT_CID, J2XRETSERVERTESTCOMPONENT_PROGID, J2XRETServerTestComponentImplConstructor,
NULL /* NULL if you dont need one */,
NULL /* NULL if you dont need one */
NULL /* NULL if you don't need one */,
NULL /* NULL if you don't need one */
}
};

View File

@@ -30,8 +30,8 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(BCTestLoaderImpl)
static nsModuleComponentInfo components[] =
{
{ "BlackConnect TestLoader", BCTESTLOADER_CID, BCTESTLOADER_PROGID, BCTestLoaderImplConstructor,
NULL /* dont need additional registration */,
NULL /* dont need additional unregistration */
NULL /* don't need additional registration */,
NULL /* don't need additional unregistration */
}
};

View File

@@ -33,8 +33,8 @@ static nsModuleComponentInfo components[] =
X2JINCLIENTTESTCOMPONENT_CID,
X2JINCLIENTTESTCOMPONENT_PROGID,
X2JINClientTestComponentImplConstructor,
NULL /* NULL if you dont need one */,
NULL /* NULL if you dont need one */
NULL /* NULL if you don't need one */,
NULL /* NULL if you don't need one */
}
};

View File

@@ -33,8 +33,8 @@ static nsModuleComponentInfo components[] =
X2JINOUTCLIENTTESTCOMPONENT_CID,
X2JINOUTCLIENTTESTCOMPONENT_PROGID,
X2JINOUTClientTestComponentImplConstructor,
NULL /* NULL if you dont need one */,
NULL /* NULL if you dont need one */
NULL /* NULL if you don't need one */,
NULL /* NULL if you don't need one */
}
};

View File

@@ -34,8 +34,8 @@ static nsModuleComponentInfo components[] =
X2JOUTCLIENTTESTCOMPONENT_CID,
X2JOUTCLIENTTESTCOMPONENT_PROGID,
X2JOUTClientTestComponentImplConstructor,
NULL /* NULL if you dont need one */,
NULL /* NULL if you dont need one */
NULL /* NULL if you don't need one */,
NULL /* NULL if you don't need one */
}
};

View File

@@ -33,8 +33,8 @@ static nsModuleComponentInfo components[] =
X2JRETCLIENTTESTCOMPONENT_CID,
X2JRETCLIENTTESTCOMPONENT_PROGID,
X2JRETClientTestComponentImplConstructor,
NULL /* NULL if you dont need one */,
NULL /* NULL if you dont need one */
NULL /* NULL if you don't need one */,
NULL /* NULL if you don't need one */
}
};

View File

@@ -30,8 +30,8 @@ NS_GENERIC_FACTORY_CONSTRUCTOR(StressComponent2Impl)
static nsModuleComponentInfo components[] =
{
{ "Stress Test Component 2", STRESSCOMPONENT2_CID, STRESSCOMPONENT2_PROGID, StressComponent2ImplConstructor,
NULL /* NULL if you dont need one */,
NULL /* NULL if you dont need one */
NULL /* NULL if you don't need one */,
NULL /* NULL if you don't need one */
}
};