Bug 106386 Correct misspellings in source code

r=bernd rs=brendan


git-svn-id: svn://10.0.0.236/trunk@208659 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2006-08-28 20:12:37 +00:00
parent 02d6dc2ebd
commit 46444dd782
69 changed files with 110 additions and 110 deletions

View File

@@ -16,7 +16,7 @@
* Portions created by Sun Microsystems Inc are Copyright (C) 2001
* All Rights Reserved.
*
* $Id: wfe_netscape4.c,v 1.2 2001-07-12 19:58:22 edburns%acm.org Exp $
* $Id: wfe_netscape4.c,v 1.3 2006-08-28 20:12:32 timeless%mozdev.org Exp $
*
* Contributor(s):
*
@@ -58,7 +58,7 @@ static int SetTransport(int xid, int* pmsg_id)
int msg_id;
g_xid = xid;
/* create msg queue used by extension to recieve messages */
/* create msg queue used by extension to receive messages */
if ((msg_id =
JVMP_msgget (0, IPC_CREAT | IPC_PRIVATE | IPC_EXCL | 0770)) == -1)
{

View File

@@ -16,7 +16,7 @@
* Portions created by Sun Microsystems Inc are Copyright (C) 2001
* All Rights Reserved.
*
* $Id: shmtran.c,v 1.2 2001-07-12 19:58:24 edburns%acm.org Exp $
* $Id: shmtran.c,v 1.3 2006-08-28 20:12:33 timeless%mozdev.org Exp $
*
* Contributor(s):
*
@@ -571,7 +571,7 @@ int JVMP_RecvShmRequest(int msg_id, int sync,
void* shmbuf;
int len;
/* this msgrcv() won't recieve system messages */
/* this msgrcv() won't receive system messages */
restart:
if ((msgrcv(msg_id,
(struct msgbuf *)&msg,

View File

@@ -148,8 +148,8 @@ Description:
to pluglet and compared with value, returned by method.
If values are equals then test PASSED.
Comments:
Now static string used to indentify userAgent in
plugins and this string differen from window.navigator.userAgent
Now a static string is used to identify the userAgent in
plugins and this string is different from window.navigator.userAgent
<A name=2.>2. Methods of PlugletPeer interface
<A name=2.1>2.1 Tests for method getMIMEType of PlugletPeer interface.

View File

@@ -444,7 +444,7 @@ NS_IMETHODIMP J2XOUTServerTestComponentImpl::TestObject(iJ2XOUTServerTestCompone
}
/**
* Auxiliary method, that used just for object indentification
* Auxiliary method, that used just for object identification
* Invoked from client and from server, then identification strings compared.
*/