Bug 106386 Correct misspellings in source code

patch by philippuryear@gmail.com r=timeless rs=brendan


git-svn-id: svn://10.0.0.236/trunk@187469 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2006-01-12 07:57:31 +00:00
parent a10acca0ba
commit 4bddf6ff1d
12 changed files with 19 additions and 19 deletions

View File

@@ -16,7 +16,7 @@
* Portions created by Sun Microsystems Inc are Copyright (C) 2001
* All Rights Reserved.
*
* $Id: wf_moz6_common.h,v 1.2 2001-07-12 19:58:19 edburns%acm.org Exp $
* $Id: wf_moz6_common.h,v 1.3 2006-01-12 07:57:22 timeless%mozdev.org Exp $
*
* Contributor(s):
*
@@ -28,7 +28,7 @@
/** Ideology behind this file:
* To keep generic binary compatibility, and be independent from Mozilla
* build system for Mozilla extension (not very good idea, but currently
* it's more convinient) we need some kind of fixed API/ABI between
* it's more convenient) we need some kind of fixed API/ABI between
* extension and Java service in browser. This file is _only_ (beside
* jvmp.h) common header between Java component and extension. It's written
* in pure C and has no Mozilla dependencies. So JVM service in browser fills