Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting

r='s from many people. sr=jst


git-svn-id: svn://10.0.0.236/trunk@111049 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mac.com
2001-12-23 23:23:41 +00:00
parent a867f620bb
commit 21c081c8bc
349 changed files with 567 additions and 564 deletions

View File

@@ -38,7 +38,7 @@ import org.mozilla.util.Assert;
* This is a test application for using the BrowserControl.
*
* @version $Id: EmbeddedMozillaImpl.java,v 1.1 2001-05-23 22:26:53 edburns%acm.org Exp $
* @version $Id: EmbeddedMozillaImpl.java,v 1.2 2001-12-23 23:22:21 timeless%mac.com Exp $
*
* @see org.mozilla.webclient.BrowserControlFactory
@@ -68,7 +68,7 @@ public void CreateEMWindow()
{
System.out.println("Creating new EmbeddedMozillaImpl window");
EMWindow aEMWindow ;
aEMWindow = new EMWindow("EmbeddedMozila#" + (int)(count+1),
aEMWindow = new EMWindow("EmbeddedMozilla#" + (int)(count+1),
binDir, url, count, this);
count++;
}

View File

@@ -37,7 +37,7 @@ import java.util.Date;
* This is a test application for using the BrowserControl.
*
* @version $Id: WCRandom.java,v 1.2 2001-07-19 19:02:16 edburns%acm.org Exp $
* @version $Id: WCRandom.java,v 1.3 2001-12-23 23:22:21 timeless%mac.com Exp $
*
* @see org.mozilla.webclient.BrowserControlFactory
@@ -69,7 +69,7 @@ public void CreateEMWindow()
{
System.out.println("Creating new WCRandom window");
EMWindow aEMWindow ;
aEMWindow = new EMWindow("EmbeddedMozila#" + (int)(count+1),
aEMWindow = new EMWindow("EmbeddedMozilla#" + (int)(count+1),
binDir, url, count, this);
BrowserControl b = aEMWindow.getBrowserControl();
try {