diff --git a/mozilla/browser/installer/unix/config.it b/mozilla/browser/installer/unix/config.it index 5ddb5463dd1..c49e7ea999e 100644 --- a/mozilla/browser/installer/unix/config.it +++ b/mozilla/browser/installer/unix/config.it @@ -1149,7 +1149,7 @@ Message AUTO Restricted Access=@MSG_NOT_ADMIN_AUTO@ [Site Selector] ; Dictates whether or not to show the pull down menu. ; Default value is SHOW. -; If Status= is set to HIDE, then Indentifier0 will be used +; If Status= is set to HIDE, then Identifier0 will be used ; and all other IdentifiersX will be ignored. Status=HIDE diff --git a/mozilla/browser/installer/windows/config.it b/mozilla/browser/installer/windows/config.it index 9f1172b507b..9db6b7d84d2 100644 --- a/mozilla/browser/installer/windows/config.it +++ b/mozilla/browser/installer/windows/config.it @@ -1066,7 +1066,7 @@ Message AUTO Restricted Access={MSG_NOT_ADMIN_AUTO} [Site Selector] ; Dictates whether or not to show the pull down menu. ; Default value is SHOW. -; If Status= is set to HIDE, then Indentifier0 will be used +; If Status= is set to HIDE, then Identifier0 will be used ; and all other IdentifiersX will be ignored. Status=HIDE diff --git a/mozilla/calendar/libical/NEWS b/mozilla/calendar/libical/NEWS index ad1299b2faa..083dd8375d6 100644 --- a/mozilla/calendar/libical/NEWS +++ b/mozilla/calendar/libical/NEWS @@ -226,7 +226,7 @@ Fixed more memory leaks. Version 0.18a 10 June 00 ( cvs tag libical-0-18a ) ----------------------------------------------- -Did the final tweaks to stow.c, a program to recieve and store iMIP +Did the final tweaks to stow.c, a program to receive and store iMIP messages. diff --git a/mozilla/camino/src/history/nsSimpleGlobalHistory.cpp b/mozilla/camino/src/history/nsSimpleGlobalHistory.cpp index 88187285e8d..27abb014958 100644 --- a/mozilla/camino/src/history/nsSimpleGlobalHistory.cpp +++ b/mozilla/camino/src/history/nsSimpleGlobalHistory.cpp @@ -997,7 +997,7 @@ nsSimpleGlobalHistory::SetRowValue(nsIMdbRow *aRow, mdb_column aCol, PRInt32 len = (nsCRT::strlen(aValue) * sizeof(PRUnichar)); PRUnichar *swapval = nsnull; - // eventually turn this on when we're confident in mork's abilitiy + // eventually turn this on when we're confident in mork's ability // to handle yarn forms properly #if 0 NS_ConvertUTF16toUTF8 utf8Value(aValue); diff --git a/mozilla/content/base/public/nsIXMLHttpRequest.idl b/mozilla/content/base/public/nsIXMLHttpRequest.idl index 08810da498b..eef72d47e6e 100644 --- a/mozilla/content/base/public/nsIXMLHttpRequest.idl +++ b/mozilla/content/base/public/nsIXMLHttpRequest.idl @@ -76,7 +76,7 @@ interface nsIVariant; * interface nsIDOMEventListener. * * The 'onload', 'onerror', and 'onreadystatechange' attributes moved to - * nsIJSXMLHttRequest, but if you're coding in C++ you should avoid using + * nsIJSXMLHttpRequest, but if you're coding in C++ you should avoid using * those. Though actually, if you use addEventListener from C++ weird things * will happen too, since the result will depend on what JS happens to be on * the stack when you do it.... diff --git a/mozilla/content/base/src/nsContentUtils.cpp b/mozilla/content/base/src/nsContentUtils.cpp index 73e7a4ff6f7..6037acc8f41 100644 --- a/mozilla/content/base/src/nsContentUtils.cpp +++ b/mozilla/content/base/src/nsContentUtils.cpp @@ -1467,7 +1467,7 @@ nsContentUtils::TrimCharsInSet(const char* aSet, aValue.BeginReading(valueCurrent); aValue.EndReading(valueEnd); - // Skip charaters in the beginning + // Skip characters in the beginning while (valueCurrent != valueEnd) { if (!IsCharInSet(aSet, *valueCurrent)) { break; @@ -1502,7 +1502,7 @@ nsContentUtils::TrimWhitespace(const nsAString& aStr, PRBool aTrimTrailing) aStr.BeginReading(start); aStr.EndReading(end); - // Skip whitespace charaters in the beginning + // Skip whitespace characters in the beginning while (start != end && nsCRT::IsAsciiSpace(*start)) { ++start; } diff --git a/mozilla/content/base/src/nsPlainTextSerializer.cpp b/mozilla/content/base/src/nsPlainTextSerializer.cpp index d86e93860f1..f2228c098dd 100644 --- a/mozilla/content/base/src/nsPlainTextSerializer.cpp +++ b/mozilla/content/base/src/nsPlainTextSerializer.cpp @@ -1518,7 +1518,7 @@ nsPlainTextSerializer::OutputQuotesAndIndent(PRBool stripTrailingSpaces /* = PR_ } if (!mCurrentLine.IsEmpty()) { /* Better don't output a space here, if the line is empty, - in case a recieving f=f-aware UA thinks, this were a flowed line, + in case a receiving f=f-aware UA thinks, this were a flowed line, which it isn't - it's just empty. (Flowed lines may be joined with the following one, so the empty line may be lost completely.) */ @@ -1877,7 +1877,7 @@ nsPlainTextSerializer::IsInPre() } /** - * This method is required only to indentify LI's inside OL. + * This method is required only to identify LI's inside OL. * Returns TRUE if we are inside an OL tag and FALSE otherwise. */ PRBool diff --git a/mozilla/content/base/src/nsRange.cpp b/mozilla/content/base/src/nsRange.cpp index 3330b68ac84..2653dd2e93b 100644 --- a/mozilla/content/base/src/nsRange.cpp +++ b/mozilla/content/base/src/nsRange.cpp @@ -1349,7 +1349,7 @@ RangeSubtreeIterator::Prev() } -// CollapseRangeAfterDelete() is a utiltiy method that is used by +// CollapseRangeAfterDelete() is a utility method that is used by // DeleteContents() and ExtractContents() to collapse the range // in the correct place, under the range's root container (the // range end points common container) as outlined by the Range spec: diff --git a/mozilla/content/xul/templates/src/nsXULTemplateQueryProcessorRDF.h b/mozilla/content/xul/templates/src/nsXULTemplateQueryProcessorRDF.h index 1c25f1d028f..66b883a86be 100755 --- a/mozilla/content/xul/templates/src/nsXULTemplateQueryProcessorRDF.h +++ b/mozilla/content/xul/templates/src/nsXULTemplateQueryProcessorRDF.h @@ -219,7 +219,7 @@ public: /** * Compile a query that's specified using the simple template * syntax. Each TestNode is created in a chain, the last compiled node - * is retured as aLastNode. All nodes will have been added to mAllTests + * is returned as aLastNode. All nodes will have been added to mAllTests * which owns the nodes. */ nsresult diff --git a/mozilla/directory/java-sdk/ldapsp/com/netscape/jndi/ldap/ContextEnv.java b/mozilla/directory/java-sdk/ldapsp/com/netscape/jndi/ldap/ContextEnv.java index cf58e5abe62..253364a01ef 100644 --- a/mozilla/directory/java-sdk/ldapsp/com/netscape/jndi/ldap/ContextEnv.java +++ b/mozilla/directory/java-sdk/ldapsp/com/netscape/jndi/ldap/ContextEnv.java @@ -212,7 +212,7 @@ class ContextEnv extends ShareableEnv { } /** - * Set the maximum number of miliseconds to wait for any operation under default + * Set the maximum number of milliseconds to wait for any operation under default * SearchConstraints for the connection. * Specified with the env property java.naming.ldap.timelimit * Note: sun ldap does not have this property diff --git a/mozilla/dom/tests/js/write2.html b/mozilla/dom/tests/js/write2.html index 40d0e4a2b2b..8fcfd1075a5 100644 --- a/mozilla/dom/tests/js/write2.html +++ b/mozilla/dom/tests/js/write2.html @@ -36,7 +36,7 @@ function closeDoc() {
This test uses the open, write and close methods of a document to construct a document. It tests the "out-of-line" -capabilties of document.write i.e. the ability to use +capabilities of document.write i.e. the ability to use document.write to create an entirely new document.