diff --git a/mozilla/caps/tests/mozDriver.pl b/mozilla/caps/tests/mozDriver.pl index 462ed1a0249..030fb80b65d 100644 --- a/mozilla/caps/tests/mozDriver.pl +++ b/mozilla/caps/tests/mozDriver.pl @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/content/base/public/nsContentUtils.h b/mozilla/content/base/public/nsContentUtils.h index ed7f1e28356..f0a9f3e5d3f 100644 --- a/mozilla/content/base/public/nsContentUtils.h +++ b/mozilla/content/base/public/nsContentUtils.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/content/base/public/nsIDocument.h b/mozilla/content/base/public/nsIDocument.h index 869475736de..991b35cea63 100644 --- a/mozilla/content/base/public/nsIDocument.h +++ b/mozilla/content/base/public/nsIDocument.h @@ -143,7 +143,7 @@ public: NS_IMETHOD GetDocumentLoadGroup(nsILoadGroup** aGroup) const = 0; /** - * Return the base URL for realtive URLs in the document. May return null (or the document URL). + * Return the base URL for relative URLs in the document. May return null (or the document URL). */ NS_IMETHOD GetBaseURL(nsIURI*& aURL) const = 0; NS_IMETHOD SetBaseURL(nsIURI* aURL) = 0; diff --git a/mozilla/content/base/public/nsIRangeUtils.h b/mozilla/content/base/public/nsIRangeUtils.h index 5b5a9f44c4e..4d08d543386 100644 --- a/mozilla/content/base/public/nsIRangeUtils.h +++ b/mozilla/content/base/public/nsIRangeUtils.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/content/base/src/nsContentUtils.cpp b/mozilla/content/base/src/nsContentUtils.cpp index 43404daded8..89bd8b4cfdb 100644 --- a/mozilla/content/base/src/nsContentUtils.cpp +++ b/mozilla/content/base/src/nsContentUtils.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/content/base/src/nsDocument.h b/mozilla/content/base/src/nsDocument.h index c0765afe3a2..786297049de 100644 --- a/mozilla/content/base/src/nsDocument.h +++ b/mozilla/content/base/src/nsDocument.h @@ -285,7 +285,7 @@ public: NS_IMETHOD GetDocumentLoadGroup(nsILoadGroup **aGroup) const; /** - * Return the base URL for realtive URLs in the document. May return null (or the document URL). + * Return the base URL for relative URLs in the document. May return null (or the document URL). */ NS_IMETHOD GetBaseURL(nsIURI*& aURL) const; NS_IMETHOD SetBaseURL(nsIURI* aURL); diff --git a/mozilla/content/events/src/nsEventStateManager.cpp b/mozilla/content/events/src/nsEventStateManager.cpp index 82b880e793e..34d9343e14a 100644 --- a/mozilla/content/events/src/nsEventStateManager.cpp +++ b/mozilla/content/events/src/nsEventStateManager.cpp @@ -1195,7 +1195,7 @@ nsEventStateManager :: GetSelection ( nsIFrame* inFrame, nsIPresContext* inPresC // Note that when the mouse enters a new child window with its own view, the event's // coordinates will be in relation to the origin of the inner child window, which could // either be very different from that of the mouse coords of the mouse down and trigger -// a drag too early, or very similiar which might not trigger a drag. +// a drag too early, or very similar which might not trigger a drag. // // Do we need to do anything about this? Let's wait and see. // diff --git a/mozilla/content/xul/templates/src/nsXULContentUtils.cpp b/mozilla/content/xul/templates/src/nsXULContentUtils.cpp index 4ee77d89e28..59ef19378e2 100644 --- a/mozilla/content/xul/templates/src/nsXULContentUtils.cpp +++ b/mozilla/content/xul/templates/src/nsXULContentUtils.cpp @@ -280,7 +280,7 @@ nsXULContentUtils::GetElementRefResource(nsIContent* aElement, nsIRDFResource** /* - Note: this routine is similiar, yet distinctly different from, nsBookmarksService::GetTextForNode + Note: this routine is similar, yet distinctly different from, nsBookmarksService::GetTextForNode */ nsresult diff --git a/mozilla/dbm/src/hash.c b/mozilla/dbm/src/hash.c index 530160244de..82d6dba3721 100644 --- a/mozilla/dbm/src/hash.c +++ b/mozilla/dbm/src/hash.c @@ -420,7 +420,7 @@ init_hash(HTAB *hashp, const char *file, HASHINFO *info) #if !defined(_WIN32) && !defined(_WINDOWS) && !defined(macintosh) && !defined(VMS) && !defined(XP_OS2) #if defined(__QNX__) && !defined(__QNXNTO__) - hashp->BSIZE = 512; /* prefered blk size on qnx4 */ + hashp->BSIZE = 512; /* preferred blk size on qnx4 */ #else hashp->BSIZE = statbuf.st_blksize; #endif diff --git a/mozilla/ef/Compiler/CodeGenerator/md/ppc/ppc.nad b/mozilla/ef/Compiler/CodeGenerator/md/ppc/ppc.nad index 65b5b4a7fb7..d7d03273595 100644 --- a/mozilla/ef/Compiler/CodeGenerator/md/ppc/ppc.nad +++ b/mozilla/ef/Compiler/CodeGenerator/md/ppc/ppc.nad @@ -69,7 +69,7 @@ Result <- poResult_F(Vfloat inResult) cost(1) useProducer(inResult, copyInsn, 0, vrcFloatingPoint); returnVr = &defineTemporary(copyInsn, 0, vrcFloatingPoint); - // floating point results go somwhere FIX-ME + // floating point results go somewhere FIX-ME returnVr->preColorRegister(1); // create a special instruction for the RegisterAllocator which says this result diff --git a/mozilla/ef/Runtime/System/FieldOrMethod.h b/mozilla/ef/Runtime/System/FieldOrMethod.h index 84ad3199b6d..1692903a52d 100644 --- a/mozilla/ef/Runtime/System/FieldOrMethod.h +++ b/mozilla/ef/Runtime/System/FieldOrMethod.h @@ -91,7 +91,7 @@ public: /* Returns true if obj is an instance of this field. */ bool equals(JavaObject &obj) const { /* Since we will not be creating duplicate copies of Field objects, - * a simple pointer comparision will suffice + * a simple pointer comparison will suffice */ return ((JavaObject *) this == &obj); } diff --git a/mozilla/ef/Tools/Macintosh/SetupMOZ_SRC.mpws b/mozilla/ef/Tools/Macintosh/SetupMOZ_SRC.mpws index 5bd6ab1b531..74cc2f20d70 100644 --- a/mozilla/ef/Tools/Macintosh/SetupMOZ_SRC.mpws +++ b/mozilla/ef/Tools/Macintosh/SetupMOZ_SRC.mpws @@ -26,7 +26,7 @@ # the MPW scripts which build autogenerated stuff # # The working directory when this script is executed -# must be somwhere in your tree at ns or below. +# must be somewhere in your tree at ns or below. # (This autmatically happens when using the CWPro2 IDE) # # This should be at the top of the link order so that diff --git a/mozilla/extensions/interfaceinfo/makefile.win b/mozilla/extensions/interfaceinfo/makefile.win index 61af210c6d4..0c0efd8a698 100644 --- a/mozilla/extensions/interfaceinfo/makefile.win +++ b/mozilla/extensions/interfaceinfo/makefile.win @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/extensions/interfaceinfo/public/nsIScriptableInterfaceInfo.idl b/mozilla/extensions/interfaceinfo/public/nsIScriptableInterfaceInfo.idl index 58ea2eadbc4..f6002b99e29 100644 --- a/mozilla/extensions/interfaceinfo/public/nsIScriptableInterfaceInfo.idl +++ b/mozilla/extensions/interfaceinfo/public/nsIScriptableInterfaceInfo.idl @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/extensions/interfaceinfo/src/iixmodule.cpp b/mozilla/extensions/interfaceinfo/src/iixmodule.cpp index 0f126fd6002..32bcfae829b 100644 --- a/mozilla/extensions/interfaceinfo/src/iixmodule.cpp +++ b/mozilla/extensions/interfaceinfo/src/iixmodule.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/extensions/interfaceinfo/src/makefile.win b/mozilla/extensions/interfaceinfo/src/makefile.win index 95fe91693af..4168fd308a8 100644 --- a/mozilla/extensions/interfaceinfo/src/makefile.win +++ b/mozilla/extensions/interfaceinfo/src/makefile.win @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/extensions/transformiix/source/base/ArrayList.h b/mozilla/extensions/transformiix/source/base/ArrayList.h index 008450e4eed..865ab42c60e 100644 --- a/mozilla/extensions/transformiix/source/base/ArrayList.h +++ b/mozilla/extensions/transformiix/source/base/ArrayList.h @@ -22,7 +22,7 @@ */ /** - * ArrayList is a simple array which will grow automatically, similiar to + * ArrayList is a simple array which will grow automatically, similar to * the Vector class in that other more popular object oriented programming language. **/ diff --git a/mozilla/extensions/transformiix/source/base/TxObject.h b/mozilla/extensions/transformiix/source/base/TxObject.h index f56c08046d2..201e2bbd1b8 100644 --- a/mozilla/extensions/transformiix/source/base/TxObject.h +++ b/mozilla/extensions/transformiix/source/base/TxObject.h @@ -50,7 +50,7 @@ class TxObject { /** * Returns true if the given Object is equal to this object. - * By default the comparision operator == is used, but this may + * By default the comparison operator == is used, but this may * be overridden **/ virtual MBool equals(TxObject* obj) { diff --git a/mozilla/extensions/webservices/public/nsIScriptableInterfaceInfo.idl b/mozilla/extensions/webservices/public/nsIScriptableInterfaceInfo.idl index 58ea2eadbc4..f6002b99e29 100644 --- a/mozilla/extensions/webservices/public/nsIScriptableInterfaceInfo.idl +++ b/mozilla/extensions/webservices/public/nsIScriptableInterfaceInfo.idl @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/extensions/xmlextras/interfaceinfo/makefile.win b/mozilla/extensions/xmlextras/interfaceinfo/makefile.win index 61af210c6d4..0c0efd8a698 100644 --- a/mozilla/extensions/xmlextras/interfaceinfo/makefile.win +++ b/mozilla/extensions/xmlextras/interfaceinfo/makefile.win @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/extensions/xmlextras/interfaceinfo/public/nsIScriptableInterfaceInfo.idl b/mozilla/extensions/xmlextras/interfaceinfo/public/nsIScriptableInterfaceInfo.idl index 58ea2eadbc4..f6002b99e29 100644 --- a/mozilla/extensions/xmlextras/interfaceinfo/public/nsIScriptableInterfaceInfo.idl +++ b/mozilla/extensions/xmlextras/interfaceinfo/public/nsIScriptableInterfaceInfo.idl @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/extensions/xmlextras/interfaceinfo/src/iixmodule.cpp b/mozilla/extensions/xmlextras/interfaceinfo/src/iixmodule.cpp index 0f126fd6002..32bcfae829b 100644 --- a/mozilla/extensions/xmlextras/interfaceinfo/src/iixmodule.cpp +++ b/mozilla/extensions/xmlextras/interfaceinfo/src/iixmodule.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/extensions/xmlextras/interfaceinfo/src/makefile.win b/mozilla/extensions/xmlextras/interfaceinfo/src/makefile.win index 95fe91693af..4168fd308a8 100644 --- a/mozilla/extensions/xmlextras/interfaceinfo/src/makefile.win +++ b/mozilla/extensions/xmlextras/interfaceinfo/src/makefile.win @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/gc/boehm/leaksoup/Addr2Line.java b/mozilla/gc/boehm/leaksoup/Addr2Line.java index 4e3a8b2bb8a..7b79d1324d6 100644 --- a/mozilla/gc/boehm/leaksoup/Addr2Line.java +++ b/mozilla/gc/boehm/leaksoup/Addr2Line.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/gc/boehm/leaksoup/BlameTable.java b/mozilla/gc/boehm/leaksoup/BlameTable.java index da516910e7a..a4ab257fa89 100755 --- a/mozilla/gc/boehm/leaksoup/BlameTable.java +++ b/mozilla/gc/boehm/leaksoup/BlameTable.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/gc/boehm/leaksoup/CallTree.java b/mozilla/gc/boehm/leaksoup/CallTree.java index b7311091248..002f9d6ede3 100644 --- a/mozilla/gc/boehm/leaksoup/CallTree.java +++ b/mozilla/gc/boehm/leaksoup/CallTree.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/gc/boehm/leaksoup/FileLocator.java b/mozilla/gc/boehm/leaksoup/FileLocator.java index 70b700b7791..82e90e9568d 100755 --- a/mozilla/gc/boehm/leaksoup/FileLocator.java +++ b/mozilla/gc/boehm/leaksoup/FileLocator.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/gc/boehm/leaksoup/FileTable.java b/mozilla/gc/boehm/leaksoup/FileTable.java index 0db8ad6630b..58c88c307a1 100755 --- a/mozilla/gc/boehm/leaksoup/FileTable.java +++ b/mozilla/gc/boehm/leaksoup/FileTable.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/gc/boehm/leaksoup/Histogram.java b/mozilla/gc/boehm/leaksoup/Histogram.java index c2c112de42c..bd8f9a0d755 100644 --- a/mozilla/gc/boehm/leaksoup/Histogram.java +++ b/mozilla/gc/boehm/leaksoup/Histogram.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/gc/boehm/leaksoup/Reference.java b/mozilla/gc/boehm/leaksoup/Reference.java index c40b3a6f9cf..7f5432a64cc 100644 --- a/mozilla/gc/boehm/leaksoup/Reference.java +++ b/mozilla/gc/boehm/leaksoup/Reference.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/gc/boehm/leaksoup/RevisionTable.java b/mozilla/gc/boehm/leaksoup/RevisionTable.java index 1622a6dfaa9..6c78079663b 100755 --- a/mozilla/gc/boehm/leaksoup/RevisionTable.java +++ b/mozilla/gc/boehm/leaksoup/RevisionTable.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/gc/boehm/leaksoup/StringTable.java b/mozilla/gc/boehm/leaksoup/StringTable.java index 78af1b60465..860d85b8ea0 100644 --- a/mozilla/gc/boehm/leaksoup/StringTable.java +++ b/mozilla/gc/boehm/leaksoup/StringTable.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/gc/boehm/leaksoup/Type.java b/mozilla/gc/boehm/leaksoup/Type.java index e7a9f90476f..dfaedd5bac4 100644 --- a/mozilla/gc/boehm/leaksoup/Type.java +++ b/mozilla/gc/boehm/leaksoup/Type.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/gc/boehm/leaksoup/bloatsoup.java b/mozilla/gc/boehm/leaksoup/bloatsoup.java index 381303fd64f..845baeef459 100644 --- a/mozilla/gc/boehm/leaksoup/bloatsoup.java +++ b/mozilla/gc/boehm/leaksoup/bloatsoup.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/gc/boehm/leaksoup/leaksoup.java b/mozilla/gc/boehm/leaksoup/leaksoup.java index 4c9307b71b1..406899447d5 100644 --- a/mozilla/gc/boehm/leaksoup/leaksoup.java +++ b/mozilla/gc/boehm/leaksoup/leaksoup.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/gc/boehm/leaksoup/tracesoup.java b/mozilla/gc/boehm/leaksoup/tracesoup.java index 4506c5293ae..011dd0ed5e0 100755 --- a/mozilla/gc/boehm/leaksoup/tracesoup.java +++ b/mozilla/gc/boehm/leaksoup/tracesoup.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/gc/boehm/xSYM/SymFiles.cpp b/mozilla/gc/boehm/xSYM/SymFiles.cpp index 9e37c832a43..7c31b933705 100644 --- a/mozilla/gc/boehm/xSYM/SymFiles.cpp +++ b/mozilla/gc/boehm/xSYM/SymFiles.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/gc/boehm/xSYM/SymFiles.h b/mozilla/gc/boehm/xSYM/SymFiles.h index fb37f1c9cd9..a7c1163b81a 100644 --- a/mozilla/gc/boehm/xSYM/SymFiles.h +++ b/mozilla/gc/boehm/xSYM/SymFiles.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/gc/boehm/xSYM/sym_file.h b/mozilla/gc/boehm/xSYM/sym_file.h index d0b00469050..a58adec05f9 100644 --- a/mozilla/gc/boehm/xSYM/sym_file.h +++ b/mozilla/gc/boehm/xSYM/sym_file.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/gfx/src/mac/nsRenderingContextMac.cpp b/mozilla/gfx/src/mac/nsRenderingContextMac.cpp index 73822d8266f..5cb6c5ca023 100644 --- a/mozilla/gfx/src/mac/nsRenderingContextMac.cpp +++ b/mozilla/gfx/src/mac/nsRenderingContextMac.cpp @@ -556,7 +556,7 @@ NS_IMETHODIMP nsRenderingContextMac::GetHints(PRUint32& aResult) { PRUint32 result = 0; - // QuickDraw is prefered over to ATSUI for drawing 7-bit text + // QuickDraw is preferred over to ATSUI for drawing 7-bit text // (it's not 8-bit: the name of the constant is misleading) result |= NS_RENDERING_HINT_FAST_8BIT_TEXT; aResult = result; diff --git a/mozilla/htmlparser/src/nsHTMLTokens.cpp b/mozilla/htmlparser/src/nsHTMLTokens.cpp index 331e0f0a11e..1002cb1fe74 100644 --- a/mozilla/htmlparser/src/nsHTMLTokens.cpp +++ b/mozilla/htmlparser/src/nsHTMLTokens.cpp @@ -636,7 +636,7 @@ nsresult CTextToken::ConsumeUntil(PRUnichar aChar,PRBool aIgnoreComments,nsScann while (FindCharInReadable(PRUnichar(kLessThan), ltOffset, endPos) && Distance(ltOffset, endPos) >= termStrLen) { // Make a copy of the (presumed) end tag and - // do a case-insensitive comparision + // do a case-insensitive comparison nsReadingIterator start(ltOffset), end(ltOffset); end.advance(termStrLen); diff --git a/mozilla/intl/uconv/src/charsetData.properties b/mozilla/intl/uconv/src/charsetData.properties index bbdb1ffa772..8a27149c8ff 100644 --- a/mozilla/intl/uconv/src/charsetData.properties +++ b/mozilla/intl/uconv/src/charsetData.properties @@ -20,7 +20,7 @@ ## Rule of this file: ## 1. key should always be in lower case ascii so we can do case insensitive -## comparision in the code faster. +## comparison in the code faster. ## Format of this file: ## diff --git a/mozilla/intl/uconv/src/charsetTitles.properties b/mozilla/intl/uconv/src/charsetTitles.properties index 75a3c7d5b80..5e54997a718 100644 --- a/mozilla/intl/uconv/src/charsetTitles.properties +++ b/mozilla/intl/uconv/src/charsetTitles.properties @@ -20,7 +20,7 @@ ## Rule of this file: ## 1. key should always be in lower case ascii so we can do case insensitive -## comparision in the code faster. +## comparison in the code faster. ## Format of this file: ## charset_name.title = a_title - specifies the human readable title for diff --git a/mozilla/intl/uconv/src/charsetalias.properties b/mozilla/intl/uconv/src/charsetalias.properties index 783c37b5067..9d836e6feae 100644 --- a/mozilla/intl/uconv/src/charsetalias.properties +++ b/mozilla/intl/uconv/src/charsetalias.properties @@ -32,7 +32,7 @@ ## ## Rule of this file: ## 1. key should always be in lower case ascii so we can do case insensitive -## comparision in the code faster. +## comparison in the code faster. ## 2. value should be the one used in unicode converter ## 3. If you want to add more charset, mailto:ftang@netscape.com ## diff --git a/mozilla/js/jsdj/classes/com/netscape/jsdebugging/ifcui/SourceViewManager.java b/mozilla/js/jsdj/classes/com/netscape/jsdebugging/ifcui/SourceViewManager.java index 915df4bd54c..dcc9ab40522 100644 --- a/mozilla/js/jsdj/classes/com/netscape/jsdebugging/ifcui/SourceViewManager.java +++ b/mozilla/js/jsdj/classes/com/netscape/jsdebugging/ifcui/SourceViewManager.java @@ -54,7 +54,7 @@ public class SourceViewManager if(AS.S)ER.T(null!=_stackTyrant,"emperor init order problem", this); _sourceViews = new Hashtable(); - _preferedNewViewRect = new Rect(0,0,100,100); + _preferredNewViewRect = new Rect(0,0,100,100); _controlTyrant.addObserver(this); _stackTyrant.addObserver(this); @@ -169,7 +169,7 @@ public class SourceViewManager public synchronized SourceView createView( SourceTextItem item ) { // XXX add smarter way of determining location for new source view - Rect rect = _preferedNewViewRect; + Rect rect = _preferredNewViewRect; SourceView view = _createViewAtRect( rect, item ); if( null != view ) view.setOwner(this); @@ -187,7 +187,7 @@ public class SourceViewManager _sourceViews.remove(view.getURL()); } - public void setPreferedNewViewRect( Rect rect ){_preferedNewViewRect = rect;} + public void setPreferedNewViewRect( Rect rect ){_preferredNewViewRect = rect;} public boolean getShowLineNumbers() {return _showLineNumbers;} @@ -279,7 +279,7 @@ public class SourceViewManager private SourceTyrant _sourceTyrant; private StackTyrant _stackTyrant; private Hashtable _sourceViews; - private Rect _preferedNewViewRect; + private Rect _preferredNewViewRect; private Timer _updateMarksTimer; private boolean _showLineNumbers = false; diff --git a/mozilla/js/jsdj/classes/com/netscape/jsdebugging/ifcui/palomar/widget/layout/BoxSpringLayout.java b/mozilla/js/jsdj/classes/com/netscape/jsdebugging/ifcui/palomar/widget/layout/BoxSpringLayout.java index c81b4f18bf4..27de7584744 100644 --- a/mozilla/js/jsdj/classes/com/netscape/jsdebugging/ifcui/palomar/widget/layout/BoxSpringLayout.java +++ b/mozilla/js/jsdj/classes/com/netscape/jsdebugging/ifcui/palomar/widget/layout/BoxSpringLayout.java @@ -261,8 +261,8 @@ public class BoxSpringLayout implements ShapeableLayoutManager Size size = null; // if the view is shapeable its easy just ask the - // the shapeable for its prefered size. Otherwise - // its prefered size is it min size. + // the shapeable for its preferred size. Otherwise + // its preferred size is it min size. if (view instanceof Shapeable) size = ((Shapeable)view).preferredSize(); else diff --git a/mozilla/js/jsdj/classes/com/netscape/jsdebugging/ifcui/palomar/widget/layout/BoxView.java b/mozilla/js/jsdj/classes/com/netscape/jsdebugging/ifcui/palomar/widget/layout/BoxView.java index 3be45911c56..0536f3c0222 100644 --- a/mozilla/js/jsdj/classes/com/netscape/jsdebugging/ifcui/palomar/widget/layout/BoxView.java +++ b/mozilla/js/jsdj/classes/com/netscape/jsdebugging/ifcui/palomar/widget/layout/BoxView.java @@ -285,7 +285,7 @@ public class BoxView extends ShapeableView } /** - * Inserts a view into the box and forces it to be flexible. Its prefered will be + * Inserts a view into the box and forces it to be flexible. Its preferred will be * overridden by the given preferred size. * If the view implements the Shapeable interface then its * max size will be retrieved from it. If its just a normal diff --git a/mozilla/js/rhino/Makefile b/mozilla/js/rhino/Makefile index ea9a059ffdc..fcafc695990 100644 --- a/mozilla/js/rhino/Makefile +++ b/mozilla/js/rhino/Makefile @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/rhino/examples/Control.java b/mozilla/js/rhino/examples/Control.java index ebc7ecb92a2..b378e5e49c6 100644 --- a/mozilla/js/rhino/examples/Control.java +++ b/mozilla/js/rhino/examples/Control.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/examples/Counter.java b/mozilla/js/rhino/examples/Counter.java index 96556fe9df6..d55f75edbf4 100644 --- a/mozilla/js/rhino/examples/Counter.java +++ b/mozilla/js/rhino/examples/Counter.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/examples/CounterTest.java b/mozilla/js/rhino/examples/CounterTest.java index fd5a302d92e..b85c5c6ffb1 100644 --- a/mozilla/js/rhino/examples/CounterTest.java +++ b/mozilla/js/rhino/examples/CounterTest.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/examples/DynamicScopes.java b/mozilla/js/rhino/examples/DynamicScopes.java index f77f59f0fbf..6b1947b4a90 100644 --- a/mozilla/js/rhino/examples/DynamicScopes.java +++ b/mozilla/js/rhino/examples/DynamicScopes.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/examples/File.java b/mozilla/js/rhino/examples/File.java index 3e6f91faf4a..9603e99e306 100644 --- a/mozilla/js/rhino/examples/File.java +++ b/mozilla/js/rhino/examples/File.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/examples/Foo.java b/mozilla/js/rhino/examples/Foo.java index d2afeb1a85c..39442109b08 100644 --- a/mozilla/js/rhino/examples/Foo.java +++ b/mozilla/js/rhino/examples/Foo.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/examples/Makefile b/mozilla/js/rhino/examples/Makefile index b42eec312ce..c2d0a6e07e5 100644 --- a/mozilla/js/rhino/examples/Makefile +++ b/mozilla/js/rhino/examples/Makefile @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/rhino/examples/Matrix.java b/mozilla/js/rhino/examples/Matrix.java index b85f50dadd6..4a8ff5cdf88 100644 --- a/mozilla/js/rhino/examples/Matrix.java +++ b/mozilla/js/rhino/examples/Matrix.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/examples/RunScript.java b/mozilla/js/rhino/examples/RunScript.java index 503eb13b609..02575c39079 100644 --- a/mozilla/js/rhino/examples/RunScript.java +++ b/mozilla/js/rhino/examples/RunScript.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/examples/RunScript2.java b/mozilla/js/rhino/examples/RunScript2.java index 937b68e0383..89699973f8c 100644 --- a/mozilla/js/rhino/examples/RunScript2.java +++ b/mozilla/js/rhino/examples/RunScript2.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/examples/RunScript4.java b/mozilla/js/rhino/examples/RunScript4.java index 7e4c4980308..d6a1213f770 100644 --- a/mozilla/js/rhino/examples/RunScript4.java +++ b/mozilla/js/rhino/examples/RunScript4.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/examples/Shell.java b/mozilla/js/rhino/examples/Shell.java index 92cd17d4658..49202201afd 100644 --- a/mozilla/js/rhino/examples/Shell.java +++ b/mozilla/js/rhino/examples/Shell.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/examples/checkParam.js b/mozilla/js/rhino/examples/checkParam.js index 5b5d9a4a9f9..bfa0fcc6a9c 100644 --- a/mozilla/js/rhino/examples/checkParam.js +++ b/mozilla/js/rhino/examples/checkParam.js @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/examples/enum.js b/mozilla/js/rhino/examples/enum.js index 56bacc65c89..29c25d205bd 100644 --- a/mozilla/js/rhino/examples/enum.js +++ b/mozilla/js/rhino/examples/enum.js @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/examples/jsdoc.js b/mozilla/js/rhino/examples/jsdoc.js index 28469eb5647..a24c32cf58d 100644 --- a/mozilla/js/rhino/examples/jsdoc.js +++ b/mozilla/js/rhino/examples/jsdoc.js @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/examples/liveConnect.js b/mozilla/js/rhino/examples/liveConnect.js index f73e63397ea..d8143a2e78f 100644 --- a/mozilla/js/rhino/examples/liveConnect.js +++ b/mozilla/js/rhino/examples/liveConnect.js @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/examples/unique.js b/mozilla/js/rhino/examples/unique.js index ac67746ee8a..9ff4e6807d8 100644 --- a/mozilla/js/rhino/examples/unique.js +++ b/mozilla/js/rhino/examples/unique.js @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/classfile/ByteCode.java b/mozilla/js/rhino/src/org/mozilla/classfile/ByteCode.java index 0525ac5c966..5dac36c70a0 100644 --- a/mozilla/js/rhino/src/org/mozilla/classfile/ByteCode.java +++ b/mozilla/js/rhino/src/org/mozilla/classfile/ByteCode.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/classfile/ClassFileWriter.java b/mozilla/js/rhino/src/org/mozilla/classfile/ClassFileWriter.java index 5ee162d2c57..8b54931ff50 100644 --- a/mozilla/js/rhino/src/org/mozilla/classfile/ClassFileWriter.java +++ b/mozilla/js/rhino/src/org/mozilla/classfile/ClassFileWriter.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/Arguments.java b/mozilla/js/rhino/src/org/mozilla/javascript/Arguments.java index 61a2f4d763a..863a0e5aec6 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/Arguments.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/Arguments.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/BaseFunction.java b/mozilla/js/rhino/src/org/mozilla/javascript/BaseFunction.java index 20760b845c1..a22eacd2999 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/BaseFunction.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/BaseFunction.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/BinaryDigitReader.java b/mozilla/js/rhino/src/org/mozilla/javascript/BinaryDigitReader.java index d39956e6b6f..dc54659bc92 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/BinaryDigitReader.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/BinaryDigitReader.java @@ -7,7 +7,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/ClassDefinitionException.java b/mozilla/js/rhino/src/org/mozilla/javascript/ClassDefinitionException.java index 6f5342d6a1b..36609eb3341 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/ClassDefinitionException.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/ClassDefinitionException.java @@ -7,7 +7,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/ClassNameHelper.java b/mozilla/js/rhino/src/org/mozilla/javascript/ClassNameHelper.java index 388d2d601b6..4ca4fd48c68 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/ClassNameHelper.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/ClassNameHelper.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/ClassOutput.java b/mozilla/js/rhino/src/org/mozilla/javascript/ClassOutput.java index 85b57a0ff44..db48ae06677 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/ClassOutput.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/ClassOutput.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/ClassRepository.java b/mozilla/js/rhino/src/org/mozilla/javascript/ClassRepository.java index fb99dbfd1ab..d0c5d8c922b 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/ClassRepository.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/ClassRepository.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/ContextListener.java b/mozilla/js/rhino/src/org/mozilla/javascript/ContextListener.java index 69e4b8e85fb..b9df81d7909 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/ContextListener.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/ContextListener.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/DToA.java b/mozilla/js/rhino/src/org/mozilla/javascript/DToA.java index dd89363cfee..74ffb0254a8 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/DToA.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/DToA.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/DebuggableEngineImpl.java b/mozilla/js/rhino/src/org/mozilla/javascript/DebuggableEngineImpl.java index 82125dc2e08..f1a4ececedc 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/DebuggableEngineImpl.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/DebuggableEngineImpl.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/DefaultErrorReporter.java b/mozilla/js/rhino/src/org/mozilla/javascript/DefaultErrorReporter.java index c6b1febafff..c8129d544df 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/DefaultErrorReporter.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/DefaultErrorReporter.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/EcmaError.java b/mozilla/js/rhino/src/org/mozilla/javascript/EcmaError.java index 8968d75014a..0a8cbae5355 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/EcmaError.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/EcmaError.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/ErrorReporter.java b/mozilla/js/rhino/src/org/mozilla/javascript/ErrorReporter.java index 52839dfa708..d83f3ad79be 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/ErrorReporter.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/ErrorReporter.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/EvaluatorException.java b/mozilla/js/rhino/src/org/mozilla/javascript/EvaluatorException.java index b1f2d84d922..b39f938d8f4 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/EvaluatorException.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/EvaluatorException.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/Function.java b/mozilla/js/rhino/src/org/mozilla/javascript/Function.java index 22bb633e389..2438f3e6ba0 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/Function.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/Function.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/FunctionNode.java b/mozilla/js/rhino/src/org/mozilla/javascript/FunctionNode.java index 1a943b42ae7..9c45ee7b1e8 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/FunctionNode.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/FunctionNode.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/FunctionObject.java b/mozilla/js/rhino/src/org/mozilla/javascript/FunctionObject.java index f0d8c92b3e1..5aae00e3405 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/FunctionObject.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/FunctionObject.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/IRFactory.java b/mozilla/js/rhino/src/org/mozilla/javascript/IRFactory.java index 1f71007ca7d..d3919117a0b 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/IRFactory.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/IRFactory.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/IdFunction.java b/mozilla/js/rhino/src/org/mozilla/javascript/IdFunction.java index 21dee8336c6..de8df2164de 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/IdFunction.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/IdFunction.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/IdFunctionMaster.java b/mozilla/js/rhino/src/org/mozilla/javascript/IdFunctionMaster.java index b1deeb602a6..93404b3d7d4 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/IdFunctionMaster.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/IdFunctionMaster.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/IdScriptable.java b/mozilla/js/rhino/src/org/mozilla/javascript/IdScriptable.java index b89b122ba82..b78f1026f4c 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/IdScriptable.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/IdScriptable.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/ImporterTopLevel.java b/mozilla/js/rhino/src/org/mozilla/javascript/ImporterTopLevel.java index 19b22f70295..86571dbb4a3 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/ImporterTopLevel.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/ImporterTopLevel.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/InterpretedFunction.java b/mozilla/js/rhino/src/org/mozilla/javascript/InterpretedFunction.java index 0be5685137f..ba4a9ac54fe 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/InterpretedFunction.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/InterpretedFunction.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/InterpretedScript.java b/mozilla/js/rhino/src/org/mozilla/javascript/InterpretedScript.java index b93e491aadd..901a2a00fd5 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/InterpretedScript.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/InterpretedScript.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/Interpreter.java b/mozilla/js/rhino/src/org/mozilla/javascript/Interpreter.java index b458128d27f..806a5a71974 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/Interpreter.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/Interpreter.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/InterpreterData.java b/mozilla/js/rhino/src/org/mozilla/javascript/InterpreterData.java index 5064b4638c8..ed6df4d66f2 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/InterpreterData.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/InterpreterData.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/InterpreterFrame.java b/mozilla/js/rhino/src/org/mozilla/javascript/InterpreterFrame.java index f2b1dd437ad..590ccef89a5 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/InterpreterFrame.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/InterpreterFrame.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/Invoker.java b/mozilla/js/rhino/src/org/mozilla/javascript/Invoker.java index 2e4f9bdb540..a70aa4812e8 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/Invoker.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/Invoker.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/JavaAdapter.java b/mozilla/js/rhino/src/org/mozilla/javascript/JavaAdapter.java index fb787af5740..76d97acca66 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/JavaAdapter.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/JavaAdapter.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/JavaMembers.java b/mozilla/js/rhino/src/org/mozilla/javascript/JavaMembers.java index 5799435a88e..f66b89befab 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/JavaMembers.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/JavaMembers.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/JavaScriptException.java b/mozilla/js/rhino/src/org/mozilla/javascript/JavaScriptException.java index 079c687b6b6..a48f9ab9fad 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/JavaScriptException.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/JavaScriptException.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/Label.java b/mozilla/js/rhino/src/org/mozilla/javascript/Label.java index 4e675c849af..5facea9c885 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/Label.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/Label.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/LabelTable.java b/mozilla/js/rhino/src/org/mozilla/javascript/LabelTable.java index e459ff57c3e..a489f0ffb6b 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/LabelTable.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/LabelTable.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/LazilyLoadedCtor.java b/mozilla/js/rhino/src/org/mozilla/javascript/LazilyLoadedCtor.java index 521658795ee..57a676c4773 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/LazilyLoadedCtor.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/LazilyLoadedCtor.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/LineBuffer.java b/mozilla/js/rhino/src/org/mozilla/javascript/LineBuffer.java index 440019ddcef..e1c6fb9ee4b 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/LineBuffer.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/LineBuffer.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/ListenerArray.java b/mozilla/js/rhino/src/org/mozilla/javascript/ListenerArray.java index b181deecc27..76d0778e045 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/ListenerArray.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/ListenerArray.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/LocalVariable.java b/mozilla/js/rhino/src/org/mozilla/javascript/LocalVariable.java index 1ecc7cd5a6c..878d3e7225f 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/LocalVariable.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/LocalVariable.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/NativeBoolean.java b/mozilla/js/rhino/src/org/mozilla/javascript/NativeBoolean.java index 1ff6132b2bd..464057b9603 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/NativeBoolean.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/NativeBoolean.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/NativeCall.java b/mozilla/js/rhino/src/org/mozilla/javascript/NativeCall.java index 538af14d763..26af884c2fa 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/NativeCall.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/NativeCall.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/NativeDate.java b/mozilla/js/rhino/src/org/mozilla/javascript/NativeDate.java index 9c2f08b06c0..28006b4eddb 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/NativeDate.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/NativeDate.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/NativeError.java b/mozilla/js/rhino/src/org/mozilla/javascript/NativeError.java index 208d9bebe2d..2c71766c732 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/NativeError.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/NativeError.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/NativeFunction.java b/mozilla/js/rhino/src/org/mozilla/javascript/NativeFunction.java index 6843a7dbb67..3afd6a9401a 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/NativeFunction.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/NativeFunction.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/NativeGlobal.java b/mozilla/js/rhino/src/org/mozilla/javascript/NativeGlobal.java index 1c92bd03f7f..09331c7c8d6 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/NativeGlobal.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/NativeGlobal.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/NativeJavaArray.java b/mozilla/js/rhino/src/org/mozilla/javascript/NativeJavaArray.java index befc042888f..158953d9400 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/NativeJavaArray.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/NativeJavaArray.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/NativeJavaClass.java b/mozilla/js/rhino/src/org/mozilla/javascript/NativeJavaClass.java index a218c154b48..32624710bd0 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/NativeJavaClass.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/NativeJavaClass.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/NativeJavaConstructor.java b/mozilla/js/rhino/src/org/mozilla/javascript/NativeJavaConstructor.java index de4e8fe0d65..cdc805e5c42 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/NativeJavaConstructor.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/NativeJavaConstructor.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/NativeJavaMethod.java b/mozilla/js/rhino/src/org/mozilla/javascript/NativeJavaMethod.java index 3b087de1636..857feaa94f9 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/NativeJavaMethod.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/NativeJavaMethod.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/NativeJavaObject.java b/mozilla/js/rhino/src/org/mozilla/javascript/NativeJavaObject.java index 275b9bbfb65..18abced0c1e 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/NativeJavaObject.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/NativeJavaObject.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/NativeJavaPackage.java b/mozilla/js/rhino/src/org/mozilla/javascript/NativeJavaPackage.java index 354ee906f89..3464161fd45 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/NativeJavaPackage.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/NativeJavaPackage.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/NativeMath.java b/mozilla/js/rhino/src/org/mozilla/javascript/NativeMath.java index 8a2b2c0c362..bf9665f02f0 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/NativeMath.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/NativeMath.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/NativeNumber.java b/mozilla/js/rhino/src/org/mozilla/javascript/NativeNumber.java index 7e47679485b..f9ed55d5ccf 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/NativeNumber.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/NativeNumber.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/NativeObject.java b/mozilla/js/rhino/src/org/mozilla/javascript/NativeObject.java index fbb8489f475..42c8f394b09 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/NativeObject.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/NativeObject.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/NativeScript.java b/mozilla/js/rhino/src/org/mozilla/javascript/NativeScript.java index 7c2f3775938..b6633d6d420 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/NativeScript.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/NativeScript.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/NativeString.java b/mozilla/js/rhino/src/org/mozilla/javascript/NativeString.java index dbe807ad35d..86e061b9df1 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/NativeString.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/NativeString.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/NativeWith.java b/mozilla/js/rhino/src/org/mozilla/javascript/NativeWith.java index eb86330a21e..3c1b79073de 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/NativeWith.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/NativeWith.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/Node.java b/mozilla/js/rhino/src/org/mozilla/javascript/Node.java index 4ef19bf16ba..273f3052ffa 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/Node.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/Node.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/NodeTransformer.java b/mozilla/js/rhino/src/org/mozilla/javascript/NodeTransformer.java index a91ce4626da..553ca516d5a 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/NodeTransformer.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/NodeTransformer.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/NotAFunctionException.java b/mozilla/js/rhino/src/org/mozilla/javascript/NotAFunctionException.java index 5902b4e27e1..900a547bd90 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/NotAFunctionException.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/NotAFunctionException.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/Parser.java b/mozilla/js/rhino/src/org/mozilla/javascript/Parser.java index e3d27e42fdc..224b2bcb476 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/Parser.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/Parser.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/PreorderNodeIterator.java b/mozilla/js/rhino/src/org/mozilla/javascript/PreorderNodeIterator.java index 9b0a97ba326..c1f55b4b948 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/PreorderNodeIterator.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/PreorderNodeIterator.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/PropertyException.java b/mozilla/js/rhino/src/org/mozilla/javascript/PropertyException.java index 6f0c5a10b50..9742991f4a6 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/PropertyException.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/PropertyException.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/RegExpProxy.java b/mozilla/js/rhino/src/org/mozilla/javascript/RegExpProxy.java index be11eb58deb..c0422bf7100 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/RegExpProxy.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/RegExpProxy.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/Script.java b/mozilla/js/rhino/src/org/mozilla/javascript/Script.java index 98f3006ebd9..3ff9b199d36 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/Script.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/Script.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/ScriptRuntime.java b/mozilla/js/rhino/src/org/mozilla/javascript/ScriptRuntime.java index 7c85e6c4b97..dc7c28124f3 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/ScriptRuntime.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/ScriptRuntime.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/Scriptable.java b/mozilla/js/rhino/src/org/mozilla/javascript/Scriptable.java index b07c1a530ea..ebe95a1fceb 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/Scriptable.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/Scriptable.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/ScriptableObject.java b/mozilla/js/rhino/src/org/mozilla/javascript/ScriptableObject.java index 5c0a3482c97..0778b1bd817 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/ScriptableObject.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/ScriptableObject.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/SecuritySupport.java b/mozilla/js/rhino/src/org/mozilla/javascript/SecuritySupport.java index 9930ab5a2d0..e95aea89ee9 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/SecuritySupport.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/SecuritySupport.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/TokenStream.java b/mozilla/js/rhino/src/org/mozilla/javascript/TokenStream.java index 6e517d12f96..129345099b9 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/TokenStream.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/TokenStream.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/UintMap.java b/mozilla/js/rhino/src/org/mozilla/javascript/UintMap.java index 6277503d061..1edc2901ed1 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/UintMap.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/UintMap.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/Undefined.java b/mozilla/js/rhino/src/org/mozilla/javascript/Undefined.java index 6d1fc0893bd..6df3945f16a 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/Undefined.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/Undefined.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/VariableTable.java b/mozilla/js/rhino/src/org/mozilla/javascript/VariableTable.java index 25e03bd259d..a9587b64ed1 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/VariableTable.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/VariableTable.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/WrapHandler.java b/mozilla/js/rhino/src/org/mozilla/javascript/WrapHandler.java index d93a88bbbe3..8b2f35f971f 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/WrapHandler.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/WrapHandler.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/WrappedException.java b/mozilla/js/rhino/src/org/mozilla/javascript/WrappedException.java index 30fa2cc2bdf..c3d822364e6 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/WrappedException.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/WrappedException.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/Wrapper.java b/mozilla/js/rhino/src/org/mozilla/javascript/Wrapper.java index b9a44405d7c..cfb700f452b 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/Wrapper.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/Wrapper.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/debug/DebugFrame.java b/mozilla/js/rhino/src/org/mozilla/javascript/debug/DebugFrame.java index 502150a5335..94b99e8a66b 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/debug/DebugFrame.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/debug/DebugFrame.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/debug/DebugReader.java b/mozilla/js/rhino/src/org/mozilla/javascript/debug/DebugReader.java index a59921f98c6..eaa4417aea0 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/debug/DebugReader.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/debug/DebugReader.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/debug/DebuggableEngine.java b/mozilla/js/rhino/src/org/mozilla/javascript/debug/DebuggableEngine.java index 214c7764a8b..1b525591b57 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/debug/DebuggableEngine.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/debug/DebuggableEngine.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/debug/DebuggableScript.java b/mozilla/js/rhino/src/org/mozilla/javascript/debug/DebuggableScript.java index 9a93e1abf0a..e55d619229e 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/debug/DebuggableScript.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/debug/DebuggableScript.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/debug/Debugger.java b/mozilla/js/rhino/src/org/mozilla/javascript/debug/Debugger.java index 95b911ab880..7a420e82d07 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/debug/Debugger.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/debug/Debugger.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/optimizer/InvokerImpl.java b/mozilla/js/rhino/src/org/mozilla/javascript/optimizer/InvokerImpl.java index f200894f136..b7ed7c85660 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/optimizer/InvokerImpl.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/optimizer/InvokerImpl.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/regexp/NativeRegExp.java b/mozilla/js/rhino/src/org/mozilla/javascript/regexp/NativeRegExp.java index 7b516f85a32..0a9fcadad36 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/regexp/NativeRegExp.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/regexp/NativeRegExp.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/regexp/NativeRegExpCtor.java b/mozilla/js/rhino/src/org/mozilla/javascript/regexp/NativeRegExpCtor.java index 7f8b99f06a8..6911671f549 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/regexp/NativeRegExpCtor.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/regexp/NativeRegExpCtor.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/regexp/RegExpImpl.java b/mozilla/js/rhino/src/org/mozilla/javascript/regexp/RegExpImpl.java index f5b8d0719a2..eaacc2a5cb3 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/regexp/RegExpImpl.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/regexp/RegExpImpl.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/regexp/SubString.java b/mozilla/js/rhino/src/org/mozilla/javascript/regexp/SubString.java index 811c4b5ce94..b746b71c05e 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/regexp/SubString.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/regexp/SubString.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/resources/Messages.properties b/mozilla/js/rhino/src/org/mozilla/javascript/resources/Messages.properties index 029e993d02c..f765e073156 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/resources/Messages.properties +++ b/mozilla/js/rhino/src/org/mozilla/javascript/resources/Messages.properties @@ -7,7 +7,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/resources/Security.properties b/mozilla/js/rhino/src/org/mozilla/javascript/resources/Security.properties index 9c494c75ba3..118bd25b8c3 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/resources/Security.properties +++ b/mozilla/js/rhino/src/org/mozilla/javascript/resources/Security.properties @@ -7,7 +7,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/serialize/ScriptableInputStream.java b/mozilla/js/rhino/src/org/mozilla/javascript/serialize/ScriptableInputStream.java index 69aedd361e4..d3a79f72ad2 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/serialize/ScriptableInputStream.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/serialize/ScriptableInputStream.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/src/org/mozilla/javascript/serialize/ScriptableOutputStream.java b/mozilla/js/rhino/src/org/mozilla/javascript/serialize/ScriptableOutputStream.java index 466aefa4d1f..37393dc302e 100644 --- a/mozilla/js/rhino/src/org/mozilla/javascript/serialize/ScriptableOutputStream.java +++ b/mozilla/js/rhino/src/org/mozilla/javascript/serialize/ScriptableOutputStream.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/ToolErrorReporter.java b/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/ToolErrorReporter.java index f2ec4214b2a..e0fc2d625ef 100644 --- a/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/ToolErrorReporter.java +++ b/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/ToolErrorReporter.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/debugger/Main.java b/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/debugger/Main.java index a3566e6ec29..6d47f06ddf3 100644 --- a/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/debugger/Main.java +++ b/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/debugger/Main.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/debugger/ScopeProvider.java b/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/debugger/ScopeProvider.java index ff57dfd6b2d..027a446b058 100644 --- a/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/debugger/ScopeProvider.java +++ b/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/debugger/ScopeProvider.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/debugger/VariableModel.java b/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/debugger/VariableModel.java index 13a0e5dff2b..ccd32ea0dc9 100644 --- a/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/debugger/VariableModel.java +++ b/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/debugger/VariableModel.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/idswitch/CodePrinter.java b/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/idswitch/CodePrinter.java index 988530fcb1d..3f7a862ba16 100644 --- a/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/idswitch/CodePrinter.java +++ b/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/idswitch/CodePrinter.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/idswitch/FileBody.java b/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/idswitch/FileBody.java index 64453a54344..42de78b854b 100644 --- a/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/idswitch/FileBody.java +++ b/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/idswitch/FileBody.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/idswitch/IdValuePair.java b/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/idswitch/IdValuePair.java index eab8b296bd0..876c617c3ca 100644 --- a/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/idswitch/IdValuePair.java +++ b/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/idswitch/IdValuePair.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/idswitch/StringIdMap.java b/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/idswitch/StringIdMap.java index 2aec0a46d5f..8036684e642 100644 --- a/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/idswitch/StringIdMap.java +++ b/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/idswitch/StringIdMap.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * @@ -375,7 +375,7 @@ public class StringIdMap { // '^[ \t]+Id_([a-zA-Z0-9_]+)[ \t]*=.*$' // where \1 gives field or method name int cursor = begin; - // Skip tab and spaces at the begining + // Skip tab and spaces at the beginning cursor = skip_white_space(array, cursor, end); int id_start = cursor; int name_start = skip_matched_prefix("Id_", array, cursor, end); diff --git a/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/idswitch/SwitchGenerator.java b/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/idswitch/SwitchGenerator.java index 065e0dd44f1..870bbbeee7a 100644 --- a/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/idswitch/SwitchGenerator.java +++ b/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/idswitch/SwitchGenerator.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/resources/Messages.properties b/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/resources/Messages.properties index 1566c387409..ba76ca47e99 100644 --- a/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/resources/Messages.properties +++ b/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/resources/Messages.properties @@ -7,7 +7,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/shell/ConsoleTextArea.java b/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/shell/ConsoleTextArea.java index 922311d71d3..81fe12f9b17 100644 --- a/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/shell/ConsoleTextArea.java +++ b/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/shell/ConsoleTextArea.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/shell/Environment.java b/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/shell/Environment.java index ecbac0c6878..f0aa7c796db 100644 --- a/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/shell/Environment.java +++ b/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/shell/Environment.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/shell/Global.java b/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/shell/Global.java index 80207ae9d64..8dfcedc9764 100644 --- a/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/shell/Global.java +++ b/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/shell/Global.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/shell/JSConsole.java b/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/shell/JSConsole.java index cc106146133..907cdb53ba4 100644 --- a/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/shell/JSConsole.java +++ b/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/shell/JSConsole.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/shell/Main.java b/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/shell/Main.java index 1d61d470c76..e2f863c9945 100644 --- a/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/shell/Main.java +++ b/mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/shell/Main.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/Makefile.in b/mozilla/js/src/Makefile.in index b36af385342..03d49193c2f 100644 --- a/mozilla/js/src/Makefile.in +++ b/mozilla/js/src/Makefile.in @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/Makefile.ref b/mozilla/js/src/Makefile.ref index 5225a084417..0fbf617c0c7 100644 --- a/mozilla/js/src/Makefile.ref +++ b/mozilla/js/src/Makefile.ref @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/AIX4.1.mk b/mozilla/js/src/config/AIX4.1.mk index 5771a638a1b..0df5992c448 100644 --- a/mozilla/js/src/config/AIX4.1.mk +++ b/mozilla/js/src/config/AIX4.1.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/AIX4.2.mk b/mozilla/js/src/config/AIX4.2.mk index c5976e44fc0..0293603d04f 100644 --- a/mozilla/js/src/config/AIX4.2.mk +++ b/mozilla/js/src/config/AIX4.2.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/AIX4.3.mk b/mozilla/js/src/config/AIX4.3.mk index b1d4ef71253..7fad7a6f679 100644 --- a/mozilla/js/src/config/AIX4.3.mk +++ b/mozilla/js/src/config/AIX4.3.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/Darwin.mk b/mozilla/js/src/config/Darwin.mk index d3879a8d080..026adf2eb96 100644 --- a/mozilla/js/src/config/Darwin.mk +++ b/mozilla/js/src/config/Darwin.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/Darwin1.3.mk b/mozilla/js/src/config/Darwin1.3.mk index 1ba21bde2aa..505220e74ef 100755 --- a/mozilla/js/src/config/Darwin1.3.mk +++ b/mozilla/js/src/config/Darwin1.3.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/Darwin1.4.mk b/mozilla/js/src/config/Darwin1.4.mk index 89269789ac7..2851ae3221b 100755 --- a/mozilla/js/src/config/Darwin1.4.mk +++ b/mozilla/js/src/config/Darwin1.4.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/Darwin5.2.mk b/mozilla/js/src/config/Darwin5.2.mk index d3879a8d080..026adf2eb96 100755 --- a/mozilla/js/src/config/Darwin5.2.mk +++ b/mozilla/js/src/config/Darwin5.2.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/Darwin5.3.mk b/mozilla/js/src/config/Darwin5.3.mk index d3879a8d080..026adf2eb96 100644 --- a/mozilla/js/src/config/Darwin5.3.mk +++ b/mozilla/js/src/config/Darwin5.3.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/HP-UXB.10.10.mk b/mozilla/js/src/config/HP-UXB.10.10.mk index 81ce90b6e87..cba477d323e 100644 --- a/mozilla/js/src/config/HP-UXB.10.10.mk +++ b/mozilla/js/src/config/HP-UXB.10.10.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/HP-UXB.10.20.mk b/mozilla/js/src/config/HP-UXB.10.20.mk index 81ce90b6e87..cba477d323e 100644 --- a/mozilla/js/src/config/HP-UXB.10.20.mk +++ b/mozilla/js/src/config/HP-UXB.10.20.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/HP-UXB.11.00.mk b/mozilla/js/src/config/HP-UXB.11.00.mk index 031768bc224..9773a17f99d 100644 --- a/mozilla/js/src/config/HP-UXB.11.00.mk +++ b/mozilla/js/src/config/HP-UXB.11.00.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/IRIX.mk b/mozilla/js/src/config/IRIX.mk index 7019efc7b70..98cbc99cb35 100644 --- a/mozilla/js/src/config/IRIX.mk +++ b/mozilla/js/src/config/IRIX.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/IRIX5.3.mk b/mozilla/js/src/config/IRIX5.3.mk index d08a44f976f..9c1e92104d3 100644 --- a/mozilla/js/src/config/IRIX5.3.mk +++ b/mozilla/js/src/config/IRIX5.3.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/IRIX6.1.mk b/mozilla/js/src/config/IRIX6.1.mk index dcda78d9c74..db837a25947 100644 --- a/mozilla/js/src/config/IRIX6.1.mk +++ b/mozilla/js/src/config/IRIX6.1.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/IRIX6.2.mk b/mozilla/js/src/config/IRIX6.2.mk index dcda78d9c74..db837a25947 100644 --- a/mozilla/js/src/config/IRIX6.2.mk +++ b/mozilla/js/src/config/IRIX6.2.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/IRIX6.3.mk b/mozilla/js/src/config/IRIX6.3.mk index dcda78d9c74..db837a25947 100644 --- a/mozilla/js/src/config/IRIX6.3.mk +++ b/mozilla/js/src/config/IRIX6.3.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/IRIX6.5.mk b/mozilla/js/src/config/IRIX6.5.mk index dcda78d9c74..db837a25947 100644 --- a/mozilla/js/src/config/IRIX6.5.mk +++ b/mozilla/js/src/config/IRIX6.5.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/Linux_All.mk b/mozilla/js/src/config/Linux_All.mk index 36231385d12..16342fd0e62 100644 --- a/mozilla/js/src/config/Linux_All.mk +++ b/mozilla/js/src/config/Linux_All.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/Mac_OS10.0.mk b/mozilla/js/src/config/Mac_OS10.0.mk index 84593f26549..cb3b39f013c 100755 --- a/mozilla/js/src/config/Mac_OS10.0.mk +++ b/mozilla/js/src/config/Mac_OS10.0.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/OSF1V4.0.mk b/mozilla/js/src/config/OSF1V4.0.mk index 31c96bfeaf8..9b7c82e2c49 100644 --- a/mozilla/js/src/config/OSF1V4.0.mk +++ b/mozilla/js/src/config/OSF1V4.0.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/OSF1V5.0.mk b/mozilla/js/src/config/OSF1V5.0.mk index 0386343bc68..c0e58f3357a 100644 --- a/mozilla/js/src/config/OSF1V5.0.mk +++ b/mozilla/js/src/config/OSF1V5.0.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/SunOS4.1.4.mk b/mozilla/js/src/config/SunOS4.1.4.mk index e54067eb008..4f8cb526f9c 100644 --- a/mozilla/js/src/config/SunOS4.1.4.mk +++ b/mozilla/js/src/config/SunOS4.1.4.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/SunOS5.3.mk b/mozilla/js/src/config/SunOS5.3.mk index 25c376f5f26..48f21011075 100644 --- a/mozilla/js/src/config/SunOS5.3.mk +++ b/mozilla/js/src/config/SunOS5.3.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/SunOS5.4.mk b/mozilla/js/src/config/SunOS5.4.mk index 914f108adb3..0ecbe4d8060 100644 --- a/mozilla/js/src/config/SunOS5.4.mk +++ b/mozilla/js/src/config/SunOS5.4.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/SunOS5.5.1.mk b/mozilla/js/src/config/SunOS5.5.1.mk index bfded766170..3c04ecb1ae5 100644 --- a/mozilla/js/src/config/SunOS5.5.1.mk +++ b/mozilla/js/src/config/SunOS5.5.1.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/SunOS5.5.mk b/mozilla/js/src/config/SunOS5.5.mk index 875b41f0cb9..7da4955da7a 100644 --- a/mozilla/js/src/config/SunOS5.5.mk +++ b/mozilla/js/src/config/SunOS5.5.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/SunOS5.6.mk b/mozilla/js/src/config/SunOS5.6.mk index e58238254aa..07e37006cda 100644 --- a/mozilla/js/src/config/SunOS5.6.mk +++ b/mozilla/js/src/config/SunOS5.6.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/SunOS5.7.mk b/mozilla/js/src/config/SunOS5.7.mk index e50ac51716a..5f6fc08e33a 100644 --- a/mozilla/js/src/config/SunOS5.7.mk +++ b/mozilla/js/src/config/SunOS5.7.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/SunOS5.8.mk b/mozilla/js/src/config/SunOS5.8.mk index 3ce90c4c67d..abf972d5939 100644 --- a/mozilla/js/src/config/SunOS5.8.mk +++ b/mozilla/js/src/config/SunOS5.8.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/WINNT4.0.mk b/mozilla/js/src/config/WINNT4.0.mk index efb5d49b872..595f2a36cf9 100644 --- a/mozilla/js/src/config/WINNT4.0.mk +++ b/mozilla/js/src/config/WINNT4.0.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/WINNT5.0.mk b/mozilla/js/src/config/WINNT5.0.mk index efb5d49b872..595f2a36cf9 100644 --- a/mozilla/js/src/config/WINNT5.0.mk +++ b/mozilla/js/src/config/WINNT5.0.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/config/dgux.mk b/mozilla/js/src/config/dgux.mk index 8106046c62e..2e4023a3b2f 100644 --- a/mozilla/js/src/config/dgux.mk +++ b/mozilla/js/src/config/dgux.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/editline/Makefile.ref b/mozilla/js/src/editline/Makefile.ref index b8ae459ee90..ac98bf946f1 100644 --- a/mozilla/js/src/editline/Makefile.ref +++ b/mozilla/js/src/editline/Makefile.ref @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/editline/editline.c b/mozilla/js/src/editline/editline.c index d254b736ecc..4edfd2ae63f 100644 --- a/mozilla/js/src/editline/editline.c +++ b/mozilla/js/src/editline/editline.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/editline/editline.h b/mozilla/js/src/editline/editline.h index cbc7a6a7990..cbd7c48f58b 100644 --- a/mozilla/js/src/editline/editline.h +++ b/mozilla/js/src/editline/editline.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/editline/sysunix.c b/mozilla/js/src/editline/sysunix.c index 107adb7ef30..6246c46604a 100644 --- a/mozilla/js/src/editline/sysunix.c +++ b/mozilla/js/src/editline/sysunix.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/editline/unix.h b/mozilla/js/src/editline/unix.h index 46f07720f4f..93bb1ab89ee 100644 --- a/mozilla/js/src/editline/unix.h +++ b/mozilla/js/src/editline/unix.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/Makefile.in b/mozilla/js/src/fdlibm/Makefile.in index c599a356e17..5db0b9da584 100644 --- a/mozilla/js/src/fdlibm/Makefile.in +++ b/mozilla/js/src/fdlibm/Makefile.in @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/fdlibm/Makefile.ref b/mozilla/js/src/fdlibm/Makefile.ref index fdcbcf36bc0..3898c1f435b 100644 --- a/mozilla/js/src/fdlibm/Makefile.ref +++ b/mozilla/js/src/fdlibm/Makefile.ref @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/fdlibm/e_acos.c b/mozilla/js/src/fdlibm/e_acos.c index 33b04f2efc2..7bfc42ea064 100644 --- a/mozilla/js/src/fdlibm/e_acos.c +++ b/mozilla/js/src/fdlibm/e_acos.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/e_acosh.c b/mozilla/js/src/fdlibm/e_acosh.c index 2ceb9d1cc27..f416afe7044 100644 --- a/mozilla/js/src/fdlibm/e_acosh.c +++ b/mozilla/js/src/fdlibm/e_acosh.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/e_asin.c b/mozilla/js/src/fdlibm/e_asin.c index 8d03427b85b..461ecdb9cbb 100644 --- a/mozilla/js/src/fdlibm/e_asin.c +++ b/mozilla/js/src/fdlibm/e_asin.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/e_atan2.c b/mozilla/js/src/fdlibm/e_atan2.c index d2f702d67aa..fb283f211df 100644 --- a/mozilla/js/src/fdlibm/e_atan2.c +++ b/mozilla/js/src/fdlibm/e_atan2.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/e_atanh.c b/mozilla/js/src/fdlibm/e_atanh.c index 5cef16fdbad..b38c0d294f0 100644 --- a/mozilla/js/src/fdlibm/e_atanh.c +++ b/mozilla/js/src/fdlibm/e_atanh.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/e_cosh.c b/mozilla/js/src/fdlibm/e_cosh.c index 4eaf3f826a9..085152a997d 100644 --- a/mozilla/js/src/fdlibm/e_cosh.c +++ b/mozilla/js/src/fdlibm/e_cosh.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/e_exp.c b/mozilla/js/src/fdlibm/e_exp.c index fd0219ea9a4..637c4506791 100644 --- a/mozilla/js/src/fdlibm/e_exp.c +++ b/mozilla/js/src/fdlibm/e_exp.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/e_fmod.c b/mozilla/js/src/fdlibm/e_fmod.c index 2835a0f0b1c..dc6f50fcff9 100644 --- a/mozilla/js/src/fdlibm/e_fmod.c +++ b/mozilla/js/src/fdlibm/e_fmod.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/e_gamma.c b/mozilla/js/src/fdlibm/e_gamma.c index bd9bd9153c6..d04edab6b77 100644 --- a/mozilla/js/src/fdlibm/e_gamma.c +++ b/mozilla/js/src/fdlibm/e_gamma.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/e_gamma_r.c b/mozilla/js/src/fdlibm/e_gamma_r.c index 2acc59ebb2a..65ad0ba0aeb 100644 --- a/mozilla/js/src/fdlibm/e_gamma_r.c +++ b/mozilla/js/src/fdlibm/e_gamma_r.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/e_hypot.c b/mozilla/js/src/fdlibm/e_hypot.c index 88a00cffedc..af8d624dfa8 100644 --- a/mozilla/js/src/fdlibm/e_hypot.c +++ b/mozilla/js/src/fdlibm/e_hypot.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/e_j0.c b/mozilla/js/src/fdlibm/e_j0.c index bc688c84fd6..f62caaff4f2 100644 --- a/mozilla/js/src/fdlibm/e_j0.c +++ b/mozilla/js/src/fdlibm/e_j0.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/e_j1.c b/mozilla/js/src/fdlibm/e_j1.c index 6949ebd38d6..425b929cee9 100644 --- a/mozilla/js/src/fdlibm/e_j1.c +++ b/mozilla/js/src/fdlibm/e_j1.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/e_jn.c b/mozilla/js/src/fdlibm/e_jn.c index bc202adc0fa..2482c91e5e3 100644 --- a/mozilla/js/src/fdlibm/e_jn.c +++ b/mozilla/js/src/fdlibm/e_jn.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/e_lgamma.c b/mozilla/js/src/fdlibm/e_lgamma.c index 3f642744dc0..59638498a13 100644 --- a/mozilla/js/src/fdlibm/e_lgamma.c +++ b/mozilla/js/src/fdlibm/e_lgamma.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/e_lgamma_r.c b/mozilla/js/src/fdlibm/e_lgamma_r.c index 36644620e26..099caf48264 100644 --- a/mozilla/js/src/fdlibm/e_lgamma_r.c +++ b/mozilla/js/src/fdlibm/e_lgamma_r.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/e_log.c b/mozilla/js/src/fdlibm/e_log.c index 343c3faf3d3..2c94454f181 100644 --- a/mozilla/js/src/fdlibm/e_log.c +++ b/mozilla/js/src/fdlibm/e_log.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/e_log10.c b/mozilla/js/src/fdlibm/e_log10.c index f14db205fe7..289044753ed 100644 --- a/mozilla/js/src/fdlibm/e_log10.c +++ b/mozilla/js/src/fdlibm/e_log10.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/e_pow.c b/mozilla/js/src/fdlibm/e_pow.c index 305ba56de9c..3c15d38199f 100644 --- a/mozilla/js/src/fdlibm/e_pow.c +++ b/mozilla/js/src/fdlibm/e_pow.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/e_rem_pio2.c b/mozilla/js/src/fdlibm/e_rem_pio2.c index 251e222c44f..dfce6d0f931 100644 --- a/mozilla/js/src/fdlibm/e_rem_pio2.c +++ b/mozilla/js/src/fdlibm/e_rem_pio2.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/e_remainder.c b/mozilla/js/src/fdlibm/e_remainder.c index aa17b1d3bd2..5fcef480e2a 100644 --- a/mozilla/js/src/fdlibm/e_remainder.c +++ b/mozilla/js/src/fdlibm/e_remainder.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/e_scalb.c b/mozilla/js/src/fdlibm/e_scalb.c index 332bab8c828..01fb952a276 100644 --- a/mozilla/js/src/fdlibm/e_scalb.c +++ b/mozilla/js/src/fdlibm/e_scalb.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/e_sinh.c b/mozilla/js/src/fdlibm/e_sinh.c index a18763e16f6..f4afd1ce84d 100644 --- a/mozilla/js/src/fdlibm/e_sinh.c +++ b/mozilla/js/src/fdlibm/e_sinh.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/e_sqrt.c b/mozilla/js/src/fdlibm/e_sqrt.c index cad6b1ec508..17c0b8bf96c 100644 --- a/mozilla/js/src/fdlibm/e_sqrt.c +++ b/mozilla/js/src/fdlibm/e_sqrt.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/fdlibm.h b/mozilla/js/src/fdlibm/fdlibm.h index 1f0e3e50da8..d26961e88eb 100644 --- a/mozilla/js/src/fdlibm/fdlibm.h +++ b/mozilla/js/src/fdlibm/fdlibm.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/k_cos.c b/mozilla/js/src/fdlibm/k_cos.c index 1596921ff72..e24ec2f49a8 100644 --- a/mozilla/js/src/fdlibm/k_cos.c +++ b/mozilla/js/src/fdlibm/k_cos.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/k_rem_pio2.c b/mozilla/js/src/fdlibm/k_rem_pio2.c index 5f9b817d36e..2cf5dfab4dc 100644 --- a/mozilla/js/src/fdlibm/k_rem_pio2.c +++ b/mozilla/js/src/fdlibm/k_rem_pio2.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/k_sin.c b/mozilla/js/src/fdlibm/k_sin.c index d428c10c1cc..535f91edc0a 100644 --- a/mozilla/js/src/fdlibm/k_sin.c +++ b/mozilla/js/src/fdlibm/k_sin.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/k_standard.c b/mozilla/js/src/fdlibm/k_standard.c index f4ef2767a7f..4b278aba169 100644 --- a/mozilla/js/src/fdlibm/k_standard.c +++ b/mozilla/js/src/fdlibm/k_standard.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/k_tan.c b/mozilla/js/src/fdlibm/k_tan.c index d1f339b133a..f06c555ed98 100644 --- a/mozilla/js/src/fdlibm/k_tan.c +++ b/mozilla/js/src/fdlibm/k_tan.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/makefile.win b/mozilla/js/src/fdlibm/makefile.win index 2427752d1fd..34cae9b82d5 100644 --- a/mozilla/js/src/fdlibm/makefile.win +++ b/mozilla/js/src/fdlibm/makefile.win @@ -4,7 +4,7 @@ #// the License at http://www.mozilla.org/NPL/ #// #// Software distributed under the License is distributed on an "AS -#// IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +#// IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or #// implied. See the License for the specific language governing #// rights and limitations under the License. #// diff --git a/mozilla/js/src/fdlibm/s_asinh.c b/mozilla/js/src/fdlibm/s_asinh.c index ed162a41614..7e27b51b0c1 100644 --- a/mozilla/js/src/fdlibm/s_asinh.c +++ b/mozilla/js/src/fdlibm/s_asinh.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/s_atan.c b/mozilla/js/src/fdlibm/s_atan.c index 62420a80bdd..57b7ea0ac42 100644 --- a/mozilla/js/src/fdlibm/s_atan.c +++ b/mozilla/js/src/fdlibm/s_atan.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/s_cbrt.c b/mozilla/js/src/fdlibm/s_cbrt.c index c3c6df17123..3700359c6e6 100644 --- a/mozilla/js/src/fdlibm/s_cbrt.c +++ b/mozilla/js/src/fdlibm/s_cbrt.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/s_ceil.c b/mozilla/js/src/fdlibm/s_ceil.c index 5bdde8751ed..a6ee0fe4aa0 100644 --- a/mozilla/js/src/fdlibm/s_ceil.c +++ b/mozilla/js/src/fdlibm/s_ceil.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/s_copysign.c b/mozilla/js/src/fdlibm/s_copysign.c index 0949de6f76d..02d077fa1ee 100644 --- a/mozilla/js/src/fdlibm/s_copysign.c +++ b/mozilla/js/src/fdlibm/s_copysign.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/s_cos.c b/mozilla/js/src/fdlibm/s_cos.c index 66e465aea01..d0a79f20d04 100644 --- a/mozilla/js/src/fdlibm/s_cos.c +++ b/mozilla/js/src/fdlibm/s_cos.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/s_erf.c b/mozilla/js/src/fdlibm/s_erf.c index 23283cba39b..877943d3ac2 100644 --- a/mozilla/js/src/fdlibm/s_erf.c +++ b/mozilla/js/src/fdlibm/s_erf.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/s_expm1.c b/mozilla/js/src/fdlibm/s_expm1.c index ea36e47af48..c3e4668f9f8 100644 --- a/mozilla/js/src/fdlibm/s_expm1.c +++ b/mozilla/js/src/fdlibm/s_expm1.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/s_fabs.c b/mozilla/js/src/fdlibm/s_fabs.c index e3ca92b591c..e382aa6a9da 100644 --- a/mozilla/js/src/fdlibm/s_fabs.c +++ b/mozilla/js/src/fdlibm/s_fabs.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/s_finite.c b/mozilla/js/src/fdlibm/s_finite.c index 20d3dc014cb..3ab5f2aad93 100644 --- a/mozilla/js/src/fdlibm/s_finite.c +++ b/mozilla/js/src/fdlibm/s_finite.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/s_floor.c b/mozilla/js/src/fdlibm/s_floor.c index bf02ea186c3..104f16bf202 100644 --- a/mozilla/js/src/fdlibm/s_floor.c +++ b/mozilla/js/src/fdlibm/s_floor.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/s_frexp.c b/mozilla/js/src/fdlibm/s_frexp.c index ff653507580..1a757ba2315 100644 --- a/mozilla/js/src/fdlibm/s_frexp.c +++ b/mozilla/js/src/fdlibm/s_frexp.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/s_ilogb.c b/mozilla/js/src/fdlibm/s_ilogb.c index 9fb50d4b791..6e9326d7cd0 100644 --- a/mozilla/js/src/fdlibm/s_ilogb.c +++ b/mozilla/js/src/fdlibm/s_ilogb.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/s_isnan.c b/mozilla/js/src/fdlibm/s_isnan.c index 3e03fb64512..5e5924c9bf0 100644 --- a/mozilla/js/src/fdlibm/s_isnan.c +++ b/mozilla/js/src/fdlibm/s_isnan.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/s_ldexp.c b/mozilla/js/src/fdlibm/s_ldexp.c index e3b89cdc677..7331c4bb1b7 100644 --- a/mozilla/js/src/fdlibm/s_ldexp.c +++ b/mozilla/js/src/fdlibm/s_ldexp.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/s_lib_version.c b/mozilla/js/src/fdlibm/s_lib_version.c index a51fad184fc..53e2ff6d676 100644 --- a/mozilla/js/src/fdlibm/s_lib_version.c +++ b/mozilla/js/src/fdlibm/s_lib_version.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/s_log1p.c b/mozilla/js/src/fdlibm/s_log1p.c index e8b57d619b9..df07effcd6f 100644 --- a/mozilla/js/src/fdlibm/s_log1p.c +++ b/mozilla/js/src/fdlibm/s_log1p.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/s_logb.c b/mozilla/js/src/fdlibm/s_logb.c index 2266371df75..9709c2f27b9 100644 --- a/mozilla/js/src/fdlibm/s_logb.c +++ b/mozilla/js/src/fdlibm/s_logb.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/s_matherr.c b/mozilla/js/src/fdlibm/s_matherr.c index 2dc5aae17c0..c267820fde0 100644 --- a/mozilla/js/src/fdlibm/s_matherr.c +++ b/mozilla/js/src/fdlibm/s_matherr.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/s_modf.c b/mozilla/js/src/fdlibm/s_modf.c index c459612e1b9..d72cc3d37de 100644 --- a/mozilla/js/src/fdlibm/s_modf.c +++ b/mozilla/js/src/fdlibm/s_modf.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/s_nextafter.c b/mozilla/js/src/fdlibm/s_nextafter.c index ca81ed45454..6f8ca82e4b6 100644 --- a/mozilla/js/src/fdlibm/s_nextafter.c +++ b/mozilla/js/src/fdlibm/s_nextafter.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/s_rint.c b/mozilla/js/src/fdlibm/s_rint.c index c3108da5b05..92ddb49df37 100644 --- a/mozilla/js/src/fdlibm/s_rint.c +++ b/mozilla/js/src/fdlibm/s_rint.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/s_scalbn.c b/mozilla/js/src/fdlibm/s_scalbn.c index fcb9ebc6adb..76fa83eb8fe 100644 --- a/mozilla/js/src/fdlibm/s_scalbn.c +++ b/mozilla/js/src/fdlibm/s_scalbn.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/s_signgam.c b/mozilla/js/src/fdlibm/s_signgam.c index efd84a4fc9c..8f04c3196f1 100644 --- a/mozilla/js/src/fdlibm/s_signgam.c +++ b/mozilla/js/src/fdlibm/s_signgam.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/s_significand.c b/mozilla/js/src/fdlibm/s_significand.c index b7b940f4aad..47bb7feb8a4 100644 --- a/mozilla/js/src/fdlibm/s_significand.c +++ b/mozilla/js/src/fdlibm/s_significand.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/s_sin.c b/mozilla/js/src/fdlibm/s_sin.c index 2ac76e70c2b..3eab2bbd374 100644 --- a/mozilla/js/src/fdlibm/s_sin.c +++ b/mozilla/js/src/fdlibm/s_sin.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/s_tan.c b/mozilla/js/src/fdlibm/s_tan.c index 59dae9f94b7..7b01f63e927 100644 --- a/mozilla/js/src/fdlibm/s_tan.c +++ b/mozilla/js/src/fdlibm/s_tan.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/s_tanh.c b/mozilla/js/src/fdlibm/s_tanh.c index 4678d48aea0..1881f0d214b 100644 --- a/mozilla/js/src/fdlibm/s_tanh.c +++ b/mozilla/js/src/fdlibm/s_tanh.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/w_acos.c b/mozilla/js/src/fdlibm/w_acos.c index a2206f9ed8d..9f3971a5388 100644 --- a/mozilla/js/src/fdlibm/w_acos.c +++ b/mozilla/js/src/fdlibm/w_acos.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/w_acosh.c b/mozilla/js/src/fdlibm/w_acosh.c index 2d184dfebb9..f4f58e72f06 100644 --- a/mozilla/js/src/fdlibm/w_acosh.c +++ b/mozilla/js/src/fdlibm/w_acosh.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/w_asin.c b/mozilla/js/src/fdlibm/w_asin.c index a449639c0e3..463f248fc90 100644 --- a/mozilla/js/src/fdlibm/w_asin.c +++ b/mozilla/js/src/fdlibm/w_asin.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/w_atan2.c b/mozilla/js/src/fdlibm/w_atan2.c index 3025e22cf43..1c5f814b631 100644 --- a/mozilla/js/src/fdlibm/w_atan2.c +++ b/mozilla/js/src/fdlibm/w_atan2.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/w_atanh.c b/mozilla/js/src/fdlibm/w_atanh.c index eba88c2f825..4a806c6afb4 100644 --- a/mozilla/js/src/fdlibm/w_atanh.c +++ b/mozilla/js/src/fdlibm/w_atanh.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/w_cosh.c b/mozilla/js/src/fdlibm/w_cosh.c index 98c102f7999..00609c61b52 100644 --- a/mozilla/js/src/fdlibm/w_cosh.c +++ b/mozilla/js/src/fdlibm/w_cosh.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/w_exp.c b/mozilla/js/src/fdlibm/w_exp.c index b3811473d65..3746c08a002 100644 --- a/mozilla/js/src/fdlibm/w_exp.c +++ b/mozilla/js/src/fdlibm/w_exp.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/w_fmod.c b/mozilla/js/src/fdlibm/w_fmod.c index 16fb998252b..3b0e8abf5f2 100644 --- a/mozilla/js/src/fdlibm/w_fmod.c +++ b/mozilla/js/src/fdlibm/w_fmod.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/w_gamma.c b/mozilla/js/src/fdlibm/w_gamma.c index 08c431982ea..8046932bfcf 100644 --- a/mozilla/js/src/fdlibm/w_gamma.c +++ b/mozilla/js/src/fdlibm/w_gamma.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/w_gamma_r.c b/mozilla/js/src/fdlibm/w_gamma_r.c index d2fdae20ac3..d95c624bea8 100644 --- a/mozilla/js/src/fdlibm/w_gamma_r.c +++ b/mozilla/js/src/fdlibm/w_gamma_r.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/w_hypot.c b/mozilla/js/src/fdlibm/w_hypot.c index 6e8ff9ac037..7e16b2e3313 100644 --- a/mozilla/js/src/fdlibm/w_hypot.c +++ b/mozilla/js/src/fdlibm/w_hypot.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/w_j0.c b/mozilla/js/src/fdlibm/w_j0.c index 5a093203f9a..1f5c3e9f1ba 100644 --- a/mozilla/js/src/fdlibm/w_j0.c +++ b/mozilla/js/src/fdlibm/w_j0.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/w_j1.c b/mozilla/js/src/fdlibm/w_j1.c index cfe22747001..23d53eba307 100644 --- a/mozilla/js/src/fdlibm/w_j1.c +++ b/mozilla/js/src/fdlibm/w_j1.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/w_jn.c b/mozilla/js/src/fdlibm/w_jn.c index 99199eb4185..bf3c65b9f97 100644 --- a/mozilla/js/src/fdlibm/w_jn.c +++ b/mozilla/js/src/fdlibm/w_jn.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/w_lgamma.c b/mozilla/js/src/fdlibm/w_lgamma.c index 25b86681de7..e21ea14768a 100644 --- a/mozilla/js/src/fdlibm/w_lgamma.c +++ b/mozilla/js/src/fdlibm/w_lgamma.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/w_lgamma_r.c b/mozilla/js/src/fdlibm/w_lgamma_r.c index af2ff5b0420..56656e7b7ab 100644 --- a/mozilla/js/src/fdlibm/w_lgamma_r.c +++ b/mozilla/js/src/fdlibm/w_lgamma_r.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/w_log.c b/mozilla/js/src/fdlibm/w_log.c index 211e675c7cc..aef631b6a1a 100644 --- a/mozilla/js/src/fdlibm/w_log.c +++ b/mozilla/js/src/fdlibm/w_log.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/w_log10.c b/mozilla/js/src/fdlibm/w_log10.c index d47aefaaa3b..6243ec3897b 100644 --- a/mozilla/js/src/fdlibm/w_log10.c +++ b/mozilla/js/src/fdlibm/w_log10.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/w_pow.c b/mozilla/js/src/fdlibm/w_pow.c index fb05512c4b9..e0a5d40300c 100644 --- a/mozilla/js/src/fdlibm/w_pow.c +++ b/mozilla/js/src/fdlibm/w_pow.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/w_remainder.c b/mozilla/js/src/fdlibm/w_remainder.c index d0315a9c841..928f0c9d5c8 100644 --- a/mozilla/js/src/fdlibm/w_remainder.c +++ b/mozilla/js/src/fdlibm/w_remainder.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/w_scalb.c b/mozilla/js/src/fdlibm/w_scalb.c index 772f80fbe88..4fa31a9b860 100644 --- a/mozilla/js/src/fdlibm/w_scalb.c +++ b/mozilla/js/src/fdlibm/w_scalb.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/w_sinh.c b/mozilla/js/src/fdlibm/w_sinh.c index bedd401b093..788be627beb 100644 --- a/mozilla/js/src/fdlibm/w_sinh.c +++ b/mozilla/js/src/fdlibm/w_sinh.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/fdlibm/w_sqrt.c b/mozilla/js/src/fdlibm/w_sqrt.c index 924b3056b64..ffba03aa21c 100644 --- a/mozilla/js/src/fdlibm/w_sqrt.c +++ b/mozilla/js/src/fdlibm/w_sqrt.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/js.c b/mozilla/js/src/js.c index 3527904f96a..47720aa45b3 100644 --- a/mozilla/js/src/js.c +++ b/mozilla/js/src/js.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/js.msg b/mozilla/js/src/js.msg index 70ce5ebdfae..83e5359a766 100644 --- a/mozilla/js/src/js.msg +++ b/mozilla/js/src/js.msg @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsOS240.def b/mozilla/js/src/jsOS240.def index e9a98fdcda4..4ee7363077f 100644 --- a/mozilla/js/src/jsOS240.def +++ b/mozilla/js/src/jsOS240.def @@ -4,7 +4,7 @@ ; the License at http://www.mozilla.org/NPL/ ; ; Software distributed under the License is distributed on an "AS -; IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +; IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or ; implied. See the License for the specific language governing ; rights and limitations under the License. ; diff --git a/mozilla/js/src/jsapi.c b/mozilla/js/src/jsapi.c index bba054cfcf6..3f5cd2a27fd 100644 --- a/mozilla/js/src/jsapi.c +++ b/mozilla/js/src/jsapi.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsapi.h b/mozilla/js/src/jsapi.h index fd39d9aa132..143ec37c156 100644 --- a/mozilla/js/src/jsapi.h +++ b/mozilla/js/src/jsapi.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsarena.c b/mozilla/js/src/jsarena.c index 50905557a0c..9227c22574c 100644 --- a/mozilla/js/src/jsarena.c +++ b/mozilla/js/src/jsarena.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsarena.h b/mozilla/js/src/jsarena.h index 89ac1f6d15b..9a3f7dc5465 100644 --- a/mozilla/js/src/jsarena.h +++ b/mozilla/js/src/jsarena.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsarray.c b/mozilla/js/src/jsarray.c index d3b76efdd57..a3ee159f8a0 100644 --- a/mozilla/js/src/jsarray.c +++ b/mozilla/js/src/jsarray.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsarray.h b/mozilla/js/src/jsarray.h index 57f671ba283..d0f83861a19 100644 --- a/mozilla/js/src/jsarray.h +++ b/mozilla/js/src/jsarray.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsatom.c b/mozilla/js/src/jsatom.c index 06a37cf2339..0491796884f 100644 --- a/mozilla/js/src/jsatom.c +++ b/mozilla/js/src/jsatom.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsatom.h b/mozilla/js/src/jsatom.h index e973d7c3ccc..98b220bca91 100644 --- a/mozilla/js/src/jsatom.h +++ b/mozilla/js/src/jsatom.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsbit.h b/mozilla/js/src/jsbit.h index 950cc36ba4f..026b7c782c2 100644 --- a/mozilla/js/src/jsbit.h +++ b/mozilla/js/src/jsbit.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsbool.c b/mozilla/js/src/jsbool.c index ee356049a49..cd115845b61 100644 --- a/mozilla/js/src/jsbool.c +++ b/mozilla/js/src/jsbool.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsbool.h b/mozilla/js/src/jsbool.h index 72491afa074..1494c893b97 100644 --- a/mozilla/js/src/jsbool.h +++ b/mozilla/js/src/jsbool.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsclist.h b/mozilla/js/src/jsclist.h index f7d113b46ce..8cb02d82490 100644 --- a/mozilla/js/src/jsclist.h +++ b/mozilla/js/src/jsclist.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jscntxt.c b/mozilla/js/src/jscntxt.c index 3fe8ecccd08..076545ed477 100644 --- a/mozilla/js/src/jscntxt.c +++ b/mozilla/js/src/jscntxt.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jscntxt.h b/mozilla/js/src/jscntxt.h index 22b6dd6f24f..03687040d77 100644 --- a/mozilla/js/src/jscntxt.h +++ b/mozilla/js/src/jscntxt.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsconfig.h b/mozilla/js/src/jsconfig.h index eb9b7b4677c..99dfd92eb1a 100644 --- a/mozilla/js/src/jsconfig.h +++ b/mozilla/js/src/jsconfig.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jscpucfg.c b/mozilla/js/src/jscpucfg.c index c6989603027..c43f422f52d 100644 --- a/mozilla/js/src/jscpucfg.c +++ b/mozilla/js/src/jscpucfg.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jscpucfg.h b/mozilla/js/src/jscpucfg.h index 9735ee5fd7f..a1d4b322881 100644 --- a/mozilla/js/src/jscpucfg.h +++ b/mozilla/js/src/jscpucfg.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsdate.c b/mozilla/js/src/jsdate.c index 624b580bf5e..c58bde02f8e 100644 --- a/mozilla/js/src/jsdate.c +++ b/mozilla/js/src/jsdate.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsdate.h b/mozilla/js/src/jsdate.h index 8e627d06685..e1222971037 100644 --- a/mozilla/js/src/jsdate.h +++ b/mozilla/js/src/jsdate.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsdbgapi.c b/mozilla/js/src/jsdbgapi.c index 6cd261ec258..befc4a3b242 100644 --- a/mozilla/js/src/jsdbgapi.c +++ b/mozilla/js/src/jsdbgapi.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsdbgapi.h b/mozilla/js/src/jsdbgapi.h index 68c1d47062a..ad5f76ca4cc 100644 --- a/mozilla/js/src/jsdbgapi.h +++ b/mozilla/js/src/jsdbgapi.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsdtoa.c b/mozilla/js/src/jsdtoa.c index 0db7ded49b2..915dda2c0f4 100644 --- a/mozilla/js/src/jsdtoa.c +++ b/mozilla/js/src/jsdtoa.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsdtoa.h b/mozilla/js/src/jsdtoa.h index fb664ff0218..6b51b05ee82 100644 --- a/mozilla/js/src/jsdtoa.h +++ b/mozilla/js/src/jsdtoa.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsemit.c b/mozilla/js/src/jsemit.c index d061adbfb65..ad3b3f5d18d 100644 --- a/mozilla/js/src/jsemit.c +++ b/mozilla/js/src/jsemit.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsemit.h b/mozilla/js/src/jsemit.h index 71e64d86d6d..4e2e5dc87f7 100644 --- a/mozilla/js/src/jsemit.h +++ b/mozilla/js/src/jsemit.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsexn.c b/mozilla/js/src/jsexn.c index 79cafc69e32..90a628937f7 100644 --- a/mozilla/js/src/jsexn.c +++ b/mozilla/js/src/jsexn.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsexn.h b/mozilla/js/src/jsexn.h index 82770f57a5f..d681da3a32d 100644 --- a/mozilla/js/src/jsexn.h +++ b/mozilla/js/src/jsexn.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsfile.c b/mozilla/js/src/jsfile.c index 9fbc2a85ee7..318adaca758 100644 --- a/mozilla/js/src/jsfile.c +++ b/mozilla/js/src/jsfile.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsfile.h b/mozilla/js/src/jsfile.h index c1a86e8f422..e8038ea38f1 100644 --- a/mozilla/js/src/jsfile.h +++ b/mozilla/js/src/jsfile.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsfile.msg b/mozilla/js/src/jsfile.msg index fd68ad88169..e497de86c57 100644 --- a/mozilla/js/src/jsfile.msg +++ b/mozilla/js/src/jsfile.msg @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsfun.c b/mozilla/js/src/jsfun.c index 9c83107d495..e0cf1739977 100644 --- a/mozilla/js/src/jsfun.c +++ b/mozilla/js/src/jsfun.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsfun.h b/mozilla/js/src/jsfun.h index a3db477f1ff..dfa10b79104 100644 --- a/mozilla/js/src/jsfun.h +++ b/mozilla/js/src/jsfun.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsgc.c b/mozilla/js/src/jsgc.c index caf6bd29c58..03d98d38b49 100644 --- a/mozilla/js/src/jsgc.c +++ b/mozilla/js/src/jsgc.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsgc.h b/mozilla/js/src/jsgc.h index 3d0e6b6767c..0a0107dbd3e 100644 --- a/mozilla/js/src/jsgc.h +++ b/mozilla/js/src/jsgc.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jshash.c b/mozilla/js/src/jshash.c index f802a1536b2..36fbd07c450 100644 --- a/mozilla/js/src/jshash.c +++ b/mozilla/js/src/jshash.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jshash.h b/mozilla/js/src/jshash.h index 2fe8590f879..8d1641fb7e0 100644 --- a/mozilla/js/src/jshash.h +++ b/mozilla/js/src/jshash.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsinterp.c b/mozilla/js/src/jsinterp.c index 00f43bf2007..787e449b3a6 100644 --- a/mozilla/js/src/jsinterp.c +++ b/mozilla/js/src/jsinterp.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsinterp.h b/mozilla/js/src/jsinterp.h index 271188a6e7c..1beba39430e 100644 --- a/mozilla/js/src/jsinterp.h +++ b/mozilla/js/src/jsinterp.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jslibmath.h b/mozilla/js/src/jslibmath.h index 62cd11bb5fe..58a7a18f367 100644 --- a/mozilla/js/src/jslibmath.h +++ b/mozilla/js/src/jslibmath.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jslock.c b/mozilla/js/src/jslock.c index 195dbf1e3dc..2752578acb1 100644 --- a/mozilla/js/src/jslock.c +++ b/mozilla/js/src/jslock.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jslock.h b/mozilla/js/src/jslock.h index 90269badaac..7eaa479a2fd 100644 --- a/mozilla/js/src/jslock.h +++ b/mozilla/js/src/jslock.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jslog2.c b/mozilla/js/src/jslog2.c index 5527c62a894..98286e97fb6 100644 --- a/mozilla/js/src/jslog2.c +++ b/mozilla/js/src/jslog2.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jslong.c b/mozilla/js/src/jslong.c index 8e22ed4d68f..54428da5250 100644 --- a/mozilla/js/src/jslong.c +++ b/mozilla/js/src/jslong.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jslong.h b/mozilla/js/src/jslong.h index 83ebafa4118..c561d79adbd 100644 --- a/mozilla/js/src/jslong.h +++ b/mozilla/js/src/jslong.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsmath.c b/mozilla/js/src/jsmath.c index 35519e7d27d..239125287e9 100644 --- a/mozilla/js/src/jsmath.c +++ b/mozilla/js/src/jsmath.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsnum.c b/mozilla/js/src/jsnum.c index d93754916dc..9ab81658e5a 100644 --- a/mozilla/js/src/jsnum.c +++ b/mozilla/js/src/jsnum.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsnum.h b/mozilla/js/src/jsnum.h index 3e3c9408ec3..ba3c69a5f43 100644 --- a/mozilla/js/src/jsnum.h +++ b/mozilla/js/src/jsnum.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsobj.c b/mozilla/js/src/jsobj.c index 3cea2f676d8..ad84077c027 100644 --- a/mozilla/js/src/jsobj.c +++ b/mozilla/js/src/jsobj.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsobj.h b/mozilla/js/src/jsobj.h index 47e54e8d658..31881e917da 100644 --- a/mozilla/js/src/jsobj.h +++ b/mozilla/js/src/jsobj.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsopcode.c b/mozilla/js/src/jsopcode.c index f7444519d45..218dd767302 100644 --- a/mozilla/js/src/jsopcode.c +++ b/mozilla/js/src/jsopcode.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsopcode.h b/mozilla/js/src/jsopcode.h index eef8b19e611..1e1f058b5c6 100644 --- a/mozilla/js/src/jsopcode.h +++ b/mozilla/js/src/jsopcode.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsopcode.tbl b/mozilla/js/src/jsopcode.tbl index 7adf88adb52..2cf8baac518 100644 --- a/mozilla/js/src/jsopcode.tbl +++ b/mozilla/js/src/jsopcode.tbl @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsosdep.h b/mozilla/js/src/jsosdep.h index 7d2a3464c53..c0886db88a8 100644 --- a/mozilla/js/src/jsosdep.h +++ b/mozilla/js/src/jsosdep.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsotypes.h b/mozilla/js/src/jsotypes.h index 9d98a009bf2..ac71e2b51f5 100644 --- a/mozilla/js/src/jsotypes.h +++ b/mozilla/js/src/jsotypes.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsparse.c b/mozilla/js/src/jsparse.c index faab4ac4674..8691a25d012 100644 --- a/mozilla/js/src/jsparse.c +++ b/mozilla/js/src/jsparse.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsparse.h b/mozilla/js/src/jsparse.h index 1e551fc069d..42fa29bc0bd 100644 --- a/mozilla/js/src/jsparse.h +++ b/mozilla/js/src/jsparse.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsprf.c b/mozilla/js/src/jsprf.c index fe31a0c5024..caa482cf223 100644 --- a/mozilla/js/src/jsprf.c +++ b/mozilla/js/src/jsprf.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsprf.h b/mozilla/js/src/jsprf.h index 1e4fc8c7e20..34749a98018 100644 --- a/mozilla/js/src/jsprf.h +++ b/mozilla/js/src/jsprf.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsprvtd.h b/mozilla/js/src/jsprvtd.h index 38cc1889dea..ea8d743bbdf 100644 --- a/mozilla/js/src/jsprvtd.h +++ b/mozilla/js/src/jsprvtd.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jspubtd.h b/mozilla/js/src/jspubtd.h index 647324e7082..e3a3f7db8fe 100644 --- a/mozilla/js/src/jspubtd.h +++ b/mozilla/js/src/jspubtd.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsregexp.c b/mozilla/js/src/jsregexp.c index 8659b079512..cfcbc43f33c 100644 --- a/mozilla/js/src/jsregexp.c +++ b/mozilla/js/src/jsregexp.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsregexp.h b/mozilla/js/src/jsregexp.h index 18fd6e1ce2a..39a5dd890f4 100644 --- a/mozilla/js/src/jsregexp.h +++ b/mozilla/js/src/jsregexp.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsscan.c b/mozilla/js/src/jsscan.c index 1010daea252..8ddd562efc2 100644 --- a/mozilla/js/src/jsscan.c +++ b/mozilla/js/src/jsscan.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsscan.h b/mozilla/js/src/jsscan.h index c5aa3b023c2..40e7329c514 100644 --- a/mozilla/js/src/jsscan.h +++ b/mozilla/js/src/jsscan.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsscope.c b/mozilla/js/src/jsscope.c index 9580668b790..7052dc4a3ea 100644 --- a/mozilla/js/src/jsscope.c +++ b/mozilla/js/src/jsscope.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsscope.h b/mozilla/js/src/jsscope.h index 011072511b5..b39ee7cf0ad 100644 --- a/mozilla/js/src/jsscope.h +++ b/mozilla/js/src/jsscope.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsscript.c b/mozilla/js/src/jsscript.c index 1f5056309ea..a8c887fc3ce 100644 --- a/mozilla/js/src/jsscript.c +++ b/mozilla/js/src/jsscript.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsscript.h b/mozilla/js/src/jsscript.h index 15e2ee79b36..9c433b5a190 100644 --- a/mozilla/js/src/jsscript.h +++ b/mozilla/js/src/jsscript.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsshell.msg b/mozilla/js/src/jsshell.msg index 76da052dd75..b198f2eb40f 100644 --- a/mozilla/js/src/jsshell.msg +++ b/mozilla/js/src/jsshell.msg @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsstddef.h b/mozilla/js/src/jsstddef.h index a8090ca265d..f45f9879f0e 100644 --- a/mozilla/js/src/jsstddef.h +++ b/mozilla/js/src/jsstddef.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsstr.c b/mozilla/js/src/jsstr.c index 99164cdf64f..a5d2c619c39 100644 --- a/mozilla/js/src/jsstr.c +++ b/mozilla/js/src/jsstr.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsstr.h b/mozilla/js/src/jsstr.h index e138b50eb81..100d1ed033d 100644 --- a/mozilla/js/src/jsstr.h +++ b/mozilla/js/src/jsstr.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jstypes.h b/mozilla/js/src/jstypes.h index f3361191f51..e747a703003 100644 --- a/mozilla/js/src/jstypes.h +++ b/mozilla/js/src/jstypes.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsutil.c b/mozilla/js/src/jsutil.c index 980ebc0ed83..c0bf402fe7a 100644 --- a/mozilla/js/src/jsutil.c +++ b/mozilla/js/src/jsutil.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsutil.h b/mozilla/js/src/jsutil.h index 37652721608..5a37451fcb0 100644 --- a/mozilla/js/src/jsutil.h +++ b/mozilla/js/src/jsutil.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsxdrapi.c b/mozilla/js/src/jsxdrapi.c index c8172cc9abb..ecc7024f4ca 100644 --- a/mozilla/js/src/jsxdrapi.c +++ b/mozilla/js/src/jsxdrapi.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/jsxdrapi.h b/mozilla/js/src/jsxdrapi.h index 173fa73a05b..1535fbba631 100644 --- a/mozilla/js/src/jsxdrapi.h +++ b/mozilla/js/src/jsxdrapi.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/liveconnect/Makefile.in b/mozilla/js/src/liveconnect/Makefile.in index 760673d7f78..081561ba330 100644 --- a/mozilla/js/src/liveconnect/Makefile.in +++ b/mozilla/js/src/liveconnect/Makefile.in @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/liveconnect/Makefile.ref b/mozilla/js/src/liveconnect/Makefile.ref index 01833fa4e22..b30307612be 100644 --- a/mozilla/js/src/liveconnect/Makefile.ref +++ b/mozilla/js/src/liveconnect/Makefile.ref @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/liveconnect/_jni/netscape_javascript_JSObject.h b/mozilla/js/src/liveconnect/_jni/netscape_javascript_JSObject.h index 0c700312ea5..02694dc2006 100644 --- a/mozilla/js/src/liveconnect/_jni/netscape_javascript_JSObject.h +++ b/mozilla/js/src/liveconnect/_jni/netscape_javascript_JSObject.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/liveconnect/classes/Makefile.in b/mozilla/js/src/liveconnect/classes/Makefile.in index 0c9ca793f59..4c042d8ce64 100644 --- a/mozilla/js/src/liveconnect/classes/Makefile.in +++ b/mozilla/js/src/liveconnect/classes/Makefile.in @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/liveconnect/classes/Makefile.ref b/mozilla/js/src/liveconnect/classes/Makefile.ref index 8fdb014ca3b..b7078490991 100644 --- a/mozilla/js/src/liveconnect/classes/Makefile.ref +++ b/mozilla/js/src/liveconnect/classes/Makefile.ref @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/liveconnect/classes/makefile.win b/mozilla/js/src/liveconnect/classes/makefile.win index 9f8cef75503..8f241fb8f50 100644 --- a/mozilla/js/src/liveconnect/classes/makefile.win +++ b/mozilla/js/src/liveconnect/classes/makefile.win @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/liveconnect/classes/netscape/Makefile.ref b/mozilla/js/src/liveconnect/classes/netscape/Makefile.ref index 588d45cf494..7783a29eddb 100644 --- a/mozilla/js/src/liveconnect/classes/netscape/Makefile.ref +++ b/mozilla/js/src/liveconnect/classes/netscape/Makefile.ref @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/liveconnect/classes/netscape/javascript/JSException.java b/mozilla/js/src/liveconnect/classes/netscape/javascript/JSException.java index 7ae80f204b1..82fbea01c7a 100644 --- a/mozilla/js/src/liveconnect/classes/netscape/javascript/JSException.java +++ b/mozilla/js/src/liveconnect/classes/netscape/javascript/JSException.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/liveconnect/classes/netscape/javascript/JSObject.java b/mozilla/js/src/liveconnect/classes/netscape/javascript/JSObject.java index 8547613cc15..08a22e74bed 100644 --- a/mozilla/js/src/liveconnect/classes/netscape/javascript/JSObject.java +++ b/mozilla/js/src/liveconnect/classes/netscape/javascript/JSObject.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/liveconnect/classes/netscape/javascript/JSProxy.java b/mozilla/js/src/liveconnect/classes/netscape/javascript/JSProxy.java index e4e42e7d4fb..0885cc814c3 100644 --- a/mozilla/js/src/liveconnect/classes/netscape/javascript/JSProxy.java +++ b/mozilla/js/src/liveconnect/classes/netscape/javascript/JSProxy.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/liveconnect/classes/netscape/javascript/JSRunnable.java b/mozilla/js/src/liveconnect/classes/netscape/javascript/JSRunnable.java index 6d6ad9fc029..7bc4da089a3 100644 --- a/mozilla/js/src/liveconnect/classes/netscape/javascript/JSRunnable.java +++ b/mozilla/js/src/liveconnect/classes/netscape/javascript/JSRunnable.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/liveconnect/classes/netscape/javascript/JSUtil.java b/mozilla/js/src/liveconnect/classes/netscape/javascript/JSUtil.java index ee835338c3f..eed10fad8a4 100644 --- a/mozilla/js/src/liveconnect/classes/netscape/javascript/JSUtil.java +++ b/mozilla/js/src/liveconnect/classes/netscape/javascript/JSUtil.java @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/liveconnect/classes/netscape/javascript/Makefile.ref b/mozilla/js/src/liveconnect/classes/netscape/javascript/Makefile.ref index d7628da2bfe..7611415e652 100644 --- a/mozilla/js/src/liveconnect/classes/netscape/javascript/Makefile.ref +++ b/mozilla/js/src/liveconnect/classes/netscape/javascript/Makefile.ref @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/liveconnect/config/AIX4.1.mk b/mozilla/js/src/liveconnect/config/AIX4.1.mk index c02dac27b16..13428db37ea 100644 --- a/mozilla/js/src/liveconnect/config/AIX4.1.mk +++ b/mozilla/js/src/liveconnect/config/AIX4.1.mk @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/liveconnect/config/AIX4.2.mk b/mozilla/js/src/liveconnect/config/AIX4.2.mk index c02dac27b16..13428db37ea 100644 --- a/mozilla/js/src/liveconnect/config/AIX4.2.mk +++ b/mozilla/js/src/liveconnect/config/AIX4.2.mk @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/liveconnect/config/AIX4.3.mk b/mozilla/js/src/liveconnect/config/AIX4.3.mk index 662331544a8..f36b514862d 100644 --- a/mozilla/js/src/liveconnect/config/AIX4.3.mk +++ b/mozilla/js/src/liveconnect/config/AIX4.3.mk @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/liveconnect/config/HP-UXB.10.10.mk b/mozilla/js/src/liveconnect/config/HP-UXB.10.10.mk index ebe7a654f98..2042b6c018e 100644 --- a/mozilla/js/src/liveconnect/config/HP-UXB.10.10.mk +++ b/mozilla/js/src/liveconnect/config/HP-UXB.10.10.mk @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/liveconnect/config/HP-UXB.10.20.mk b/mozilla/js/src/liveconnect/config/HP-UXB.10.20.mk index ebe7a654f98..2042b6c018e 100644 --- a/mozilla/js/src/liveconnect/config/HP-UXB.10.20.mk +++ b/mozilla/js/src/liveconnect/config/HP-UXB.10.20.mk @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/liveconnect/config/HP-UXB.11.00.mk b/mozilla/js/src/liveconnect/config/HP-UXB.11.00.mk index ae73f8aac83..05b01b0ef61 100644 --- a/mozilla/js/src/liveconnect/config/HP-UXB.11.00.mk +++ b/mozilla/js/src/liveconnect/config/HP-UXB.11.00.mk @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/liveconnect/config/IRIX6.2.mk b/mozilla/js/src/liveconnect/config/IRIX6.2.mk index 6161799331c..6de284f8eba 100644 --- a/mozilla/js/src/liveconnect/config/IRIX6.2.mk +++ b/mozilla/js/src/liveconnect/config/IRIX6.2.mk @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/liveconnect/config/IRIX6.3.mk b/mozilla/js/src/liveconnect/config/IRIX6.3.mk index 6161799331c..6de284f8eba 100644 --- a/mozilla/js/src/liveconnect/config/IRIX6.3.mk +++ b/mozilla/js/src/liveconnect/config/IRIX6.3.mk @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/liveconnect/config/IRIX6.5.mk b/mozilla/js/src/liveconnect/config/IRIX6.5.mk index b6e959b2df1..f92209ea123 100644 --- a/mozilla/js/src/liveconnect/config/IRIX6.5.mk +++ b/mozilla/js/src/liveconnect/config/IRIX6.5.mk @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/liveconnect/config/Linux_All.mk b/mozilla/js/src/liveconnect/config/Linux_All.mk index 6163fff6885..d17f3591476 100644 --- a/mozilla/js/src/liveconnect/config/Linux_All.mk +++ b/mozilla/js/src/liveconnect/config/Linux_All.mk @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/liveconnect/config/OSF1V4.0.mk b/mozilla/js/src/liveconnect/config/OSF1V4.0.mk index ccd4360ce97..db45156bc7e 100644 --- a/mozilla/js/src/liveconnect/config/OSF1V4.0.mk +++ b/mozilla/js/src/liveconnect/config/OSF1V4.0.mk @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/liveconnect/config/OSF1V5.0.mk b/mozilla/js/src/liveconnect/config/OSF1V5.0.mk index a80e4d2917e..e131ac5256e 100644 --- a/mozilla/js/src/liveconnect/config/OSF1V5.0.mk +++ b/mozilla/js/src/liveconnect/config/OSF1V5.0.mk @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/liveconnect/config/SunOS5.5.1.mk b/mozilla/js/src/liveconnect/config/SunOS5.5.1.mk index e10d7f3f96c..63d6858204c 100644 --- a/mozilla/js/src/liveconnect/config/SunOS5.5.1.mk +++ b/mozilla/js/src/liveconnect/config/SunOS5.5.1.mk @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/liveconnect/config/SunOS5.6.mk b/mozilla/js/src/liveconnect/config/SunOS5.6.mk index 6057b4584b0..dc76c799ce8 100644 --- a/mozilla/js/src/liveconnect/config/SunOS5.6.mk +++ b/mozilla/js/src/liveconnect/config/SunOS5.6.mk @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/liveconnect/config/SunOS5.7.mk b/mozilla/js/src/liveconnect/config/SunOS5.7.mk index 6057b4584b0..dc76c799ce8 100644 --- a/mozilla/js/src/liveconnect/config/SunOS5.7.mk +++ b/mozilla/js/src/liveconnect/config/SunOS5.7.mk @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/liveconnect/config/SunOS5.8.mk b/mozilla/js/src/liveconnect/config/SunOS5.8.mk index 6057b4584b0..dc76c799ce8 100644 --- a/mozilla/js/src/liveconnect/config/SunOS5.8.mk +++ b/mozilla/js/src/liveconnect/config/SunOS5.8.mk @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/liveconnect/config/WINNT4.0.mk b/mozilla/js/src/liveconnect/config/WINNT4.0.mk index 532d325de0e..78165ada528 100644 --- a/mozilla/js/src/liveconnect/config/WINNT4.0.mk +++ b/mozilla/js/src/liveconnect/config/WINNT4.0.mk @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/liveconnect/jsj.c b/mozilla/js/src/liveconnect/jsj.c index 3a1b74d1d71..d2cc8586b6f 100644 --- a/mozilla/js/src/liveconnect/jsj.c +++ b/mozilla/js/src/liveconnect/jsj.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/liveconnect/jsj_JSObject.c b/mozilla/js/src/liveconnect/jsj_JSObject.c index 549cd8c73a0..3a5d31ce358 100644 --- a/mozilla/js/src/liveconnect/jsj_JSObject.c +++ b/mozilla/js/src/liveconnect/jsj_JSObject.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/liveconnect/jsj_JavaArray.c b/mozilla/js/src/liveconnect/jsj_JavaArray.c index e6df99faa82..f9fc3a16e64 100644 --- a/mozilla/js/src/liveconnect/jsj_JavaArray.c +++ b/mozilla/js/src/liveconnect/jsj_JavaArray.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/liveconnect/jsj_JavaClass.c b/mozilla/js/src/liveconnect/jsj_JavaClass.c index 4cd08b3f395..9c4baa5ff69 100644 --- a/mozilla/js/src/liveconnect/jsj_JavaClass.c +++ b/mozilla/js/src/liveconnect/jsj_JavaClass.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/liveconnect/jsj_JavaObject.c b/mozilla/js/src/liveconnect/jsj_JavaObject.c index 175d8454f08..088186cc13b 100644 --- a/mozilla/js/src/liveconnect/jsj_JavaObject.c +++ b/mozilla/js/src/liveconnect/jsj_JavaObject.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/liveconnect/jsj_JavaPackage.c b/mozilla/js/src/liveconnect/jsj_JavaPackage.c index df63abcdfcb..3321df034f6 100644 --- a/mozilla/js/src/liveconnect/jsj_JavaPackage.c +++ b/mozilla/js/src/liveconnect/jsj_JavaPackage.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/liveconnect/jsj_array.c b/mozilla/js/src/liveconnect/jsj_array.c index 27c1bb90c93..0910e544fa2 100644 --- a/mozilla/js/src/liveconnect/jsj_array.c +++ b/mozilla/js/src/liveconnect/jsj_array.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/liveconnect/jsj_class.c b/mozilla/js/src/liveconnect/jsj_class.c index 608b747590e..8884f74c48a 100644 --- a/mozilla/js/src/liveconnect/jsj_class.c +++ b/mozilla/js/src/liveconnect/jsj_class.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/liveconnect/jsj_convert.c b/mozilla/js/src/liveconnect/jsj_convert.c index d69b7766dc4..acab258b3d9 100644 --- a/mozilla/js/src/liveconnect/jsj_convert.c +++ b/mozilla/js/src/liveconnect/jsj_convert.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/liveconnect/jsj_field.c b/mozilla/js/src/liveconnect/jsj_field.c index 19ce5428dd9..9c7d558218d 100644 --- a/mozilla/js/src/liveconnect/jsj_field.c +++ b/mozilla/js/src/liveconnect/jsj_field.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/liveconnect/jsj_hash.c b/mozilla/js/src/liveconnect/jsj_hash.c index 94ab75d7c22..38a6b1eb61a 100644 --- a/mozilla/js/src/liveconnect/jsj_hash.c +++ b/mozilla/js/src/liveconnect/jsj_hash.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * @@ -35,7 +35,7 @@ /* * This is a copy of the NSPR hash-table library, but it has been slightly * modified to allow an additional argument to be passed into the hash - * key-comparision function. This is used to maintain thread-safety by + * key-comparison function. This is used to maintain thread-safety by * passing in a JNIEnv pointer to the key-comparison function rather * than storing it in a global. All types,function names, etc. have * been renamed from their original NSPR names to protect the innocent. diff --git a/mozilla/js/src/liveconnect/jsj_hash.h b/mozilla/js/src/liveconnect/jsj_hash.h index a42c3fc8f8d..93df8f4f43f 100644 --- a/mozilla/js/src/liveconnect/jsj_hash.h +++ b/mozilla/js/src/liveconnect/jsj_hash.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * @@ -35,7 +35,7 @@ /* * This is a copy of the NSPR hash-table library, but it has been slightly * modified to allow an additional argument to be passed into the hash - * key-comparision function. This is used to maintain thread-safety by + * key-comparison function. This is used to maintain thread-safety by * passing in a JNIEnv pointer to the key-comparison function rather * than storing it in a global. All types,function names, etc. have * been renamed from their original NSPR names to protect the innocent. diff --git a/mozilla/js/src/liveconnect/jsj_method.c b/mozilla/js/src/liveconnect/jsj_method.c index a0c99db09cd..1f8778c6117 100644 --- a/mozilla/js/src/liveconnect/jsj_method.c +++ b/mozilla/js/src/liveconnect/jsj_method.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/liveconnect/jsj_private.h b/mozilla/js/src/liveconnect/jsj_private.h index f22797ed385..76d686700b6 100644 --- a/mozilla/js/src/liveconnect/jsj_private.h +++ b/mozilla/js/src/liveconnect/jsj_private.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/liveconnect/jsj_simpleapi.c b/mozilla/js/src/liveconnect/jsj_simpleapi.c index 5c28521b5b1..daf980ad57d 100644 --- a/mozilla/js/src/liveconnect/jsj_simpleapi.c +++ b/mozilla/js/src/liveconnect/jsj_simpleapi.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/liveconnect/jsj_utils.c b/mozilla/js/src/liveconnect/jsj_utils.c index 1e3ff3da20a..e2a846fc13e 100644 --- a/mozilla/js/src/liveconnect/jsj_utils.c +++ b/mozilla/js/src/liveconnect/jsj_utils.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/liveconnect/jsjava.h b/mozilla/js/src/liveconnect/jsjava.h index c3bea37ccb9..be7ce471b12 100644 --- a/mozilla/js/src/liveconnect/jsjava.h +++ b/mozilla/js/src/liveconnect/jsjava.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/liveconnect/macbuild/JavaSession/prmacos.cpp b/mozilla/js/src/liveconnect/macbuild/JavaSession/prmacos.cpp index f36b11fcf93..bcce8b2c682 100644 --- a/mozilla/js/src/liveconnect/macbuild/JavaSession/prmacos.cpp +++ b/mozilla/js/src/liveconnect/macbuild/JavaSession/prmacos.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/liveconnect/makefile.win b/mozilla/js/src/liveconnect/makefile.win index f0d0fe7e4d9..d8860fdd081 100644 --- a/mozilla/js/src/liveconnect/makefile.win +++ b/mozilla/js/src/liveconnect/makefile.win @@ -4,7 +4,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/liveconnect/netscape_javascript_JSObject.h b/mozilla/js/src/liveconnect/netscape_javascript_JSObject.h index 0c700312ea5..02694dc2006 100644 --- a/mozilla/js/src/liveconnect/netscape_javascript_JSObject.h +++ b/mozilla/js/src/liveconnect/netscape_javascript_JSObject.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/liveconnect/nsCLiveconnect.cpp b/mozilla/js/src/liveconnect/nsCLiveconnect.cpp index 30887102730..5b68719296c 100644 --- a/mozilla/js/src/liveconnect/nsCLiveconnect.cpp +++ b/mozilla/js/src/liveconnect/nsCLiveconnect.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/liveconnect/nsCLiveconnect.h b/mozilla/js/src/liveconnect/nsCLiveconnect.h index 51a54d7bb60..3ef290fe0ac 100644 --- a/mozilla/js/src/liveconnect/nsCLiveconnect.h +++ b/mozilla/js/src/liveconnect/nsCLiveconnect.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/liveconnect/nsCLiveconnectFactory.cpp b/mozilla/js/src/liveconnect/nsCLiveconnectFactory.cpp index aa9b0dd14e2..0bf89ec24e8 100644 --- a/mozilla/js/src/liveconnect/nsCLiveconnectFactory.cpp +++ b/mozilla/js/src/liveconnect/nsCLiveconnectFactory.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/liveconnect/nsCLiveconnectFactory.h b/mozilla/js/src/liveconnect/nsCLiveconnectFactory.h index 0c767b562f4..5c774056ddd 100644 --- a/mozilla/js/src/liveconnect/nsCLiveconnectFactory.h +++ b/mozilla/js/src/liveconnect/nsCLiveconnectFactory.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/liveconnect/nsILiveconnect.h b/mozilla/js/src/liveconnect/nsILiveconnect.h index 371bd29cabe..a31bec3a4ca 100644 --- a/mozilla/js/src/liveconnect/nsILiveconnect.h +++ b/mozilla/js/src/liveconnect/nsILiveconnect.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/liveconnect/nsISecureLiveconnect.h b/mozilla/js/src/liveconnect/nsISecureLiveconnect.h index f990f438af2..3157ff583bb 100644 --- a/mozilla/js/src/liveconnect/nsISecureLiveconnect.h +++ b/mozilla/js/src/liveconnect/nsISecureLiveconnect.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/liveconnect/nsISecurityContext.h b/mozilla/js/src/liveconnect/nsISecurityContext.h index 80003fd42b1..b1c7c4f9ed6 100644 --- a/mozilla/js/src/liveconnect/nsISecurityContext.h +++ b/mozilla/js/src/liveconnect/nsISecurityContext.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/makefile.win b/mozilla/js/src/makefile.win index 5c2faba6a71..bdc1053a63b 100644 --- a/mozilla/js/src/makefile.win +++ b/mozilla/js/src/makefile.win @@ -4,7 +4,7 @@ #// the License at http://www.mozilla.org/NPL/ #// #// Software distributed under the License is distributed on an "AS -#// IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +#// IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or #// implied. See the License for the specific language governing #// rights and limitations under the License. #// diff --git a/mozilla/js/src/perlconnect/JS.pm b/mozilla/js/src/perlconnect/JS.pm index a13b2de75c8..b9c2b30e6bb 100644 --- a/mozilla/js/src/perlconnect/JS.pm +++ b/mozilla/js/src/perlconnect/JS.pm @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/perlconnect/JS.xs b/mozilla/js/src/perlconnect/JS.xs index 6fed15339bc..d4c1dd65974 100644 --- a/mozilla/js/src/perlconnect/JS.xs +++ b/mozilla/js/src/perlconnect/JS.xs @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/perlconnect/Makefile.ref b/mozilla/js/src/perlconnect/Makefile.ref index 6f3be40389f..596a0b1e2c8 100644 --- a/mozilla/js/src/perlconnect/Makefile.ref +++ b/mozilla/js/src/perlconnect/Makefile.ref @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/perlconnect/jsperl.c b/mozilla/js/src/perlconnect/jsperl.c index 5b8c5488419..0d8d9b6815b 100644 --- a/mozilla/js/src/perlconnect/jsperl.c +++ b/mozilla/js/src/perlconnect/jsperl.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/perlconnect/jsperl.h b/mozilla/js/src/perlconnect/jsperl.h index 27b0ba1c38b..7f5751aa906 100644 --- a/mozilla/js/src/perlconnect/jsperl.h +++ b/mozilla/js/src/perlconnect/jsperl.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/perlconnect/jsperlbuild.pl b/mozilla/js/src/perlconnect/jsperlbuild.pl index aced2da9e05..f65d750a348 100644 --- a/mozilla/js/src/perlconnect/jsperlbuild.pl +++ b/mozilla/js/src/perlconnect/jsperlbuild.pl @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/perlconnect/jsperlpvt.h b/mozilla/js/src/perlconnect/jsperlpvt.h index 854aef765ac..67b6e62d9e5 100644 --- a/mozilla/js/src/perlconnect/jsperlpvt.h +++ b/mozilla/js/src/perlconnect/jsperlpvt.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/perlconnect/test.js b/mozilla/js/src/perlconnect/test.js index 367ae596279..38d420b543c 100644 --- a/mozilla/js/src/perlconnect/test.js +++ b/mozilla/js/src/perlconnect/test.js @@ -5,7 +5,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/perlconnect/test.pl b/mozilla/js/src/perlconnect/test.pl index 160939e6a32..27c42c97051 100644 --- a/mozilla/js/src/perlconnect/test.pl +++ b/mozilla/js/src/perlconnect/test.pl @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/perlconnect/typemap b/mozilla/js/src/perlconnect/typemap index 3173912784b..44c881b9a25 100644 --- a/mozilla/js/src/perlconnect/typemap +++ b/mozilla/js/src/perlconnect/typemap @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/prmjtime.c b/mozilla/js/src/prmjtime.c index 93ee218f2c9..3a88b5da213 100644 --- a/mozilla/js/src/prmjtime.c +++ b/mozilla/js/src/prmjtime.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/prmjtime.h b/mozilla/js/src/prmjtime.h index ecff4f4cd08..dbed2c529de 100644 --- a/mozilla/js/src/prmjtime.h +++ b/mozilla/js/src/prmjtime.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/sh/jssh.c b/mozilla/js/src/sh/jssh.c index 3521ecf3a2f..a179aec4e5e 100644 --- a/mozilla/js/src/sh/jssh.c +++ b/mozilla/js/src/sh/jssh.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/Makefile.in b/mozilla/js/src/xpconnect/Makefile.in index 131e63ccb77..a5baae88d36 100644 --- a/mozilla/js/src/xpconnect/Makefile.in +++ b/mozilla/js/src/xpconnect/Makefile.in @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/xpconnect/idl/Makefile.in b/mozilla/js/src/xpconnect/idl/Makefile.in index 008517a5dca..a506171e624 100644 --- a/mozilla/js/src/xpconnect/idl/Makefile.in +++ b/mozilla/js/src/xpconnect/idl/Makefile.in @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/xpconnect/idl/makefile.win b/mozilla/js/src/xpconnect/idl/makefile.win index 57acc3f335b..8b73f1f043d 100644 --- a/mozilla/js/src/xpconnect/idl/makefile.win +++ b/mozilla/js/src/xpconnect/idl/makefile.win @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/xpconnect/idl/mozIJSSubScriptLoader.idl b/mozilla/js/src/xpconnect/idl/mozIJSSubScriptLoader.idl index 508f905787e..8c18628a48b 100644 --- a/mozilla/js/src/xpconnect/idl/mozIJSSubScriptLoader.idl +++ b/mozilla/js/src/xpconnect/idl/mozIJSSubScriptLoader.idl @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/idl/nsIJSContextStack.idl b/mozilla/js/src/xpconnect/idl/nsIJSContextStack.idl index 992a3604643..58815f52d3d 100644 --- a/mozilla/js/src/xpconnect/idl/nsIJSContextStack.idl +++ b/mozilla/js/src/xpconnect/idl/nsIJSContextStack.idl @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/idl/nsIJSRuntimeService.idl b/mozilla/js/src/xpconnect/idl/nsIJSRuntimeService.idl index 8ebcf66f084..a10e915d278 100644 --- a/mozilla/js/src/xpconnect/idl/nsIJSRuntimeService.idl +++ b/mozilla/js/src/xpconnect/idl/nsIJSRuntimeService.idl @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/idl/nsIScriptableInterfaces.idl b/mozilla/js/src/xpconnect/idl/nsIScriptableInterfaces.idl index 17e797babfa..a5925402672 100644 --- a/mozilla/js/src/xpconnect/idl/nsIScriptableInterfaces.idl +++ b/mozilla/js/src/xpconnect/idl/nsIScriptableInterfaces.idl @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/idl/nsIXPCScriptNotify.idl b/mozilla/js/src/xpconnect/idl/nsIXPCScriptNotify.idl index 39aaf5061ae..185305209d6 100644 --- a/mozilla/js/src/xpconnect/idl/nsIXPCScriptNotify.idl +++ b/mozilla/js/src/xpconnect/idl/nsIXPCScriptNotify.idl @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/idl/nsIXPCScriptable.idl b/mozilla/js/src/xpconnect/idl/nsIXPCScriptable.idl index c3f0db2e533..6f6fe22562f 100644 --- a/mozilla/js/src/xpconnect/idl/nsIXPCScriptable.idl +++ b/mozilla/js/src/xpconnect/idl/nsIXPCScriptable.idl @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/idl/nsIXPCSecurityManager.idl b/mozilla/js/src/xpconnect/idl/nsIXPCSecurityManager.idl index 6d49ade8501..d6f86547e8d 100644 --- a/mozilla/js/src/xpconnect/idl/nsIXPCSecurityManager.idl +++ b/mozilla/js/src/xpconnect/idl/nsIXPCSecurityManager.idl @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/idl/nsIXPConnect.idl b/mozilla/js/src/xpconnect/idl/nsIXPConnect.idl index 532d2411a36..f26961bf01a 100644 --- a/mozilla/js/src/xpconnect/idl/nsIXPConnect.idl +++ b/mozilla/js/src/xpconnect/idl/nsIXPConnect.idl @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/idl/xpccomponents.idl b/mozilla/js/src/xpconnect/idl/xpccomponents.idl index 4034f641f12..78552ec6bba 100644 --- a/mozilla/js/src/xpconnect/idl/xpccomponents.idl +++ b/mozilla/js/src/xpconnect/idl/xpccomponents.idl @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/idl/xpcexception.idl b/mozilla/js/src/xpconnect/idl/xpcexception.idl index 9ce92fc601a..57b3a799c61 100644 --- a/mozilla/js/src/xpconnect/idl/xpcexception.idl +++ b/mozilla/js/src/xpconnect/idl/xpcexception.idl @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/idl/xpcjsid.idl b/mozilla/js/src/xpconnect/idl/xpcjsid.idl index 71328c738cf..08414d26b2e 100644 --- a/mozilla/js/src/xpconnect/idl/xpcjsid.idl +++ b/mozilla/js/src/xpconnect/idl/xpcjsid.idl @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/loader/makefile.win b/mozilla/js/src/xpconnect/loader/makefile.win index b29c4beb3d2..5a3b6edcc30 100755 --- a/mozilla/js/src/xpconnect/loader/makefile.win +++ b/mozilla/js/src/xpconnect/loader/makefile.win @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/xpconnect/loader/mozJSSubScriptLoader.cpp b/mozilla/js/src/xpconnect/loader/mozJSSubScriptLoader.cpp index ae24265c4a8..09f272609eb 100644 --- a/mozilla/js/src/xpconnect/loader/mozJSSubScriptLoader.cpp +++ b/mozilla/js/src/xpconnect/loader/mozJSSubScriptLoader.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/loader/mozJSSubScriptLoader.h b/mozilla/js/src/xpconnect/loader/mozJSSubScriptLoader.h index 7a7803fa943..f709b7eafb7 100644 --- a/mozilla/js/src/xpconnect/loader/mozJSSubScriptLoader.h +++ b/mozilla/js/src/xpconnect/loader/mozJSSubScriptLoader.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/makefile.win b/mozilla/js/src/xpconnect/makefile.win index 86a9c851c10..5a737c5e019 100644 --- a/mozilla/js/src/xpconnect/makefile.win +++ b/mozilla/js/src/xpconnect/makefile.win @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/xpconnect/public/Makefile.in b/mozilla/js/src/xpconnect/public/Makefile.in index aa7fb713ea1..d630aec83d8 100644 --- a/mozilla/js/src/xpconnect/public/Makefile.in +++ b/mozilla/js/src/xpconnect/public/Makefile.in @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/xpconnect/public/makefile.win b/mozilla/js/src/xpconnect/public/makefile.win index 32a385ae6bc..3c669ffda78 100644 --- a/mozilla/js/src/xpconnect/public/makefile.win +++ b/mozilla/js/src/xpconnect/public/makefile.win @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/xpconnect/public/xpc_map_end.h b/mozilla/js/src/xpconnect/public/xpc_map_end.h index 9a78b6ca29f..5fcdeccc25f 100644 --- a/mozilla/js/src/xpconnect/public/xpc_map_end.h +++ b/mozilla/js/src/xpconnect/public/xpc_map_end.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/sample/makefile.win b/mozilla/js/src/xpconnect/sample/makefile.win index e22d93289d1..650bb11434c 100644 --- a/mozilla/js/src/xpconnect/sample/makefile.win +++ b/mozilla/js/src/xpconnect/sample/makefile.win @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/xpconnect/sample/xpcsample1.cpp b/mozilla/js/src/xpconnect/sample/xpcsample1.cpp index ebfe83ab5e7..0eca596f4f5 100644 --- a/mozilla/js/src/xpconnect/sample/xpcsample1.cpp +++ b/mozilla/js/src/xpconnect/sample/xpcsample1.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/sample/xpcsample1.idl b/mozilla/js/src/xpconnect/sample/xpcsample1.idl index 980b987c931..01a51564c7a 100644 --- a/mozilla/js/src/xpconnect/sample/xpcsample1.idl +++ b/mozilla/js/src/xpconnect/sample/xpcsample1.idl @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/shell/Makefile.in b/mozilla/js/src/xpconnect/shell/Makefile.in index 2b223647b80..f3841700b2f 100644 --- a/mozilla/js/src/xpconnect/shell/Makefile.in +++ b/mozilla/js/src/xpconnect/shell/Makefile.in @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/xpconnect/shell/jsshell.msg b/mozilla/js/src/xpconnect/shell/jsshell.msg index 76da052dd75..b198f2eb40f 100644 --- a/mozilla/js/src/xpconnect/shell/jsshell.msg +++ b/mozilla/js/src/xpconnect/shell/jsshell.msg @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/shell/makefile.win b/mozilla/js/src/xpconnect/shell/makefile.win index aa984cb83ff..66faf664e08 100644 --- a/mozilla/js/src/xpconnect/shell/makefile.win +++ b/mozilla/js/src/xpconnect/shell/makefile.win @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/xpconnect/shell/xpcshell.cpp b/mozilla/js/src/xpconnect/shell/xpcshell.cpp index d80d8c23bc8..cb3aedec26d 100644 --- a/mozilla/js/src/xpconnect/shell/xpcshell.cpp +++ b/mozilla/js/src/xpconnect/shell/xpcshell.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/Makefile.in b/mozilla/js/src/xpconnect/src/Makefile.in index a5cd941eb1c..34216bb4fcc 100644 --- a/mozilla/js/src/xpconnect/src/Makefile.in +++ b/mozilla/js/src/xpconnect/src/Makefile.in @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/xpconnect/src/makefile.win b/mozilla/js/src/xpconnect/src/makefile.win index ba94c720e99..302d33551a5 100644 --- a/mozilla/js/src/xpconnect/src/makefile.win +++ b/mozilla/js/src/xpconnect/src/makefile.win @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/xpconnect/src/nsXPConnect.cpp b/mozilla/js/src/xpconnect/src/nsXPConnect.cpp index 8163932a1a2..0e4e5a4a32b 100644 --- a/mozilla/js/src/xpconnect/src/nsXPConnect.cpp +++ b/mozilla/js/src/xpconnect/src/nsXPConnect.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/xpc.msg b/mozilla/js/src/xpconnect/src/xpc.msg index 435c4b25abf..0fc010773e6 100644 --- a/mozilla/js/src/xpconnect/src/xpc.msg +++ b/mozilla/js/src/xpconnect/src/xpc.msg @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/xpccallcontext.cpp b/mozilla/js/src/xpconnect/src/xpccallcontext.cpp index 66334df5d0d..1454db044d6 100644 --- a/mozilla/js/src/xpconnect/src/xpccallcontext.cpp +++ b/mozilla/js/src/xpconnect/src/xpccallcontext.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/xpccomponents.cpp b/mozilla/js/src/xpconnect/src/xpccomponents.cpp index 13bcd746b92..1ad7f502eb4 100644 --- a/mozilla/js/src/xpconnect/src/xpccomponents.cpp +++ b/mozilla/js/src/xpconnect/src/xpccomponents.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/xpccontext.cpp b/mozilla/js/src/xpconnect/src/xpccontext.cpp index eb9ff901bb5..f819b735575 100644 --- a/mozilla/js/src/xpconnect/src/xpccontext.cpp +++ b/mozilla/js/src/xpconnect/src/xpccontext.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/xpcconvert.cpp b/mozilla/js/src/xpconnect/src/xpcconvert.cpp index 5e09bc7d731..7759f3bf20b 100644 --- a/mozilla/js/src/xpconnect/src/xpcconvert.cpp +++ b/mozilla/js/src/xpconnect/src/xpcconvert.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/xpcdebug.cpp b/mozilla/js/src/xpconnect/src/xpcdebug.cpp index 8da9e3bdd5a..04b4aba2599 100644 --- a/mozilla/js/src/xpconnect/src/xpcdebug.cpp +++ b/mozilla/js/src/xpconnect/src/xpcdebug.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/xpcexception.cpp b/mozilla/js/src/xpconnect/src/xpcexception.cpp index e08dc7b91a8..1327b4d4cea 100644 --- a/mozilla/js/src/xpconnect/src/xpcexception.cpp +++ b/mozilla/js/src/xpconnect/src/xpcexception.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/xpcforwards.h b/mozilla/js/src/xpconnect/src/xpcforwards.h index 7fe8f6cf877..c9a331b72e0 100644 --- a/mozilla/js/src/xpconnect/src/xpcforwards.h +++ b/mozilla/js/src/xpconnect/src/xpcforwards.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/xpcinlines.h b/mozilla/js/src/xpconnect/src/xpcinlines.h index 53ba4ed50dc..1895da25847 100644 --- a/mozilla/js/src/xpconnect/src/xpcinlines.h +++ b/mozilla/js/src/xpconnect/src/xpcinlines.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/xpcjsid.cpp b/mozilla/js/src/xpconnect/src/xpcjsid.cpp index 8dc578436de..f1ef2906f46 100644 --- a/mozilla/js/src/xpconnect/src/xpcjsid.cpp +++ b/mozilla/js/src/xpconnect/src/xpcjsid.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/xpcjsruntime.cpp b/mozilla/js/src/xpconnect/src/xpcjsruntime.cpp index 3ddbf688894..1380018ec11 100644 --- a/mozilla/js/src/xpconnect/src/xpcjsruntime.cpp +++ b/mozilla/js/src/xpconnect/src/xpcjsruntime.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/xpclog.cpp b/mozilla/js/src/xpconnect/src/xpclog.cpp index 364440ab128..7ff528d0988 100644 --- a/mozilla/js/src/xpconnect/src/xpclog.cpp +++ b/mozilla/js/src/xpconnect/src/xpclog.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/xpclog.h b/mozilla/js/src/xpconnect/src/xpclog.h index c07271b04cc..2132c9db75a 100644 --- a/mozilla/js/src/xpconnect/src/xpclog.h +++ b/mozilla/js/src/xpconnect/src/xpclog.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/xpcmaps.cpp b/mozilla/js/src/xpconnect/src/xpcmaps.cpp index c25f2b2d8df..8a80569d178 100644 --- a/mozilla/js/src/xpconnect/src/xpcmaps.cpp +++ b/mozilla/js/src/xpconnect/src/xpcmaps.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/xpcmaps.h b/mozilla/js/src/xpconnect/src/xpcmaps.h index acfb0837c13..c95d9c5e88b 100644 --- a/mozilla/js/src/xpconnect/src/xpcmaps.h +++ b/mozilla/js/src/xpconnect/src/xpcmaps.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/xpcmodule.cpp b/mozilla/js/src/xpconnect/src/xpcmodule.cpp index 85c038042ef..b42fa754967 100644 --- a/mozilla/js/src/xpconnect/src/xpcmodule.cpp +++ b/mozilla/js/src/xpconnect/src/xpcmodule.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/xpcprivate.h b/mozilla/js/src/xpconnect/src/xpcprivate.h index 8a71e03487a..1f581361e8a 100644 --- a/mozilla/js/src/xpconnect/src/xpcprivate.h +++ b/mozilla/js/src/xpconnect/src/xpcprivate.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/xpcruntimesvc.cpp b/mozilla/js/src/xpconnect/src/xpcruntimesvc.cpp index 1fa8378e76a..47720af32a1 100644 --- a/mozilla/js/src/xpconnect/src/xpcruntimesvc.cpp +++ b/mozilla/js/src/xpconnect/src/xpcruntimesvc.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/xpcstack.cpp b/mozilla/js/src/xpconnect/src/xpcstack.cpp index 9a9fc09c42d..2fa656727a1 100644 --- a/mozilla/js/src/xpconnect/src/xpcstack.cpp +++ b/mozilla/js/src/xpconnect/src/xpcstack.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/xpcstring.cpp b/mozilla/js/src/xpconnect/src/xpcstring.cpp index 84b0adb1fc1..e21fba42aec 100644 --- a/mozilla/js/src/xpconnect/src/xpcstring.cpp +++ b/mozilla/js/src/xpconnect/src/xpcstring.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/xpcthreadcontext.cpp b/mozilla/js/src/xpconnect/src/xpcthreadcontext.cpp index 92ecbec6069..11c53bf8f39 100644 --- a/mozilla/js/src/xpconnect/src/xpcthreadcontext.cpp +++ b/mozilla/js/src/xpconnect/src/xpcthreadcontext.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/xpcthrower.cpp b/mozilla/js/src/xpconnect/src/xpcthrower.cpp index 8f0025cdcbf..ad7924adf2d 100644 --- a/mozilla/js/src/xpconnect/src/xpcthrower.cpp +++ b/mozilla/js/src/xpconnect/src/xpcthrower.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/xpcvariant.cpp b/mozilla/js/src/xpconnect/src/xpcvariant.cpp index 0a1b9514436..18fccd7671c 100644 --- a/mozilla/js/src/xpconnect/src/xpcvariant.cpp +++ b/mozilla/js/src/xpconnect/src/xpcvariant.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/xpcwrappedjs.cpp b/mozilla/js/src/xpconnect/src/xpcwrappedjs.cpp index 6fcd949f89f..2b92eb88d7c 100644 --- a/mozilla/js/src/xpconnect/src/xpcwrappedjs.cpp +++ b/mozilla/js/src/xpconnect/src/xpcwrappedjs.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/xpcwrappedjsclass.cpp b/mozilla/js/src/xpconnect/src/xpcwrappedjsclass.cpp index 042004d65bb..759d06fd7aa 100644 --- a/mozilla/js/src/xpconnect/src/xpcwrappedjsclass.cpp +++ b/mozilla/js/src/xpconnect/src/xpcwrappedjsclass.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/xpcwrappednative.cpp b/mozilla/js/src/xpconnect/src/xpcwrappednative.cpp index d6fa16c6fff..d025a765319 100644 --- a/mozilla/js/src/xpconnect/src/xpcwrappednative.cpp +++ b/mozilla/js/src/xpconnect/src/xpcwrappednative.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/xpcwrappednativeinfo.cpp b/mozilla/js/src/xpconnect/src/xpcwrappednativeinfo.cpp index 92585faa170..ecc6b2408d1 100644 --- a/mozilla/js/src/xpconnect/src/xpcwrappednativeinfo.cpp +++ b/mozilla/js/src/xpconnect/src/xpcwrappednativeinfo.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/xpcwrappednativejsops.cpp b/mozilla/js/src/xpconnect/src/xpcwrappednativejsops.cpp index eee2b25fdcb..3ca70e2e6aa 100644 --- a/mozilla/js/src/xpconnect/src/xpcwrappednativejsops.cpp +++ b/mozilla/js/src/xpconnect/src/xpcwrappednativejsops.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/xpcwrappednativeproto.cpp b/mozilla/js/src/xpconnect/src/xpcwrappednativeproto.cpp index 38654e964c3..21d828f2f73 100644 --- a/mozilla/js/src/xpconnect/src/xpcwrappednativeproto.cpp +++ b/mozilla/js/src/xpconnect/src/xpcwrappednativeproto.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/src/xpcwrappednativescope.cpp b/mozilla/js/src/xpconnect/src/xpcwrappednativescope.cpp index fd3755ecd5d..06f1bd6dee8 100644 --- a/mozilla/js/src/xpconnect/src/xpcwrappednativescope.cpp +++ b/mozilla/js/src/xpconnect/src/xpcwrappednativescope.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/Makefile.in b/mozilla/js/src/xpconnect/tests/Makefile.in index 970d95bbfbe..8493bde4093 100644 --- a/mozilla/js/src/xpconnect/tests/Makefile.in +++ b/mozilla/js/src/xpconnect/tests/Makefile.in @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/xpconnect/tests/TestXPC.cpp b/mozilla/js/src/xpconnect/tests/TestXPC.cpp index 3ac0174e446..b15e679094e 100644 --- a/mozilla/js/src/xpconnect/tests/TestXPC.cpp +++ b/mozilla/js/src/xpconnect/tests/TestXPC.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/components/Makefile.in b/mozilla/js/src/xpconnect/tests/components/Makefile.in index 839dcded995..bcfb874cf84 100644 --- a/mozilla/js/src/xpconnect/tests/components/Makefile.in +++ b/mozilla/js/src/xpconnect/tests/components/Makefile.in @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/xpconnect/tests/components/makefile.win b/mozilla/js/src/xpconnect/tests/components/makefile.win index 8a724a1dabc..da52721a602 100644 --- a/mozilla/js/src/xpconnect/tests/components/makefile.win +++ b/mozilla/js/src/xpconnect/tests/components/makefile.win @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/xpconnect/tests/components/xpctest_array.cpp b/mozilla/js/src/xpconnect/tests/components/xpctest_array.cpp index 60175e299a6..d863cf5c677 100644 --- a/mozilla/js/src/xpconnect/tests/components/xpctest_array.cpp +++ b/mozilla/js/src/xpconnect/tests/components/xpctest_array.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/components/xpctest_attributes.cpp b/mozilla/js/src/xpconnect/tests/components/xpctest_attributes.cpp index d59871af1cd..284ff7da980 100644 --- a/mozilla/js/src/xpconnect/tests/components/xpctest_attributes.cpp +++ b/mozilla/js/src/xpconnect/tests/components/xpctest_attributes.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/components/xpctest_calljs.cpp b/mozilla/js/src/xpconnect/tests/components/xpctest_calljs.cpp index b8c8a7de8f9..4f770c9ffbe 100644 --- a/mozilla/js/src/xpconnect/tests/components/xpctest_calljs.cpp +++ b/mozilla/js/src/xpconnect/tests/components/xpctest_calljs.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/components/xpctest_child.cpp b/mozilla/js/src/xpconnect/tests/components/xpctest_child.cpp index 77b976ade98..70460362128 100644 --- a/mozilla/js/src/xpconnect/tests/components/xpctest_child.cpp +++ b/mozilla/js/src/xpconnect/tests/components/xpctest_child.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/components/xpctest_const.cpp b/mozilla/js/src/xpconnect/tests/components/xpctest_const.cpp index 4b8ef8cce87..e8d0e9a8a47 100644 --- a/mozilla/js/src/xpconnect/tests/components/xpctest_const.cpp +++ b/mozilla/js/src/xpconnect/tests/components/xpctest_const.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/components/xpctest_domstring.cpp b/mozilla/js/src/xpconnect/tests/components/xpctest_domstring.cpp index 426edb59a4e..742494019de 100644 --- a/mozilla/js/src/xpconnect/tests/components/xpctest_domstring.cpp +++ b/mozilla/js/src/xpconnect/tests/components/xpctest_domstring.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/components/xpctest_echo.cpp b/mozilla/js/src/xpconnect/tests/components/xpctest_echo.cpp index 8df64c76539..60707aa46cd 100644 --- a/mozilla/js/src/xpconnect/tests/components/xpctest_echo.cpp +++ b/mozilla/js/src/xpconnect/tests/components/xpctest_echo.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/components/xpctest_in.cpp b/mozilla/js/src/xpconnect/tests/components/xpctest_in.cpp index c6358b5cb12..d849382f93e 100644 --- a/mozilla/js/src/xpconnect/tests/components/xpctest_in.cpp +++ b/mozilla/js/src/xpconnect/tests/components/xpctest_in.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/components/xpctest_inout.cpp b/mozilla/js/src/xpconnect/tests/components/xpctest_inout.cpp index 2ac9cfad6fd..78dd481e9c8 100644 --- a/mozilla/js/src/xpconnect/tests/components/xpctest_inout.cpp +++ b/mozilla/js/src/xpconnect/tests/components/xpctest_inout.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/components/xpctest_module.cpp b/mozilla/js/src/xpconnect/tests/components/xpctest_module.cpp index b646121208d..c06be3a17f2 100644 --- a/mozilla/js/src/xpconnect/tests/components/xpctest_module.cpp +++ b/mozilla/js/src/xpconnect/tests/components/xpctest_module.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/components/xpctest_multiple.cpp b/mozilla/js/src/xpconnect/tests/components/xpctest_multiple.cpp index 4b99027fd72..d7b1fc55daa 100644 --- a/mozilla/js/src/xpconnect/tests/components/xpctest_multiple.cpp +++ b/mozilla/js/src/xpconnect/tests/components/xpctest_multiple.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/components/xpctest_noisy.cpp b/mozilla/js/src/xpconnect/tests/components/xpctest_noisy.cpp index 60267b25941..7bedbe1065f 100644 --- a/mozilla/js/src/xpconnect/tests/components/xpctest_noisy.cpp +++ b/mozilla/js/src/xpconnect/tests/components/xpctest_noisy.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/components/xpctest_out.cpp b/mozilla/js/src/xpconnect/tests/components/xpctest_out.cpp index f94baaa9b9f..014e908cf4b 100644 --- a/mozilla/js/src/xpconnect/tests/components/xpctest_out.cpp +++ b/mozilla/js/src/xpconnect/tests/components/xpctest_out.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/components/xpctest_overloaded.cpp b/mozilla/js/src/xpconnect/tests/components/xpctest_overloaded.cpp index ff3d46cef28..a122a245e10 100644 --- a/mozilla/js/src/xpconnect/tests/components/xpctest_overloaded.cpp +++ b/mozilla/js/src/xpconnect/tests/components/xpctest_overloaded.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/components/xpctest_private.h b/mozilla/js/src/xpconnect/tests/components/xpctest_private.h index 8864a8a258f..7b06262e827 100644 --- a/mozilla/js/src/xpconnect/tests/components/xpctest_private.h +++ b/mozilla/js/src/xpconnect/tests/components/xpctest_private.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/components/xpctest_string.cpp b/mozilla/js/src/xpconnect/tests/components/xpctest_string.cpp index 2a05a223062..0af715fb16e 100644 --- a/mozilla/js/src/xpconnect/tests/components/xpctest_string.cpp +++ b/mozilla/js/src/xpconnect/tests/components/xpctest_string.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/components/xpctest_variant.cpp b/mozilla/js/src/xpconnect/tests/components/xpctest_variant.cpp index c4d81879f74..5b7157ec92c 100644 --- a/mozilla/js/src/xpconnect/tests/components/xpctest_variant.cpp +++ b/mozilla/js/src/xpconnect/tests/components/xpctest_variant.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/idl/Makefile.in b/mozilla/js/src/xpconnect/tests/idl/Makefile.in index b2beccf37c8..590ceaee428 100644 --- a/mozilla/js/src/xpconnect/tests/idl/Makefile.in +++ b/mozilla/js/src/xpconnect/tests/idl/Makefile.in @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/xpconnect/tests/idl/makefile.win b/mozilla/js/src/xpconnect/tests/idl/makefile.win index 65a35b7932a..d0d561bfb6d 100644 --- a/mozilla/js/src/xpconnect/tests/idl/makefile.win +++ b/mozilla/js/src/xpconnect/tests/idl/makefile.win @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/xpconnect/tests/idl/xpctest.idl b/mozilla/js/src/xpconnect/tests/idl/xpctest.idl index 431fad5241b..4219573b519 100644 --- a/mozilla/js/src/xpconnect/tests/idl/xpctest.idl +++ b/mozilla/js/src/xpconnect/tests/idl/xpctest.idl @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/idl/xpctest2.idl b/mozilla/js/src/xpconnect/tests/idl/xpctest2.idl index 436ee65599a..1563d09cdc7 100644 --- a/mozilla/js/src/xpconnect/tests/idl/xpctest2.idl +++ b/mozilla/js/src/xpconnect/tests/idl/xpctest2.idl @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/idl/xpctest_attributes.idl b/mozilla/js/src/xpconnect/tests/idl/xpctest_attributes.idl index 40647ce18de..3c7d6895105 100644 --- a/mozilla/js/src/xpconnect/tests/idl/xpctest_attributes.idl +++ b/mozilla/js/src/xpconnect/tests/idl/xpctest_attributes.idl @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/idl/xpctest_calljs.idl b/mozilla/js/src/xpconnect/tests/idl/xpctest_calljs.idl index 558e988f474..e01d4fddff3 100644 --- a/mozilla/js/src/xpconnect/tests/idl/xpctest_calljs.idl +++ b/mozilla/js/src/xpconnect/tests/idl/xpctest_calljs.idl @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/idl/xpctest_const.idl b/mozilla/js/src/xpconnect/tests/idl/xpctest_const.idl index 852aa5e945b..f89e39c8ebf 100644 --- a/mozilla/js/src/xpconnect/tests/idl/xpctest_const.idl +++ b/mozilla/js/src/xpconnect/tests/idl/xpctest_const.idl @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/idl/xpctest_domstring.idl b/mozilla/js/src/xpconnect/tests/idl/xpctest_domstring.idl index 8c3b9f81d78..5feddea8b6c 100644 --- a/mozilla/js/src/xpconnect/tests/idl/xpctest_domstring.idl +++ b/mozilla/js/src/xpconnect/tests/idl/xpctest_domstring.idl @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/idl/xpctest_in.idl b/mozilla/js/src/xpconnect/tests/idl/xpctest_in.idl index a6d77a5b76f..17128142a1b 100644 --- a/mozilla/js/src/xpconnect/tests/idl/xpctest_in.idl +++ b/mozilla/js/src/xpconnect/tests/idl/xpctest_in.idl @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/idl/xpctest_inout.idl b/mozilla/js/src/xpconnect/tests/idl/xpctest_inout.idl index c5cc0fc65c2..5eddb9148e6 100644 --- a/mozilla/js/src/xpconnect/tests/idl/xpctest_inout.idl +++ b/mozilla/js/src/xpconnect/tests/idl/xpctest_inout.idl @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/idl/xpctest_multiple.idl b/mozilla/js/src/xpconnect/tests/idl/xpctest_multiple.idl index acf0d84a907..2c208ec444d 100644 --- a/mozilla/js/src/xpconnect/tests/idl/xpctest_multiple.idl +++ b/mozilla/js/src/xpconnect/tests/idl/xpctest_multiple.idl @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/idl/xpctest_out.idl b/mozilla/js/src/xpconnect/tests/idl/xpctest_out.idl index 9d0cc94f249..53e1c084fe0 100644 --- a/mozilla/js/src/xpconnect/tests/idl/xpctest_out.idl +++ b/mozilla/js/src/xpconnect/tests/idl/xpctest_out.idl @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/js/checkid.js b/mozilla/js/src/xpconnect/tests/js/checkid.js index 60f0c233067..621fa1e9929 100644 --- a/mozilla/js/src/xpconnect/tests/js/checkid.js +++ b/mozilla/js/src/xpconnect/tests/js/checkid.js @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/js/evaluate.js b/mozilla/js/src/xpconnect/tests/js/evaluate.js index 6b54d980cba..5f91c893f0f 100644 --- a/mozilla/js/src/xpconnect/tests/js/evaluate.js +++ b/mozilla/js/src/xpconnect/tests/js/evaluate.js @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/js/exceptions-2.js b/mozilla/js/src/xpconnect/tests/js/exceptions-2.js index 2f7acb6a3c5..49d57a97c0b 100644 --- a/mozilla/js/src/xpconnect/tests/js/exceptions-2.js +++ b/mozilla/js/src/xpconnect/tests/js/exceptions-2.js @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/js/exceptions-3.js b/mozilla/js/src/xpconnect/tests/js/exceptions-3.js index 16bf00c7b76..e023d2d1d58 100644 --- a/mozilla/js/src/xpconnect/tests/js/exceptions-3.js +++ b/mozilla/js/src/xpconnect/tests/js/exceptions-3.js @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/js/exceptions-4.js b/mozilla/js/src/xpconnect/tests/js/exceptions-4.js index e648565850b..1bb9ff211a0 100644 --- a/mozilla/js/src/xpconnect/tests/js/exceptions-4.js +++ b/mozilla/js/src/xpconnect/tests/js/exceptions-4.js @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/js/exceptions-5.js b/mozilla/js/src/xpconnect/tests/js/exceptions-5.js index 44a3861becf..89445ffc3f3 100644 --- a/mozilla/js/src/xpconnect/tests/js/exceptions-5.js +++ b/mozilla/js/src/xpconnect/tests/js/exceptions-5.js @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/js/exceptions.js b/mozilla/js/src/xpconnect/tests/js/exceptions.js index 619abff8e5e..ee714bcdc49 100644 --- a/mozilla/js/src/xpconnect/tests/js/exceptions.js +++ b/mozilla/js/src/xpconnect/tests/js/exceptions.js @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/js/javascript.js b/mozilla/js/src/xpconnect/tests/js/javascript.js index a00d762e52c..a932c96fc7d 100644 --- a/mozilla/js/src/xpconnect/tests/js/javascript.js +++ b/mozilla/js/src/xpconnect/tests/js/javascript.js @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/js/multiple-2.js b/mozilla/js/src/xpconnect/tests/js/multiple-2.js index 7f9e27cfeef..dd5f9919cbf 100644 --- a/mozilla/js/src/xpconnect/tests/js/multiple-2.js +++ b/mozilla/js/src/xpconnect/tests/js/multiple-2.js @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/js/multiple-3.js b/mozilla/js/src/xpconnect/tests/js/multiple-3.js index 2c550c01197..5feb601cf12 100644 --- a/mozilla/js/src/xpconnect/tests/js/multiple-3.js +++ b/mozilla/js/src/xpconnect/tests/js/multiple-3.js @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/js/multiple-4.js b/mozilla/js/src/xpconnect/tests/js/multiple-4.js index 6f0c2c1b983..0381a3bd3d3 100644 --- a/mozilla/js/src/xpconnect/tests/js/multiple-4.js +++ b/mozilla/js/src/xpconnect/tests/js/multiple-4.js @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/js/multiple.js b/mozilla/js/src/xpconnect/tests/js/multiple.js index fb2d2a957a2..2d0d615b6ee 100644 --- a/mozilla/js/src/xpconnect/tests/js/multiple.js +++ b/mozilla/js/src/xpconnect/tests/js/multiple.js @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/js/notscriptable.js b/mozilla/js/src/xpconnect/tests/js/notscriptable.js index c759bd5c843..5e1128bda81 100644 --- a/mozilla/js/src/xpconnect/tests/js/notscriptable.js +++ b/mozilla/js/src/xpconnect/tests/js/notscriptable.js @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/js/old/xpctest_callcontext.js b/mozilla/js/src/xpconnect/tests/js/old/xpctest_callcontext.js index 66b0573db72..f5c8aa49f72 100644 --- a/mozilla/js/src/xpconnect/tests/js/old/xpctest_callcontext.js +++ b/mozilla/js/src/xpconnect/tests/js/old/xpctest_callcontext.js @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/js/old/xpctest_echo.js b/mozilla/js/src/xpconnect/tests/js/old/xpctest_echo.js index 0b2de7849b8..77c2b4efe05 100644 --- a/mozilla/js/src/xpconnect/tests/js/old/xpctest_echo.js +++ b/mozilla/js/src/xpconnect/tests/js/old/xpctest_echo.js @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/js/old/xpctest_ids.js b/mozilla/js/src/xpconnect/tests/js/old/xpctest_ids.js index ee94313a2b9..59bee73d3b0 100644 --- a/mozilla/js/src/xpconnect/tests/js/old/xpctest_ids.js +++ b/mozilla/js/src/xpconnect/tests/js/old/xpctest_ids.js @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/js/old/xpctest_primitives.js b/mozilla/js/src/xpconnect/tests/js/old/xpctest_primitives.js index fd7e5a2561b..44b6b756787 100644 --- a/mozilla/js/src/xpconnect/tests/js/old/xpctest_primitives.js +++ b/mozilla/js/src/xpconnect/tests/js/old/xpctest_primitives.js @@ -6,7 +6,7 @@ * original. It also exercises the 'toString' methods of the wrappers. * * The table has plugable compare functions to allows for 'equals' methods of -* comparision and to allow for 'close enough' comparison of floats and doubles +* comparison and to allow for 'close enough' comparison of floats and doubles */ diff --git a/mozilla/js/src/xpconnect/tests/js/readonlyattributes.js b/mozilla/js/src/xpconnect/tests/js/readonlyattributes.js index 648eed03bbc..9d325833ad9 100644 --- a/mozilla/js/src/xpconnect/tests/js/readonlyattributes.js +++ b/mozilla/js/src/xpconnect/tests/js/readonlyattributes.js @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/js/readwriteattributes.js b/mozilla/js/src/xpconnect/tests/js/readwriteattributes.js index 4ac6993f8b7..264e5fe4672 100644 --- a/mozilla/js/src/xpconnect/tests/js/readwriteattributes.js +++ b/mozilla/js/src/xpconnect/tests/js/readwriteattributes.js @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/js/scriptable.js b/mozilla/js/src/xpconnect/tests/js/scriptable.js index f93faf0d5b1..ebc019b38bb 100644 --- a/mozilla/js/src/xpconnect/tests/js/scriptable.js +++ b/mozilla/js/src/xpconnect/tests/js/scriptable.js @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/js/testin.js b/mozilla/js/src/xpconnect/tests/js/testin.js index 6fdef7f233c..748cade2279 100644 --- a/mozilla/js/src/xpconnect/tests/js/testin.js +++ b/mozilla/js/src/xpconnect/tests/js/testin.js @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/js/xpcfun.js b/mozilla/js/src/xpconnect/tests/js/xpcfun.js index 9a355872911..ba93d673153 100644 --- a/mozilla/js/src/xpconnect/tests/js/xpcfun.js +++ b/mozilla/js/src/xpconnect/tests/js/xpcfun.js @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tests/js/xpctest_primitives.js b/mozilla/js/src/xpconnect/tests/js/xpctest_primitives.js index d0779e313af..099c90766f7 100644 --- a/mozilla/js/src/xpconnect/tests/js/xpctest_primitives.js +++ b/mozilla/js/src/xpconnect/tests/js/xpctest_primitives.js @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * @@ -40,7 +40,7 @@ * original. It also exercises the 'toString' methods of the wrappers. * * The table has plugable compare functions to allows for 'equals' methods of -* comparision and to allow for 'close enough' comparison of floats and doubles +* comparison and to allow for 'close enough' comparison of floats and doubles */ diff --git a/mozilla/js/src/xpconnect/tests/makefile.win b/mozilla/js/src/xpconnect/tests/makefile.win index 57c8a54b2a5..2d87a018e0d 100644 --- a/mozilla/js/src/xpconnect/tests/makefile.win +++ b/mozilla/js/src/xpconnect/tests/makefile.win @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/xpconnect/tools/Makefile.in b/mozilla/js/src/xpconnect/tools/Makefile.in index 77be140c88f..333dba960d9 100644 --- a/mozilla/js/src/xpconnect/tools/Makefile.in +++ b/mozilla/js/src/xpconnect/tools/Makefile.in @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/xpconnect/tools/idl/Makefile.in b/mozilla/js/src/xpconnect/tools/idl/Makefile.in index 11b82af96f1..f65ff40ab88 100644 --- a/mozilla/js/src/xpconnect/tools/idl/Makefile.in +++ b/mozilla/js/src/xpconnect/tools/idl/Makefile.in @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/xpconnect/tools/idl/makefile.win b/mozilla/js/src/xpconnect/tools/idl/makefile.win index aad5613bd91..07c09497bdd 100644 --- a/mozilla/js/src/xpconnect/tools/idl/makefile.win +++ b/mozilla/js/src/xpconnect/tools/idl/makefile.win @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/xpconnect/tools/idl/nsIXPCToolsCompiler.idl b/mozilla/js/src/xpconnect/tools/idl/nsIXPCToolsCompiler.idl index 032aa03ff7a..e9ed0f6b8c7 100644 --- a/mozilla/js/src/xpconnect/tools/idl/nsIXPCToolsCompiler.idl +++ b/mozilla/js/src/xpconnect/tools/idl/nsIXPCToolsCompiler.idl @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tools/idl/nsIXPCToolsProfiler.idl b/mozilla/js/src/xpconnect/tools/idl/nsIXPCToolsProfiler.idl index b99e30e4741..af8a9dd7e53 100644 --- a/mozilla/js/src/xpconnect/tools/idl/nsIXPCToolsProfiler.idl +++ b/mozilla/js/src/xpconnect/tools/idl/nsIXPCToolsProfiler.idl @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tools/makefile.win b/mozilla/js/src/xpconnect/tools/makefile.win index 3fc5c56cd72..16279b69a65 100644 --- a/mozilla/js/src/xpconnect/tools/makefile.win +++ b/mozilla/js/src/xpconnect/tools/makefile.win @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/xpconnect/tools/src/Makefile.in b/mozilla/js/src/xpconnect/tools/src/Makefile.in index c24200b7d39..5c8d1e32199 100644 --- a/mozilla/js/src/xpconnect/tools/src/Makefile.in +++ b/mozilla/js/src/xpconnect/tools/src/Makefile.in @@ -5,7 +5,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/xpconnect/tools/src/makefile.win b/mozilla/js/src/xpconnect/tools/src/makefile.win index d9af5bfb7d5..d5ec0e04500 100644 --- a/mozilla/js/src/xpconnect/tools/src/makefile.win +++ b/mozilla/js/src/xpconnect/tools/src/makefile.win @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/src/xpconnect/tools/src/nsXPCToolsCompiler.cpp b/mozilla/js/src/xpconnect/tools/src/nsXPCToolsCompiler.cpp index 98e283af774..63be3cad7cc 100644 --- a/mozilla/js/src/xpconnect/tools/src/nsXPCToolsCompiler.cpp +++ b/mozilla/js/src/xpconnect/tools/src/nsXPCToolsCompiler.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tools/src/nsXPCToolsModule.cpp b/mozilla/js/src/xpconnect/tools/src/nsXPCToolsModule.cpp index 7a78632acb6..a1445bfa44d 100644 --- a/mozilla/js/src/xpconnect/tools/src/nsXPCToolsModule.cpp +++ b/mozilla/js/src/xpconnect/tools/src/nsXPCToolsModule.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tools/src/nsXPCToolsProfiler.cpp b/mozilla/js/src/xpconnect/tools/src/nsXPCToolsProfiler.cpp index 8eb8f3562e4..b91838502c7 100644 --- a/mozilla/js/src/xpconnect/tools/src/nsXPCToolsProfiler.cpp +++ b/mozilla/js/src/xpconnect/tools/src/nsXPCToolsProfiler.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/src/xpconnect/tools/src/xpctools_private.h b/mozilla/js/src/xpconnect/tools/src/xpctools_private.h index e01232d8770..2eb6f80b28e 100644 --- a/mozilla/js/src/xpconnect/tools/src/xpctools_private.h +++ b/mozilla/js/src/xpconnect/tools/src/xpctools_private.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js/tests/jsDriver.pl b/mozilla/js/tests/jsDriver.pl index 77a2990d239..23c0ddb963a 100755 --- a/mozilla/js/tests/jsDriver.pl +++ b/mozilla/js/tests/jsDriver.pl @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js/tests/mklistpage.pl b/mozilla/js/tests/mklistpage.pl index 9d217ef0af1..9479abf9a37 100644 --- a/mozilla/js/tests/mklistpage.pl +++ b/mozilla/js/tests/mklistpage.pl @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js2/COPYING b/mozilla/js2/COPYING index dd29886bbf5..4dca84c9e27 100644 --- a/mozilla/js2/COPYING +++ b/mozilla/js2/COPYING @@ -4,7 +4,7 @@ except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ Software distributed under the License is distributed on an "AS -IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. diff --git a/mozilla/js2/src/algo.h b/mozilla/js2/src/algo.h index cc6936ad57a..de8db40b64e 100644 --- a/mozilla/js2/src/algo.h +++ b/mozilla/js2/src/algo.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/bytecodegen.cpp b/mozilla/js2/src/bytecodegen.cpp index 4e872bf6d51..9103d12be2c 100644 --- a/mozilla/js2/src/bytecodegen.cpp +++ b/mozilla/js2/src/bytecodegen.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/bytecodegen.h b/mozilla/js2/src/bytecodegen.h index bd37fdac404..8323786e7c4 100644 --- a/mozilla/js2/src/bytecodegen.h +++ b/mozilla/js2/src/bytecodegen.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/collector.cpp b/mozilla/js2/src/collector.cpp index ba5c895c2eb..fe5bb677faf 100644 --- a/mozilla/js2/src/collector.cpp +++ b/mozilla/js2/src/collector.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/collector.h b/mozilla/js2/src/collector.h index 0cf2faeb066..9f62344218b 100644 --- a/mozilla/js2/src/collector.h +++ b/mozilla/js2/src/collector.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/cpucfg.h b/mozilla/js2/src/cpucfg.h index 2035e0f1598..715f465b350 100644 --- a/mozilla/js2/src/cpucfg.h +++ b/mozilla/js2/src/cpucfg.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/debugger.cpp b/mozilla/js2/src/debugger.cpp index dd84089a4ee..a9f1d40b511 100644 --- a/mozilla/js2/src/debugger.cpp +++ b/mozilla/js2/src/debugger.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/debugger.h b/mozilla/js2/src/debugger.h index a44eabbab8e..5648410870b 100644 --- a/mozilla/js2/src/debugger.h +++ b/mozilla/js2/src/debugger.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/exception.cpp b/mozilla/js2/src/exception.cpp index 6d4e25a4e6e..dc39c9194ae 100644 --- a/mozilla/js2/src/exception.cpp +++ b/mozilla/js2/src/exception.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/exception.h b/mozilla/js2/src/exception.h index b64c0e42195..bfb40ff2f49 100644 --- a/mozilla/js2/src/exception.h +++ b/mozilla/js2/src/exception.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/fdlibm_ns.h b/mozilla/js2/src/fdlibm_ns.h index 9dca01d6c22..b4523b53931 100644 --- a/mozilla/js2/src/fdlibm_ns.h +++ b/mozilla/js2/src/fdlibm_ns.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/gc_allocator.cpp b/mozilla/js2/src/gc_allocator.cpp index 8e78b36fc10..8196905dfeb 100644 --- a/mozilla/js2/src/gc_allocator.cpp +++ b/mozilla/js2/src/gc_allocator.cpp @@ -6,7 +6,7 @@ // the License at http://www.mozilla.org/NPL/ // // Software distributed under the License is distributed on an "AS -// IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +// IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or // implied. See the License for the specific language governing // rights and limitations under the License. // diff --git a/mozilla/js2/src/gc_allocator.h b/mozilla/js2/src/gc_allocator.h index e1a5417bc0b..d7a22076d0e 100644 --- a/mozilla/js2/src/gc_allocator.h +++ b/mozilla/js2/src/gc_allocator.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/gc_container.h b/mozilla/js2/src/gc_container.h index ca8a91ca00a..0b0c95c7d68 100644 --- a/mozilla/js2/src/gc_container.h +++ b/mozilla/js2/src/gc_container.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/js2execution.cpp b/mozilla/js2/src/js2execution.cpp index bf02fffee94..fc28c404e77 100644 --- a/mozilla/js2/src/js2execution.cpp +++ b/mozilla/js2/src/js2execution.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/js2runtime.cpp b/mozilla/js2/src/js2runtime.cpp index 41a21a2a288..7424eebf858 100644 --- a/mozilla/js2/src/js2runtime.cpp +++ b/mozilla/js2/src/js2runtime.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/js2runtime.h b/mozilla/js2/src/js2runtime.h index f1d944b5141..b21d4a2d9bd 100644 --- a/mozilla/js2/src/js2runtime.h +++ b/mozilla/js2/src/js2runtime.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/jsarray.cpp b/mozilla/js2/src/jsarray.cpp index e5bfa26dc26..aa05549f6d8 100644 --- a/mozilla/js2/src/jsarray.cpp +++ b/mozilla/js2/src/jsarray.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/jsarray.h b/mozilla/js2/src/jsarray.h index 73ea14f14ad..6f9b25aeddc 100644 --- a/mozilla/js2/src/jsarray.h +++ b/mozilla/js2/src/jsarray.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/jsclasses.h b/mozilla/js2/src/jsclasses.h index ad8a6f08d62..1dcce0f95dc 100644 --- a/mozilla/js2/src/jsclasses.h +++ b/mozilla/js2/src/jsclasses.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/jsdate.cpp b/mozilla/js2/src/jsdate.cpp index 90dcf63f770..54d1d6b6c7d 100644 --- a/mozilla/js2/src/jsdate.cpp +++ b/mozilla/js2/src/jsdate.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/jsdate.h b/mozilla/js2/src/jsdate.h index a260e4c5da3..abe897bee1f 100644 --- a/mozilla/js2/src/jsdate.h +++ b/mozilla/js2/src/jsdate.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/jslong.h b/mozilla/js2/src/jslong.h index 94bd8538c9c..c1d2e912ae6 100644 --- a/mozilla/js2/src/jslong.h +++ b/mozilla/js2/src/jslong.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/jsmath.cpp b/mozilla/js2/src/jsmath.cpp index 762627a49cd..978d4f84801 100644 --- a/mozilla/js2/src/jsmath.cpp +++ b/mozilla/js2/src/jsmath.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/jsmath.h b/mozilla/js2/src/jsmath.h index b1aa0417cf7..c7ef1e6d620 100644 --- a/mozilla/js2/src/jsmath.h +++ b/mozilla/js2/src/jsmath.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/jsstring.cpp b/mozilla/js2/src/jsstring.cpp index 875094e7741..178079b5668 100644 --- a/mozilla/js2/src/jsstring.cpp +++ b/mozilla/js2/src/jsstring.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/jsstring.h b/mozilla/js2/src/jsstring.h index e8010a73cfb..191f046a6e6 100644 --- a/mozilla/js2/src/jsstring.h +++ b/mozilla/js2/src/jsstring.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/jstypes.cpp b/mozilla/js2/src/jstypes.cpp index d7c866d8bf6..e9de80c698a 100644 --- a/mozilla/js2/src/jstypes.cpp +++ b/mozilla/js2/src/jstypes.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/jstypes.h b/mozilla/js2/src/jstypes.h index 7f519c1e324..64f3c711ddf 100644 --- a/mozilla/js2/src/jstypes.h +++ b/mozilla/js2/src/jstypes.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/nodefactory.h b/mozilla/js2/src/nodefactory.h index 93efd0a48d7..dde9509a817 100644 --- a/mozilla/js2/src/nodefactory.h +++ b/mozilla/js2/src/nodefactory.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/prmjtime.cpp b/mozilla/js2/src/prmjtime.cpp index 96597c38ce9..6402f492306 100644 --- a/mozilla/js2/src/prmjtime.cpp +++ b/mozilla/js2/src/prmjtime.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/prmjtime.h b/mozilla/js2/src/prmjtime.h index 0dddf9652ab..baff671a9f3 100644 --- a/mozilla/js2/src/prmjtime.h +++ b/mozilla/js2/src/prmjtime.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/property.h b/mozilla/js2/src/property.h index ae199841637..32c203737c8 100644 --- a/mozilla/js2/src/property.h +++ b/mozilla/js2/src/property.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/reader.cpp b/mozilla/js2/src/reader.cpp index aeef6951b25..85043550988 100644 --- a/mozilla/js2/src/reader.cpp +++ b/mozilla/js2/src/reader.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS -* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/reader.h b/mozilla/js2/src/reader.h index 5b7f219c931..806331dcf89 100644 --- a/mozilla/js2/src/reader.h +++ b/mozilla/js2/src/reader.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/regexp/regexp.c b/mozilla/js2/src/regexp/regexp.c index f0df1f3a268..6e14cb6bdfe 100644 --- a/mozilla/js2/src/regexp/regexp.c +++ b/mozilla/js2/src/regexp/regexp.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/regexp/regexp.h b/mozilla/js2/src/regexp/regexp.h index c842b2cb388..9be153fd6e7 100644 --- a/mozilla/js2/src/regexp/regexp.h +++ b/mozilla/js2/src/regexp/regexp.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/regexpwrapper.cpp b/mozilla/js2/src/regexpwrapper.cpp index 95571aa4d1c..1d191a2391f 100644 --- a/mozilla/js2/src/regexpwrapper.cpp +++ b/mozilla/js2/src/regexpwrapper.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/stlcfg.h b/mozilla/js2/src/stlcfg.h index 44ed6fd8b43..4f6035bc348 100644 --- a/mozilla/js2/src/stlcfg.h +++ b/mozilla/js2/src/stlcfg.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/systemtypes.h b/mozilla/js2/src/systemtypes.h index fcfb68718c0..638e6d972ce 100644 --- a/mozilla/js2/src/systemtypes.h +++ b/mozilla/js2/src/systemtypes.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/tracer.cpp b/mozilla/js2/src/tracer.cpp index 93134964d34..fbb77c4660e 100644 --- a/mozilla/js2/src/tracer.cpp +++ b/mozilla/js2/src/tracer.cpp @@ -7,7 +7,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/tracer.h b/mozilla/js2/src/tracer.h index 6a80d60f324..68508d67b02 100644 --- a/mozilla/js2/src/tracer.h +++ b/mozilla/js2/src/tracer.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/utilities.cpp b/mozilla/js2/src/utilities.cpp index 05055b21971..520c3f34d4a 100644 --- a/mozilla/js2/src/utilities.cpp +++ b/mozilla/js2/src/utilities.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS -* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +* IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/utilities.h b/mozilla/js2/src/utilities.h index 16252343f18..f230927690a 100644 --- a/mozilla/js2/src/utilities.h +++ b/mozilla/js2/src/utilities.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/vmtypes.cpp b/mozilla/js2/src/vmtypes.cpp index 1d52f0e7d49..8746bff94a0 100644 --- a/mozilla/js2/src/vmtypes.cpp +++ b/mozilla/js2/src/vmtypes.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/vmtypes.h b/mozilla/js2/src/vmtypes.h index fcc71436484..e0525988f30 100644 --- a/mozilla/js2/src/vmtypes.h +++ b/mozilla/js2/src/vmtypes.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/world.cpp b/mozilla/js2/src/world.cpp index 8be25607bec..487fdc464fa 100644 --- a/mozilla/js2/src/world.cpp +++ b/mozilla/js2/src/world.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/src/world.h b/mozilla/js2/src/world.h index 218eaf4dec9..85b742c25d0 100644 --- a/mozilla/js2/src/world.h +++ b/mozilla/js2/src/world.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/js2/tests/cpp/DikDik_Shell.cpp b/mozilla/js2/tests/cpp/DikDik_Shell.cpp index c0b39171c05..e459ebff801 100644 --- a/mozilla/js2/tests/cpp/DikDik_Shell.cpp +++ b/mozilla/js2/tests/cpp/DikDik_Shell.cpp @@ -6,7 +6,7 @@ // the License at http://www.mozilla.org/NPL/ // // Software distributed under the License is distributed on an "AS -// IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +// IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or // implied. See the License for the specific language governing // rights and limitations under the License. // diff --git a/mozilla/js2/tests/cpp/js2_shell.cpp b/mozilla/js2/tests/cpp/js2_shell.cpp index c95c9272beb..2002b617b64 100644 --- a/mozilla/js2/tests/cpp/js2_shell.cpp +++ b/mozilla/js2/tests/cpp/js2_shell.cpp @@ -6,7 +6,7 @@ // the License at http://www.mozilla.org/NPL/ // // Software distributed under the License is distributed on an "AS -// IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +// IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or // implied. See the License for the specific language governing // rights and limitations under the License. // diff --git a/mozilla/js2/tools/gencode.pl b/mozilla/js2/tools/gencode.pl index 332d975748f..85e0f9c6956 100644 --- a/mozilla/js2/tools/gencode.pl +++ b/mozilla/js2/tools/gencode.pl @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # diff --git a/mozilla/js2/tools/genmap.pl b/mozilla/js2/tools/genmap.pl index 7e1b5b5c911..785060e8500 100644 --- a/mozilla/js2/tools/genmap.pl +++ b/mozilla/js2/tools/genmap.pl @@ -6,7 +6,7 @@ # the License at http://www.mozilla.org/NPL/ # # Software distributed under the License is distributed on an "AS -# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr +# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or # implied. See the License for the specific language governing # rights and limitations under the License. # @@ -50,7 +50,7 @@ print <This is the footer
This row should be in the (grey) table body

-
For comparision: The same table without a tfoot
+
For comparison: The same table without a tfoot
diff --git a/mozilla/layout/xul/base/src/nsSprocketLayout.cpp b/mozilla/layout/xul/base/src/nsSprocketLayout.cpp index 8d01b7ca3a6..7447eacad5d 100644 --- a/mozilla/layout/xul/base/src/nsSprocketLayout.cpp +++ b/mozilla/layout/xul/base/src/nsSprocketLayout.cpp @@ -717,7 +717,7 @@ nsSprocketLayout::PopulateBoxSizes(nsIBox* aBox, nsBoxLayoutState& aState, nsBox // this is a nice little optimization // it turns out that if we only have 1 flexable child - // then it does not matter what its prefered size is + // then it does not matter what its preferred size is // there is nothing to flex it relative. This is great // because we can avoid asking for a preferred size in this // case. Why is this good? Well you might have html inside it diff --git a/mozilla/lib/layout/edtbuf.cpp b/mozilla/lib/layout/edtbuf.cpp index 2be9731f399..2638229a5bf 100644 --- a/mozilla/lib/layout/edtbuf.cpp +++ b/mozilla/lib/layout/edtbuf.cpp @@ -3420,7 +3420,7 @@ EDT_ClipboardResult CEditBuffer::ReturnKey(XP_Bool bTyping, XP_Bool bIndent){ m_pCurrent->FindList(pContainer, pList); if( pContainer && pList ) { - // We are at the begining of an empty element in a list item container, + // We are at the beginning of an empty element in a list item container, // If we were going to Indent, just do that to current container, if( bIndent ) Indent(); @@ -12759,7 +12759,7 @@ EDT_ClipboardResult CEditBuffer::DeleteOrCopyAcrossCellBorders(CEditSelection& s else if( pTableAtStart != pTableAtEnd ) { // We must have a table at the end (and its not the same as the start) - // Delete/copy from start of selection to begining of table at end + // Delete/copy from start of selection to beginning of table at end pTempStartLeaf = pBegin; pTempEndLeaf = pTableAtEnd->PreviousLeaf(); @@ -13101,7 +13101,7 @@ void CEditBuffer::AppendCopyBetweenElements( CEditLeafElement *pBegin, CEditLeaf ElementOffset end_offset = 0; // The end element supplied was prepared for DELETING, - // (i.e., the begining and end of the selection were "divided") + // (i.e., the beginning and end of the selection were "divided") // so the end is guarenteed to be either a next sibling // or the temporary 0-length text element at the end of a real element // For the purpose of copying, we want to construct a "normal" selection @@ -17251,7 +17251,7 @@ ED_SizeStyle CEditBuffer::CanSizeObject(LO_Element *pLoElement, int32 xVal, int3 if( iXoffset < 0 || iYoffset < 0 ) return 0; - // Note that TOP RIGHT is prefered in the case + // Note that TOP RIGHT is preferred in the case // of small object (overlapping hits regions), // and left/right sides are favored over bottom corners if( iXoffset >= right_limit ) diff --git a/mozilla/lib/libi18n/vietnam.c b/mozilla/lib/libi18n/vietnam.c index 9bc8a90ca28..8ba2b89f013 100644 --- a/mozilla/lib/libi18n/vietnam.c +++ b/mozilla/lib/libi18n/vietnam.c @@ -387,7 +387,7 @@ PRIVATE unsigned char IsVIQRWord(const unsigned char *s, /*******************************************************************/ /*** Now, the hard part, I should check the semantic of the word,***/ - /*** But it will take more comparisions, and I don't think it is ***/ + /*** But it will take more comparisons, and I don't think it is ***/ /*** necessary, so I temporarily use the common sense here to ***/ /*** detect a vietnamese word. I'll implement semantic checking ***/ /*** later if it's really necessary ***/ diff --git a/mozilla/mailnews/addrbook/src/nsAbDirectoryQuery.cpp b/mozilla/mailnews/addrbook/src/nsAbDirectoryQuery.cpp index 117d2308669..921ab2738a4 100644 --- a/mozilla/mailnews/addrbook/src/nsAbDirectoryQuery.cpp +++ b/mozilla/mailnews/addrbook/src/nsAbDirectoryQuery.cpp @@ -609,7 +609,7 @@ nsresult nsAbDirectoryQuery::matchCardCondition (nsIAbCard* card, /* TODO * What about allowing choice between case insensitive - * and case sensitive comparisions? + * and case sensitive comparisons? * */ switch (conditionType) diff --git a/mozilla/mailnews/compose/public/nsIMsgCompose.idl b/mozilla/mailnews/compose/public/nsIMsgCompose.idl index fbafe42c0bc..8bee1f5b08c 100644 --- a/mozilla/mailnews/compose/public/nsIMsgCompose.idl +++ b/mozilla/mailnews/compose/public/nsIMsgCompose.idl @@ -163,7 +163,7 @@ interface nsIMsgCompose : nsISupports { CheckAndPopulateRecipients will perform several task: 1) if populateMailList is true, it will populate mailing presents in the compose field 2) if returnNoHTMLRecipients is true, build a list of non HTML recipient - 3) return the lowest common format prefered by recipients (unknow, plaintext or html) + 3) return the lowest common format preferred by recipients (unknow, plaintext or html) */ unsigned long CheckAndPopulateRecipients(in boolean populateMailList, in boolean returnNonHTMLRecipients, out wstring nonHTMLRecipients); diff --git a/mozilla/modules/libjar/test/TestJarCache.cpp b/mozilla/modules/libjar/test/TestJarCache.cpp index d4f03349f19..e130195465d 100644 --- a/mozilla/modules/libjar/test/TestJarCache.cpp +++ b/mozilla/modules/libjar/test/TestJarCache.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/modules/libnls/headers/coll.h b/mozilla/modules/libnls/headers/coll.h index 5a28b668329..5c1d5973ccf 100644 --- a/mozilla/modules/libnls/headers/coll.h +++ b/mozilla/modules/libnls/headers/coll.h @@ -165,7 +165,7 @@ *
  * .       UnicodeString a("abcdefgh"), b("ijklmnop");
  *
- * .       // This comparision is not as fast as collation keys.
+ * .       // This comparison is not as fast as collation keys.
  * .       // For multiple comparison, use CollationKey.  Please see CollationKey
  * .       // class description for more description
  * .       if (myCollation->compare(a, b) == Collator::LESS) { // ... }
diff --git a/mozilla/modules/libnls/headers/nlsxp.h b/mozilla/modules/libnls/headers/nlsxp.h
index 486c7416703..45ea763acef 100644
--- a/mozilla/modules/libnls/headers/nlsxp.h
+++ b/mozilla/modules/libnls/headers/nlsxp.h
@@ -519,7 +519,7 @@ typedef unsigned long UniCharUCS4;
 
 #define			NLS_MAX_ENCODING_NAME_SIZE			64
 
-/*				Constant name, prefered MIME name	IANA standard encoding name */
+/*				Constant name, preferred MIME name	IANA standard encoding name */
 /*				---------------------------------	--------------------------- */
 #define			NLS_ENCODING_US_ASCII				"ANSI_X3.4-1968"
 #define			NLS_ENCODING_ISO_8859_1				"ISO_8859-1:1987"
diff --git a/mozilla/modules/libnls/headers/tblcoll.h b/mozilla/modules/libnls/headers/tblcoll.h
index abf6f32b35e..bf01700a80b 100644
--- a/mozilla/modules/libnls/headers/tblcoll.h
+++ b/mozilla/modules/libnls/headers/tblcoll.h
@@ -221,7 +221,7 @@ class CollationElementIterator;
  * .     rules += "& C < ch, cH, Ch, CH";
  * .     RuleBasedCollator *mySpanish = new RuleBasedCollator(rules, status);
  * 
- *

In order to sort symbols in the similiar order of sorting their + *

In order to sort symbols in the similar order of sorting their * alphabetic equivalents, you can do the following, *

  * .     ErrorCode status = ZERO_ERROR;
diff --git a/mozilla/modules/oji/src/lcglue.cpp b/mozilla/modules/oji/src/lcglue.cpp
index f285a173f98..a25999df329 100644
--- a/mozilla/modules/oji/src/lcglue.cpp
+++ b/mozilla/modules/oji/src/lcglue.cpp
@@ -470,8 +470,8 @@ enter_js_from_java_impl(JNIEnv *jEnv, char **errp,
 
 #if 0
       // ISSUE: Needs security review. We don't compare certificates. 
-      // because currently there is no basis for making a postive comparision.
-      // If one or the other context is signed, the comparision will fail.
+      // because currently there is no basis for making a postive comparison.
+      // If one or the other context is signed, the comparison will fail.
 
         char jscertid[buflen];
         char jvcertid[buflen];
diff --git a/mozilla/modules/oji/tests/src/JNI/ClassOperation/FindClass_7.cpp b/mozilla/modules/oji/tests/src/JNI/ClassOperation/FindClass_7.cpp
index 269adc093af..e6c2b8d5a2c 100755
--- a/mozilla/modules/oji/tests/src/JNI/ClassOperation/FindClass_7.cpp
+++ b/mozilla/modules/oji/tests/src/JNI/ClassOperation/FindClass_7.cpp
@@ -28,7 +28,7 @@ JNI_OJIAPITest(JNIEnv_FindClass_7)
   jclass clazz = env->FindClass("Ljava/lang/String;");
 
   if(clazz==NULL){
-      return TestResult::FAIL("FindClass(java.lang.String) failes");
+      return TestResult::FAIL("FindClass(java.lang.String) failed");
   }
   return TestResult::PASS("FindClass(java.lang.String) return correct value");
 
diff --git a/mozilla/modules/oji/tests/src/JNI/ClassOperation/FindClass_8.cpp b/mozilla/modules/oji/tests/src/JNI/ClassOperation/FindClass_8.cpp
index 6ac9f5f4df3..d7a435c5f13 100755
--- a/mozilla/modules/oji/tests/src/JNI/ClassOperation/FindClass_8.cpp
+++ b/mozilla/modules/oji/tests/src/JNI/ClassOperation/FindClass_8.cpp
@@ -28,7 +28,7 @@ JNI_OJIAPITest(JNIEnv_FindClass_8)
   jclass clazz = env->FindClass("[Ljava/lang/String;");
 
   if(clazz==NULL){
-      return TestResult::FAIL("FindClass([java.lang.String) failes");
+      return TestResult::FAIL("FindClass([java.lang.String) failed");
   }
   return TestResult::PASS("FindClass([java.lang.String) return correct value");
 
diff --git a/mozilla/modules/plugin/base/src/ns4xPluginInstance.cpp b/mozilla/modules/plugin/base/src/ns4xPluginInstance.cpp
index e1dc05fc8b0..ed1c15cbe1e 100644
--- a/mozilla/modules/plugin/base/src/ns4xPluginInstance.cpp
+++ b/mozilla/modules/plugin/base/src/ns4xPluginInstance.cpp
@@ -419,7 +419,7 @@ error:
     mStreamBuffer=nsnull;
   }
 
-  if (leftToRead > 0)  // if we have more to read in this pass, do it recursivly
+  if (leftToRead > 0)  // if we have more to read in this pass, do it recursively
   {
     OnDataAvailable(pluginInfo, input, leftToRead);
   }
@@ -568,7 +568,7 @@ error:
     mStreamBuffer=nsnull;
   }
 
-  if (leftToRead > 0)  // if we have more to read in this pass, do it recursivly
+  if (leftToRead > 0)  // if we have more to read in this pass, do it recursively
   {
     OnDataAvailable(pluginInfo, input, sourceOffset, leftToRead);
   }
diff --git a/mozilla/modules/softupdt/src/os2updt.c b/mozilla/modules/softupdt/src/os2updt.c
index 848ada57f16..8eceaed6849 100644
--- a/mozilla/modules/softupdt/src/os2updt.c
+++ b/mozilla/modules/softupdt/src/os2updt.c
@@ -204,7 +204,7 @@ ULONG WriteLockFileDDToConfig (PSZ pszListFile)
                           NULL,
                           szUpdate,
                           CSYS_FIRST_TYPE);             /*Insert at first */
-                                                        /*similiar type   */
+                                                        /*similar type   */
 
       usRetCode = WriteBufferToFile (szFile, &pszCsys); /* write out config.sys*/
     }
diff --git a/mozilla/parser/htmlparser/src/nsHTMLTokens.cpp b/mozilla/parser/htmlparser/src/nsHTMLTokens.cpp
index 331e0f0a11e..1002cb1fe74 100644
--- a/mozilla/parser/htmlparser/src/nsHTMLTokens.cpp
+++ b/mozilla/parser/htmlparser/src/nsHTMLTokens.cpp
@@ -636,7 +636,7 @@ nsresult CTextToken::ConsumeUntil(PRUnichar aChar,PRBool aIgnoreComments,nsScann
     while (FindCharInReadable(PRUnichar(kLessThan), ltOffset, endPos) &&
            Distance(ltOffset, endPos) >= termStrLen) {
       // Make a copy of the (presumed) end tag and
-      // do a case-insensitive comparision
+      // do a case-insensitive comparison
 
       nsReadingIterator start(ltOffset), end(ltOffset);
       end.advance(termStrLen);
diff --git a/mozilla/tools/footprint/buster.cgi b/mozilla/tools/footprint/buster.cgi
index ff71fbeda54..a50cd7f588a 100755
--- a/mozilla/tools/footprint/buster.cgi
+++ b/mozilla/tools/footprint/buster.cgi
@@ -6,7 +6,7 @@
 # the License at http://www.mozilla.org/MPL/
 #
 # Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 # implied. See the License for the specific language governing
 # rights and limitations under the License.
 #
diff --git a/mozilla/tools/footprint/foldelf.cpp b/mozilla/tools/footprint/foldelf.cpp
index a363d7cac22..aa01d9e8b85 100644
--- a/mozilla/tools/footprint/foldelf.cpp
+++ b/mozilla/tools/footprint/foldelf.cpp
@@ -6,7 +6,7 @@
  * the License at http://www.mozilla.org/MPL/
  *
  * Software distributed under the License is distributed on an "AS
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  * implied. See the License for the specific language governing
  * rights and limitations under the License.
  *
diff --git a/mozilla/tools/footprint/linear-regression.awk b/mozilla/tools/footprint/linear-regression.awk
index c82ed13bd05..23838ad4d49 100755
--- a/mozilla/tools/footprint/linear-regression.awk
+++ b/mozilla/tools/footprint/linear-regression.awk
@@ -4,7 +4,7 @@
 # the License at http://www.mozilla.org/MPL/
 #
 # Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 # implied. See the License for the specific language governing
 # rights and limitations under the License.
 #
diff --git a/mozilla/tools/footprint/linux-gdf.mk b/mozilla/tools/footprint/linux-gdf.mk
index 4722a40bb26..4faf0f880b4 100644
--- a/mozilla/tools/footprint/linux-gdf.mk
+++ b/mozilla/tools/footprint/linux-gdf.mk
@@ -6,7 +6,7 @@
 # the License at http://www.mozilla.org/MPL/
 #
 # Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 # implied. See the License for the specific language governing
 # rights and limitations under the License.
 #
diff --git a/mozilla/tools/footprint/linux.gnuplot.in b/mozilla/tools/footprint/linux.gnuplot.in
index ed059d59287..294ec3a4710 100644
--- a/mozilla/tools/footprint/linux.gnuplot.in
+++ b/mozilla/tools/footprint/linux.gnuplot.in
@@ -4,7 +4,7 @@
 # the License at http://www.mozilla.org/MPL/
 #
 # Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 # implied. See the License for the specific language governing
 # rights and limitations under the License.
 #
diff --git a/mozilla/tools/footprint/watch.sh b/mozilla/tools/footprint/watch.sh
index 0ff467d02d6..5a2be69b2df 100755
--- a/mozilla/tools/footprint/watch.sh
+++ b/mozilla/tools/footprint/watch.sh
@@ -6,7 +6,7 @@
 # the License at http://www.mozilla.org/MPL/
 #
 # Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 # implied. See the License for the specific language governing
 # rights and limitations under the License.
 #
diff --git a/mozilla/tools/footprint/win32-gdf.mk b/mozilla/tools/footprint/win32-gdf.mk
index 70b1915f072..9c8acc43b9b 100644
--- a/mozilla/tools/footprint/win32-gdf.mk
+++ b/mozilla/tools/footprint/win32-gdf.mk
@@ -6,7 +6,7 @@
 # the License at http://www.mozilla.org/MPL/
 #
 # Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 # implied. See the License for the specific language governing
 # rights and limitations under the License.
 #
diff --git a/mozilla/tools/footprint/win32.gnuplot.in b/mozilla/tools/footprint/win32.gnuplot.in
index ba587218a9e..290338ef7bd 100644
--- a/mozilla/tools/footprint/win32.gnuplot.in
+++ b/mozilla/tools/footprint/win32.gnuplot.in
@@ -4,7 +4,7 @@
 # the License at http://www.mozilla.org/MPL/
 #
 # Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 # implied. See the License for the specific language governing
 # rights and limitations under the License.
 #
diff --git a/mozilla/tools/footprint/wm.cpp b/mozilla/tools/footprint/wm.cpp
index af9cbe10167..5782ab42660 100644
--- a/mozilla/tools/footprint/wm.cpp
+++ b/mozilla/tools/footprint/wm.cpp
@@ -6,7 +6,7 @@
  * the License at http://www.mozilla.org/MPL/
  *
  * Software distributed under the License is distributed on an "AS
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  * implied. See the License for the specific language governing
  * rights and limitations under the License.
  *
diff --git a/mozilla/tools/jprof/leaky.cpp b/mozilla/tools/jprof/leaky.cpp
index 19b68a8beb4..4d528e12222 100644
--- a/mozilla/tools/jprof/leaky.cpp
+++ b/mozilla/tools/jprof/leaky.cpp
@@ -469,7 +469,7 @@ void leaky::analyze()
   memset(countArray, 0, sizeof(countArray[0])*usefulSymbols);
 
   // The flag array is used to prevent counting symbols multiple times
-  // if functions are called recursivly.  In order to keep from having
+  // if functions are called recursively.  In order to keep from having
   // to zero it on each pass through the loop, we mark it with the value
   // of stacks on each trip through the loop.  This means we can determine
   // if we have seen this symbol for this stack trace w/o having to reset
diff --git a/mozilla/tools/post_compile/post_compile.cpp b/mozilla/tools/post_compile/post_compile.cpp
index f46bc9b7638..1ffc4bc37ad 100644
--- a/mozilla/tools/post_compile/post_compile.cpp
+++ b/mozilla/tools/post_compile/post_compile.cpp
@@ -6,7 +6,7 @@
  * the License at http://www.mozilla.org/MPL/
  *
  * Software distributed under the License is distributed on an "AS
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  * implied. See the License for the specific language governing
  * rights and limitations under the License.
  *
diff --git a/mozilla/tools/trace-malloc/TraceMalloc.pm b/mozilla/tools/trace-malloc/TraceMalloc.pm
index 8aedd829b6f..7407c0110ce 100644
--- a/mozilla/tools/trace-malloc/TraceMalloc.pm
+++ b/mozilla/tools/trace-malloc/TraceMalloc.pm
@@ -4,7 +4,7 @@
 # the License at http://www.mozilla.org/MPL/
 #
 # Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 # implied. See the License for the specific language governing
 # rights and limitations under the License.
 #
diff --git a/mozilla/tools/trace-malloc/blame.css b/mozilla/tools/trace-malloc/blame.css
index 690464a11e0..0bc73dd1162 100644
--- a/mozilla/tools/trace-malloc/blame.css
+++ b/mozilla/tools/trace-malloc/blame.css
@@ -6,7 +6,7 @@
  * the License at http://www.mozilla.org/MPL/
  *
  * Software distributed under the License is distributed on an "AS
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  * implied. See the License for the specific language governing
  * rights and limitations under the License.
  *
diff --git a/mozilla/tools/trace-malloc/blame.pl b/mozilla/tools/trace-malloc/blame.pl
index 41df980ff79..a14bcc18ea3 100755
--- a/mozilla/tools/trace-malloc/blame.pl
+++ b/mozilla/tools/trace-malloc/blame.pl
@@ -6,7 +6,7 @@
 # the License at http://www.mozilla.org/MPL/
 #
 # Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 # implied. See the License for the specific language governing
 # rights and limitations under the License.
 #
diff --git a/mozilla/tools/trace-malloc/bloatblame.c b/mozilla/tools/trace-malloc/bloatblame.c
index 7d24f009ee4..678e052f441 100644
--- a/mozilla/tools/trace-malloc/bloatblame.c
+++ b/mozilla/tools/trace-malloc/bloatblame.c
@@ -6,7 +6,7 @@
  * the License at http://www.mozilla.org/MPL/
  *
  * Software distributed under the License is distributed on an "AS
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  * implied. See the License for the specific language governing
  * rights and limitations under the License.
  *
diff --git a/mozilla/tools/trace-malloc/histogram-diff.sh b/mozilla/tools/trace-malloc/histogram-diff.sh
index 24c0f149556..5341a469808 100755
--- a/mozilla/tools/trace-malloc/histogram-diff.sh
+++ b/mozilla/tools/trace-malloc/histogram-diff.sh
@@ -6,7 +6,7 @@
 # the License at http://www.mozilla.org/MPL/
 #
 # Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 # implied. See the License for the specific language governing
 # rights and limitations under the License.
 #
diff --git a/mozilla/tools/trace-malloc/histogram-pretty.sh b/mozilla/tools/trace-malloc/histogram-pretty.sh
index 765aa00f2b5..7e9af78a01b 100755
--- a/mozilla/tools/trace-malloc/histogram-pretty.sh
+++ b/mozilla/tools/trace-malloc/histogram-pretty.sh
@@ -6,7 +6,7 @@
 # the License at http://www.mozilla.org/MPL/
 #
 # Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 # implied. See the License for the specific language governing
 # rights and limitations under the License.
 #
diff --git a/mozilla/tools/trace-malloc/histogram.pl b/mozilla/tools/trace-malloc/histogram.pl
index 4f09e8ef3e4..86c2319837f 100755
--- a/mozilla/tools/trace-malloc/histogram.pl
+++ b/mozilla/tools/trace-malloc/histogram.pl
@@ -6,7 +6,7 @@
 # the License at http://www.mozilla.org/MPL/
 #
 # Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 # implied. See the License for the specific language governing
 # rights and limitations under the License.
 #
diff --git a/mozilla/tools/trace-malloc/leak-soup.pl b/mozilla/tools/trace-malloc/leak-soup.pl
index 3174a01f27a..17db54a0bcd 100755
--- a/mozilla/tools/trace-malloc/leak-soup.pl
+++ b/mozilla/tools/trace-malloc/leak-soup.pl
@@ -6,7 +6,7 @@
 # the License at http://www.mozilla.org/MPL/
 #
 # Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 # implied. See the License for the specific language governing
 # rights and limitations under the License.
 #
diff --git a/mozilla/tools/trace-malloc/leakstats.c b/mozilla/tools/trace-malloc/leakstats.c
index cfe8c4dee2b..ffbb95419f3 100644
--- a/mozilla/tools/trace-malloc/leakstats.c
+++ b/mozilla/tools/trace-malloc/leakstats.c
@@ -6,7 +6,7 @@
  * the License at http://www.mozilla.org/MPL/
  *
  * Software distributed under the License is distributed on an "AS
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  * implied. See the License for the specific language governing
  * rights and limitations under the License.
  *
diff --git a/mozilla/tools/trace-malloc/lib/nsTraceMalloc.c b/mozilla/tools/trace-malloc/lib/nsTraceMalloc.c
index 160e952b120..4db107725f9 100644
--- a/mozilla/tools/trace-malloc/lib/nsTraceMalloc.c
+++ b/mozilla/tools/trace-malloc/lib/nsTraceMalloc.c
@@ -6,7 +6,7 @@
  * the License at http://www.mozilla.org/MPL/
  *
  * Software distributed under the License is distributed on an "AS
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  * implied. See the License for the specific language governing
  * rights and limitations under the License.
  *
diff --git a/mozilla/tools/trace-malloc/lib/nsTraceMalloc.h b/mozilla/tools/trace-malloc/lib/nsTraceMalloc.h
index c71b4378c82..072a6bba139 100644
--- a/mozilla/tools/trace-malloc/lib/nsTraceMalloc.h
+++ b/mozilla/tools/trace-malloc/lib/nsTraceMalloc.h
@@ -6,7 +6,7 @@
  * the License at http://www.mozilla.org/MPL/
  *
  * Software distributed under the License is distributed on an "AS
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  * implied. See the License for the specific language governing
  * rights and limitations under the License.
  *
diff --git a/mozilla/tools/trace-malloc/lib/nsTypeInfo.cpp b/mozilla/tools/trace-malloc/lib/nsTypeInfo.cpp
index 9b68c231a26..b6cf08b289c 100644
--- a/mozilla/tools/trace-malloc/lib/nsTypeInfo.cpp
+++ b/mozilla/tools/trace-malloc/lib/nsTypeInfo.cpp
@@ -6,7 +6,7 @@
  * the License at http://www.mozilla.org/MPL/
  *
  * Software distributed under the License is distributed on an "AS
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  * implied. See the License for the specific language governing
  * rights and limitations under the License.
  *
diff --git a/mozilla/tools/trace-malloc/spacetrace.c b/mozilla/tools/trace-malloc/spacetrace.c
index 9eb5b00a226..bfde90ab92a 100644
--- a/mozilla/tools/trace-malloc/spacetrace.c
+++ b/mozilla/tools/trace-malloc/spacetrace.c
@@ -6,7 +6,7 @@
  * the License at http://www.mozilla.org/MPL/
  *
  * Software distributed under the License is distributed on an "AS
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  * implied. See the License for the specific language governing
  * rights and limitations under the License.
  *
diff --git a/mozilla/tools/trace-malloc/spacetrace.h b/mozilla/tools/trace-malloc/spacetrace.h
index 468eebb6696..c8af8786e39 100644
--- a/mozilla/tools/trace-malloc/spacetrace.h
+++ b/mozilla/tools/trace-malloc/spacetrace.h
@@ -6,7 +6,7 @@
  * the License at http://www.mozilla.org/MPL/
  *
  * Software distributed under the License is distributed on an "AS
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  * implied. See the License for the specific language governing
  * rights and limitations under the License.
  *
diff --git a/mozilla/tools/trace-malloc/tmreader.c b/mozilla/tools/trace-malloc/tmreader.c
index 22445dd4ddc..b1e8070efd2 100644
--- a/mozilla/tools/trace-malloc/tmreader.c
+++ b/mozilla/tools/trace-malloc/tmreader.c
@@ -6,7 +6,7 @@
  * the License at http://www.mozilla.org/MPL/
  *
  * Software distributed under the License is distributed on an "AS
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  * implied. See the License for the specific language governing
  * rights and limitations under the License.
  *
diff --git a/mozilla/tools/trace-malloc/tmreader.h b/mozilla/tools/trace-malloc/tmreader.h
index c9b8822eebe..5ac79c3f53c 100644
--- a/mozilla/tools/trace-malloc/tmreader.h
+++ b/mozilla/tools/trace-malloc/tmreader.h
@@ -6,7 +6,7 @@
  * the License at http://www.mozilla.org/MPL/
  *
  * Software distributed under the License is distributed on an "AS
- * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  * implied. See the License for the specific language governing
  * rights and limitations under the License.
  *
diff --git a/mozilla/tools/trace-malloc/types.dat b/mozilla/tools/trace-malloc/types.dat
index 1e78af0f33a..41f5e12b1ee 100644
--- a/mozilla/tools/trace-malloc/types.dat
+++ b/mozilla/tools/trace-malloc/types.dat
@@ -4,7 +4,7 @@
 # the License at http://www.mozilla.org/MPL/
 #
 # Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 # implied. See the License for the specific language governing
 # rights and limitations under the License.
 #
diff --git a/mozilla/tools/trace-malloc/uncategorized.pl b/mozilla/tools/trace-malloc/uncategorized.pl
index 592d6951ee6..2d238747821 100755
--- a/mozilla/tools/trace-malloc/uncategorized.pl
+++ b/mozilla/tools/trace-malloc/uncategorized.pl
@@ -6,7 +6,7 @@
 # the License at http://www.mozilla.org/MPL/
 #
 # Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 # implied. See the License for the specific language governing
 # rights and limitations under the License.
 #
diff --git a/mozilla/tools/wizards/new-from-template.pl b/mozilla/tools/wizards/new-from-template.pl
index 13f73017d29..de0d942cde5 100755
--- a/mozilla/tools/wizards/new-from-template.pl
+++ b/mozilla/tools/wizards/new-from-template.pl
@@ -6,7 +6,7 @@
 # the License at http://www.mozilla.org/NPL/
 #
 # Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 # implied. See the License for the specific language governing
 # rights and limitations under the License.
 #
diff --git a/mozilla/webtools/apidoc/parse_apidoc.pl b/mozilla/webtools/apidoc/parse_apidoc.pl
index 49374c7ce88..375965f4dd0 100644
--- a/mozilla/webtools/apidoc/parse_apidoc.pl
+++ b/mozilla/webtools/apidoc/parse_apidoc.pl
@@ -6,7 +6,7 @@
 # the License at http://www.mozilla.org/NPL/
 #
 # Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 # implied. See the License for the specific language governing
 # rights and limitations under the License.
 #
diff --git a/mozilla/webtools/apidoc/parse_devedge_doc.pl b/mozilla/webtools/apidoc/parse_devedge_doc.pl
index 114687cece6..09d1ecfbef1 100644
--- a/mozilla/webtools/apidoc/parse_devedge_doc.pl
+++ b/mozilla/webtools/apidoc/parse_devedge_doc.pl
@@ -6,7 +6,7 @@
 # the License at http://www.mozilla.org/NPL/
 #
 # Software distributed under the License is distributed on an "AS
-# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr
+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
 # implied. See the License for the specific language governing
 # rights and limitations under the License.
 #
diff --git a/mozilla/webtools/bugzilla/docs/html/Bugzilla-Guide.html b/mozilla/webtools/bugzilla/docs/html/Bugzilla-Guide.html
index 60045e438cd..77f0578ac34 100644
--- a/mozilla/webtools/bugzilla/docs/html/Bugzilla-Guide.html
+++ b/mozilla/webtools/bugzilla/docs/html/Bugzilla-Guide.html
@@ -7419,7 +7419,7 @@ CLASS="function"
 > when dealing with binary files, but never when dealing with text files.  That seems to suggest that rather than aribtrarily putting binmode() at the begining of the attachment files, there should be logic to determine if  at the beginning of the attachment files, there should be logic to determine if binmode() is needed or not.
@@ -16369,7 +16369,7 @@ CLASS="command"
 >
            Whitespace
           

Bugzilla's prefered indentation is 4 spaces (no tabs, please). +> Bugzilla's preferred indentation is 4 spaces (no tabs, please).

  • Whitespace

    Bugzilla's prefered indentation is 4 spaces (no tabs, please). +> Bugzilla's preferred indentation is 4 spaces (no tabs, please).

  • - Bugzilla's prefered indentation is 4 spaces (no tabs, please). + Bugzilla's preferred indentation is 4 spaces (no tabs, please). diff --git a/mozilla/webtools/bugzilla/docs/txt/Bugzilla-Guide.txt b/mozilla/webtools/bugzilla/docs/txt/Bugzilla-Guide.txt index 10732dd61b5..a01651b63c2 100644 --- a/mozilla/webtools/bugzilla/docs/txt/Bugzilla-Guide.txt +++ b/mozilla/webtools/bugzilla/docs/txt/Bugzilla-Guide.txt @@ -2171,7 +2171,7 @@ binmode(STDOUT); According to bug 62000, the perl documentation says that you should always use binmode() when dealing with binary files, but never when dealing with text files. That seems to suggest that rather than - aribtrarily putting binmode() at the begining of the attachment files, + aribtrarily putting binmode() at the beginning of the attachment files, there should be logic to determine if binmode() is needed or not. Tip @@ -5921,7 +5921,7 @@ D.5.2. Coding Style for Bugzilla Bugzilla. * Whitespace - Bugzilla's prefered indentation is 4 spaces (no tabs, please). + Bugzilla's preferred indentation is 4 spaces (no tabs, please). * Curly braces. The opening brace of a block should be on the same line as the statement that is causing the block and the closing brace should diff --git a/mozilla/webtools/bugzilla/docs/xml/patches.xml b/mozilla/webtools/bugzilla/docs/xml/patches.xml index b7f54e09bab..31d867e861a 100644 --- a/mozilla/webtools/bugzilla/docs/xml/patches.xml +++ b/mozilla/webtools/bugzilla/docs/xml/patches.xml @@ -317,7 +317,7 @@ grep (/$value/, @array); Whitespace - Bugzilla's prefered indentation is 4 spaces (no tabs, please). + Bugzilla's preferred indentation is 4 spaces (no tabs, please). diff --git a/mozilla/webtools/bugzilla/queryhelp.cgi b/mozilla/webtools/bugzilla/queryhelp.cgi index 93cbef755db..9fd5d985745 100755 --- a/mozilla/webtools/bugzilla/queryhelp.cgi +++ b/mozilla/webtools/bugzilla/queryhelp.cgi @@ -575,7 +575,7 @@ find describe. Selecting one or more of the products, versions, components, or m

    Products

    -

    Although all subprojects within the Mozilla project are similiar, there are several seperate +

    Although all subprojects within the Mozilla project are similar, there are several seperate products being developed. Each product has its own components. }; diff --git a/mozilla/webtools/tinderbox2/src/test/genbugs.tst b/mozilla/webtools/tinderbox2/src/test/genbugs.tst index 590b6d227ef..45af904edc4 100644 --- a/mozilla/webtools/tinderbox2/src/test/genbugs.tst +++ b/mozilla/webtools/tinderbox2/src/test/genbugs.tst @@ -5,9 +5,9 @@ # current time. -# $Revision: 1.6 $ -# $Date: 2001-02-15 23:53:33 $ -# $Author: kestes%tradinglinx.com $ +# $Revision: 1.7 $ +# $Date: 2002-03-19 04:30:07 $ +# $Author: timeless%mac.com $ # $Source: /home/befator/cvs/jail/cvsroot/mozilla/webtools/tinderbox2/src/test/genbugs.tst,v $ # $Name: not supported by cvs2svn $ # @@ -82,7 +82,7 @@ $TINDERBOX_DATA_DIR = ( $TinderConfig::TINDERBOX_DATA_DIR || 'assertions caused my multi-part news messages', 'Time shown ought to be UTC', - 'Make distclean failes: too many args on command line', + 'Make distclean failed: too many args on command line', 'Connection fails; no error message', ('Clicking on "Twisty" in <Subscribe dialog>'. diff --git a/mozilla/widget/src/gtk/nsGtkIMEHelper.cpp b/mozilla/widget/src/gtk/nsGtkIMEHelper.cpp index 781b442286a..c06d8ce0240 100644 --- a/mozilla/widget/src/gtk/nsGtkIMEHelper.cpp +++ b/mozilla/widget/src/gtk/nsGtkIMEHelper.cpp @@ -1183,13 +1183,13 @@ nsIMEGtkIC::GetInputStyle() { PRInt32 ivalue = 0; nsresult rv; - GdkIMStyle prefered_preedit_style = (GdkIMStyle) SUPPORTED_PREEDIT; - GdkIMStyle prefered_status_style = (GdkIMStyle) SUPPORTED_STATUS; + GdkIMStyle preferred_preedit_style = (GdkIMStyle) SUPPORTED_PREEDIT; + GdkIMStyle preferred_status_style = (GdkIMStyle) SUPPORTED_STATUS; #ifdef HPUX - prefered_preedit_style = (GdkIMStyle) GDK_IM_PREEDIT_POSITION; - prefered_status_style = (GdkIMStyle) GDK_IM_STATUS_NOTHING; - style = gdk_im_decide_style((GdkIMStyle)(prefered_preedit_style | prefered_status_style)); + preferred_preedit_style = (GdkIMStyle) GDK_IM_PREEDIT_POSITION; + preferred_status_style = (GdkIMStyle) GDK_IM_STATUS_NOTHING; + style = gdk_im_decide_style((GdkIMStyle)(preferred_preedit_style | preferred_status_style)); if (style) { ret_style = style; } else { @@ -1209,17 +1209,17 @@ nsIMEGtkIC::GetInputStyle() { rv = prefs->CopyCharPref(PREF_XIM_INPUTSTYLE, &input_style); if (NS_SUCCEEDED(rv) && input_style[0]) { if (!nsCRT::strcmp(input_style, VAL_INPUTSTYLE_ONTHESPOT)) { - prefered_preedit_style = (GdkIMStyle) GDK_IM_PREEDIT_CALLBACKS; - prefered_status_style = (GdkIMStyle) GDK_IM_STATUS_CALLBACKS; + preferred_preedit_style = (GdkIMStyle) GDK_IM_PREEDIT_CALLBACKS; + preferred_status_style = (GdkIMStyle) GDK_IM_STATUS_CALLBACKS; } else if (!nsCRT::strcmp(input_style, VAL_INPUTSTYLE_OVERTHESPOT)) { - prefered_preedit_style = (GdkIMStyle) GDK_IM_PREEDIT_POSITION; - prefered_status_style = (GdkIMStyle) GDK_IM_STATUS_NOTHING; + preferred_preedit_style = (GdkIMStyle) GDK_IM_PREEDIT_POSITION; + preferred_status_style = (GdkIMStyle) GDK_IM_STATUS_NOTHING; } else if (!nsCRT::strcmp(input_style, VAL_INPUTSTYLE_SEPARATE)) { - prefered_preedit_style = (GdkIMStyle) GDK_IM_PREEDIT_NOTHING; - prefered_status_style = (GdkIMStyle) GDK_IM_STATUS_NOTHING; + preferred_preedit_style = (GdkIMStyle) GDK_IM_PREEDIT_NOTHING; + preferred_status_style = (GdkIMStyle) GDK_IM_STATUS_NOTHING; } else if (!nsCRT::strcmp(input_style, VAL_INPUTSTYLE_NONE)) { - prefered_preedit_style = (GdkIMStyle) GDK_IM_PREEDIT_NONE; - prefered_status_style = (GdkIMStyle) GDK_IM_STATUS_NONE; + preferred_preedit_style = (GdkIMStyle) GDK_IM_PREEDIT_NONE; + preferred_status_style = (GdkIMStyle) GDK_IM_STATUS_NONE; } nsCRT::free(input_style); } @@ -1240,7 +1240,7 @@ nsIMEGtkIC::GetInputStyle() { ivalue = 0; } if (ivalue) { - prefered_preedit_style = (GdkIMStyle) ivalue; + preferred_preedit_style = (GdkIMStyle) ivalue; } nsCRT::free(preeditstyle_type); } @@ -1257,12 +1257,12 @@ nsIMEGtkIC::GetInputStyle() { ivalue = 0; } if (ivalue) { - prefered_status_style = (GdkIMStyle) ivalue; + preferred_status_style = (GdkIMStyle) ivalue; } nsCRT::free(statusstyle_type); } } - style = gdk_im_decide_style((GdkIMStyle)(prefered_preedit_style | prefered_status_style)); + style = gdk_im_decide_style((GdkIMStyle)(preferred_preedit_style | preferred_status_style)); if (style) { ret_style = style; } else { diff --git a/mozilla/widget/src/mac/nsWindow.cpp b/mozilla/widget/src/mac/nsWindow.cpp index 1944642fba1..aeda43aa3dd 100644 --- a/mozilla/widget/src/mac/nsWindow.cpp +++ b/mozilla/widget/src/mac/nsWindow.cpp @@ -2328,7 +2328,7 @@ nsWindow* nsWindow::FindWidgetHit(Point aThePoint) //------------------------------------------------------------------------- // WidgetToScreen // Walk up the parent tree, converting the given rect to global coordinates. -// This is similiar to CalcOffset() but we can't use GetBounds() because it +// This is similar to CalcOffset() but we can't use GetBounds() because it // only knows how to give us local coordinates. // @param aLocalRect -- rect in local coordinates of this widget // @param aGlobalRect -- |aLocalRect| in global coordinates diff --git a/mozilla/xpcom/base/nsError.h b/mozilla/xpcom/base/nsError.h index 5b7e7b72e9f..98963d6cb53 100644 --- a/mozilla/xpcom/base/nsError.h +++ b/mozilla/xpcom/base/nsError.h @@ -176,7 +176,7 @@ /* Returned when an unexpected error occurs */ #define NS_ERROR_UNEXPECTED ((nsresult) 0x8000ffffL) -/* Returned when a memory allocation failes */ +/* Returned when a memory allocation fails */ #define NS_ERROR_OUT_OF_MEMORY ((nsresult) 0x8007000eL) /* Returned when an illegal value is passed */ diff --git a/mozilla/xpcom/base/nsIProgrammingLanguage.idl b/mozilla/xpcom/base/nsIProgrammingLanguage.idl index cdab6054fe9..0bbbc3abc34 100644 --- a/mozilla/xpcom/base/nsIProgrammingLanguage.idl +++ b/mozilla/xpcom/base/nsIProgrammingLanguage.idl @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/xpcom/base/nsStackFrameWin.h b/mozilla/xpcom/base/nsStackFrameWin.h index 9dd4905e7cf..539866d1599 100644 --- a/mozilla/xpcom/base/nsStackFrameWin.h +++ b/mozilla/xpcom/base/nsStackFrameWin.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/xpcom/base/nsTraceMalloc.c b/mozilla/xpcom/base/nsTraceMalloc.c index 160e952b120..4db107725f9 100644 --- a/mozilla/xpcom/base/nsTraceMalloc.c +++ b/mozilla/xpcom/base/nsTraceMalloc.c @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/xpcom/base/nsTraceMalloc.h b/mozilla/xpcom/base/nsTraceMalloc.h index c71b4378c82..072a6bba139 100644 --- a/mozilla/xpcom/base/nsTraceMalloc.h +++ b/mozilla/xpcom/base/nsTraceMalloc.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/xpcom/base/nsTypeInfo.cpp b/mozilla/xpcom/base/nsTypeInfo.cpp index 9b68c231a26..b6cf08b289c 100644 --- a/mozilla/xpcom/base/nsTypeInfo.cpp +++ b/mozilla/xpcom/base/nsTypeInfo.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/xpcom/components/nsIClassInfo.idl b/mozilla/xpcom/components/nsIClassInfo.idl index 60938c4d638..1a9ecfef479 100644 --- a/mozilla/xpcom/components/nsIClassInfo.idl +++ b/mozilla/xpcom/components/nsIClassInfo.idl @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/xpcom/ds/nsStaticNameTable.cpp b/mozilla/xpcom/ds/nsStaticNameTable.cpp index 0eeb25f9ef7..60e5797ca0e 100644 --- a/mozilla/xpcom/ds/nsStaticNameTable.cpp +++ b/mozilla/xpcom/ds/nsStaticNameTable.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/xpcom/ds/nsStaticNameTable.h b/mozilla/xpcom/ds/nsStaticNameTable.h index 3bc625b893c..ef99e4738c2 100644 --- a/mozilla/xpcom/ds/nsStaticNameTable.h +++ b/mozilla/xpcom/ds/nsStaticNameTable.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/xpcom/ds/nsValueArray.cpp b/mozilla/xpcom/ds/nsValueArray.cpp index ab991c71db2..a5809b95bf8 100644 --- a/mozilla/xpcom/ds/nsValueArray.cpp +++ b/mozilla/xpcom/ds/nsValueArray.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/xpcom/ds/nsValueArray.h b/mozilla/xpcom/ds/nsValueArray.h index c1d99da9cb8..e919c7a2f6b 100644 --- a/mozilla/xpcom/ds/nsValueArray.h +++ b/mozilla/xpcom/ds/nsValueArray.h @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/MPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/xpcom/tests/TestCRT.cpp b/mozilla/xpcom/tests/TestCRT.cpp index 0f35ecb8816..8d6b7da1cfb 100644 --- a/mozilla/xpcom/tests/TestCRT.cpp +++ b/mozilla/xpcom/tests/TestCRT.cpp @@ -56,7 +56,7 @@ PRIntn sign(PRIntn val) { // Verify that nsCRT versions of string comparison routines get the // same answers as the native non-unicode versions. We only pass in -// iso-latin-1 strings, so the comparision must be valid. +// iso-latin-1 strings, so the comparison must be valid. static void Check(const char* s1, const char* s2, PRIntn n) { PRIntn clib = PL_strcmp(s1, s2); diff --git a/mozilla/xpcom/tests/windows/nsStringTest.h b/mozilla/xpcom/tests/windows/nsStringTest.h index 6632cec878e..8244a5a1eef 100644 --- a/mozilla/xpcom/tests/windows/nsStringTest.h +++ b/mozilla/xpcom/tests/windows/nsStringTest.h @@ -224,7 +224,7 @@ int CStringTester::TestSearching(){ { stringtype s1("hello there rick"); - PRInt32 pos=s1.FindChar('r'); //this will search from the begining, and for the length of the string. + PRInt32 pos=s1.FindChar('r'); //this will search from the beginning, and for the length of the string. NS_ASSERTION(pos==9,"Error: FindChar() with offset and count"); pos=s1.FindChar('r',PR_FALSE,0,5); //this will search from the front using count. THIS WILL FAIL! diff --git a/mozilla/xpcom/windbgdlg/windbgdlg.cpp b/mozilla/xpcom/windbgdlg/windbgdlg.cpp index 079dd5a568e..6ae72e5d007 100644 --- a/mozilla/xpcom/windbgdlg/windbgdlg.cpp +++ b/mozilla/xpcom/windbgdlg/windbgdlg.cpp @@ -6,7 +6,7 @@ * the License at http://www.mozilla.org/NPL/ * * Software distributed under the License is distributed on an "AS - * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express oqr + * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or * implied. See the License for the specific language governing * rights and limitations under the License. * diff --git a/mozilla/xpfe/browser/resources/content/navigator.js b/mozilla/xpfe/browser/resources/content/navigator.js index af91839f079..aaafc35b636 100644 --- a/mozilla/xpfe/browser/resources/content/navigator.js +++ b/mozilla/xpfe/browser/resources/content/navigator.js @@ -489,7 +489,7 @@ function WindowFocusTimerCallback(element) function BrowserFlushBookmarksAndHistory() { - // Flush bookmakrs and history (used when window closes or is cached). + // Flush bookmarks and history (used when window closes or is cached). try { // If bookmarks are dirty, flush 'em to disk var bmks = Components.classes["@mozilla.org/browser/bookmarks-service;1"] diff --git a/mozilla/xpfe/components/bookmarks/src/nsBookmarksService.cpp b/mozilla/xpfe/components/bookmarks/src/nsBookmarksService.cpp index 19c841f72be..936514b0625 100644 --- a/mozilla/xpfe/components/bookmarks/src/nsBookmarksService.cpp +++ b/mozilla/xpfe/components/bookmarks/src/nsBookmarksService.cpp @@ -5253,7 +5253,7 @@ nsBookmarksService::WriteBookmarksContainer(nsIRDFDataSource *ds, nsOutputFileSt /* - Note: this routine is similiar, yet distinctly different from, nsRDFContentUtils::GetTextForNode + Note: this routine is similar, yet distinctly different from, nsRDFContentUtils::GetTextForNode */ nsresult

  • This row should be in the (grey) table body