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

@@ -6,8 +6,8 @@ This HTML used for getURL call of PlugletManager
function registerResults()
{
//Note that we verify only loading of document,
if document was loaded succesfully via protocol http, ftp, file then JavaScript says: "All OK"
Packages.org.mozilla.pluglet.test.basic.api.PlugletManaget_getURL_128.setResult(true,'Document was succesfully loaded');
//if document was loaded successfully via protocol http, ftp, file then JavaScript says: "All OK"
Packages.org.mozilla.pluglet.test.basic.api.PlugletManaget_getURL_128.setResult(true,'Document was successfully loaded');
}
//-->
</script>

View File

@@ -69,7 +69,7 @@ public class DelApp extends Applet
printLog("Can't delete " + secondPluglet);
return;
} else {
printLog("File: " + secondPluglet + " succesfully deleted");
printLog("File: " + secondPluglet + " successfully deleted");
}
nextURL();
}

View File

@@ -97,7 +97,7 @@ public class PlugletManager_reloadPluglets_2 implements Test
}
TestContext.printLog("}");
if(((Boolean)copySecondPluglet(sourceDir,destDir,fileName)).booleanValue()) {
context.printLog("Second pluglet library was succesfully copied..");
context.printLog("Second pluglet library was successfully copied..");
PlugletManager_obj.reloadPluglets(((Boolean)vectorOfParameters.elementAt(0)).booleanValue());
System.err.println("DEBUG: Void method PlugletManager_reloadPluglets(" + ((Boolean)vectorOfParameters.elementAt(0)).booleanValue() + ")");
return;