diff --git a/mozilla/accessible/public/nsIAccessible.idl b/mozilla/accessible/public/nsIAccessible.idl index 506b7a33b10..5b08c52ce2c 100644 --- a/mozilla/accessible/public/nsIAccessible.idl +++ b/mozilla/accessible/public/nsIAccessible.idl @@ -310,7 +310,7 @@ interface nsIAccessible : nsISupports /** * Extended state flags (for now non-MSAA, for Java and Gnome/ATK support) - * "Extended state flags" has seperate value space from "MSAA State flags". + * "Extended state flags" has separate value space from "MSAA State flags". */ const unsigned long EXT_STATE_DEFUNCT = 0x00080000; // Object no longer exists const unsigned long EXT_STATE_SELECTABLE_TEXT= 0x00100000; // For text which is selectable, object must implement nsIAccessibleText diff --git a/mozilla/browser/components/safebrowsing/content/globalstore.js b/mozilla/browser/components/safebrowsing/content/globalstore.js index ade9fc71993..f15414922db 100644 --- a/mozilla/browser/components/safebrowsing/content/globalstore.js +++ b/mozilla/browser/components/safebrowsing/content/globalstore.js @@ -112,7 +112,7 @@ PROT_DataProvider.prototype.loadDataProviderPrefs_ = function() { this.reportErrorURL_ = this.getUrlPref_(basePref + "reportErrorURL"); this.reportPhishURL_ = this.getUrlPref_(basePref + "reportPhishURL"); - // Propogate the changes to the list-manager. + // Propagate the changes to the list-manager. this.updateListManager_(); } diff --git a/mozilla/embedding/browser/activex/src/plugin/npwin.cpp b/mozilla/embedding/browser/activex/src/plugin/npwin.cpp index 7f3a07a7122..9cbabd4b617 100644 --- a/mozilla/embedding/browser/activex/src/plugin/npwin.cpp +++ b/mozilla/embedding/browser/activex/src/plugin/npwin.cpp @@ -138,7 +138,7 @@ NP_Initialize(NPNetscapeFuncs* pFuncs) // NP_Shutdown // // called immediately before the plugin DLL is unloaded. -// This functio shuold check for some ref count on the dll to see if it is +// This function should check for some ref count on the dll to see if it is // unloadable or it needs to stay in memory. // NPError WINAPI NP_EXPORT diff --git a/mozilla/embedding/components/windowwatcher/public/nsIDialogParamBlock.idl b/mozilla/embedding/components/windowwatcher/public/nsIDialogParamBlock.idl index f9feb9cb8df..a50580baa43 100644 --- a/mozilla/embedding/components/windowwatcher/public/nsIDialogParamBlock.idl +++ b/mozilla/embedding/components/windowwatcher/public/nsIDialogParamBlock.idl @@ -45,7 +45,7 @@ interface nsIMutableArray; [scriptable, uuid(f76c0901-437a-11d3-b7a0-e35db351b4bc)] interface nsIDialogParamBlock: nsISupports { - /** Get or set an interger to pass. + /** Get or set an integer to pass. * Index must be in the range 0..7 */ PRInt32 GetInt( in PRInt32 inIndex ); diff --git a/mozilla/extensions/python/dom/nsdom/context.py b/mozilla/extensions/python/dom/nsdom/context.py index b3f560e800e..93fdb30ad68 100644 --- a/mozilla/extensions/python/dom/nsdom/context.py +++ b/mozilla/extensions/python/dom/nsdom/context.py @@ -122,7 +122,7 @@ class WrappedNative(Component): # to us until someone calls self._remember_object() on the context - # which sets up all kinds of cycles! self.__dict__['_context_'] = context - # We store expandos in a seperate dict rather than directly in our + # We store expandos in a separate dict rather than directly in our # __dict__. No real need for this other than to prevent these # attributes clobbering ones we need to work! self.__dict__['_expandos_'] = {} diff --git a/mozilla/extensions/spellcheck/src/mozInlineSpellWordUtil.cpp b/mozilla/extensions/spellcheck/src/mozInlineSpellWordUtil.cpp index 02ac7065625..bb71b996e88 100644 --- a/mozilla/extensions/spellcheck/src/mozInlineSpellWordUtil.cpp +++ b/mozilla/extensions/spellcheck/src/mozInlineSpellWordUtil.cpp @@ -935,7 +935,7 @@ WordSplitState::FindSpecialWord() for (i = mDOMWordOffset; i < PRInt32(mDOMWordText.Length()); i ++) { if (mDOMWordText[i] == '@') { - // only accept this if there are unambigous word characters (don't bother + // only accept this if there are unambiguous word characters (don't bother // recursing to disambiguate apostrophes) on each side. This prevents // classifying, e.g. "@home" as an email address diff --git a/mozilla/extensions/webdav/public/nsIWebDAVService.idl b/mozilla/extensions/webdav/public/nsIWebDAVService.idl index 4786af976cf..722af752229 100644 --- a/mozilla/extensions/webdav/public/nsIWebDAVService.idl +++ b/mozilla/extensions/webdav/public/nsIWebDAVService.idl @@ -105,7 +105,7 @@ interface nsIWebDAVService : nsISupports in nsISupports closure); /** * @param properties an array of propertynames, where the namespace - * and the name of the properties are seperated by + * and the name of the properties are separated by * a space * @param notificationCallbacks * The notification callbacks to be passed to the channel diff --git a/mozilla/extensions/xforms/nsIModelElementPrivate.idl b/mozilla/extensions/xforms/nsIModelElementPrivate.idl index df95cdc0bcf..a0846efdca3 100644 --- a/mozilla/extensions/xforms/nsIModelElementPrivate.idl +++ b/mozilla/extensions/xforms/nsIModelElementPrivate.idl @@ -67,7 +67,7 @@ interface nsIModelElementPrivate : nsIXFormsModelElement /** * This function takes an instance data node, finds the type bound to it, and - * returns the seperated out type and namespace URI. If no type is set for + * returns the separated out type and namespace URI. If no type is set for * the node, then it returns the defaults: "http://www.w3.org/2001/XMLSchema" * and "string" */ diff --git a/mozilla/extensions/xforms/nsIXFormsRangeConditionAccessors.idl b/mozilla/extensions/xforms/nsIXFormsRangeConditionAccessors.idl index a9ce69b8b3d..42a0e2cabbc 100644 --- a/mozilla/extensions/xforms/nsIXFormsRangeConditionAccessors.idl +++ b/mozilla/extensions/xforms/nsIXFormsRangeConditionAccessors.idl @@ -54,7 +54,7 @@ interface nsIXFormsRangeConditionAccessors : nsIXFormsAccessors /** * Used to tell the XForms processor whether the control can represent all * of data in the bound node. For example, if there are 3 different - * space-seperated values in the instance data bound to a xf:select1 and the + * space-separated values in the instance data bound to a xf:select1 and the * select1 only has one item, then the data must be out of the range of * the control. * diff --git a/mozilla/extensions/xforms/nsXFormsModelElement.cpp b/mozilla/extensions/xforms/nsXFormsModelElement.cpp index 1f1b346a466..6774167ef76 100644 --- a/mozilla/extensions/xforms/nsXFormsModelElement.cpp +++ b/mozilla/extensions/xforms/nsXFormsModelElement.cpp @@ -2439,7 +2439,7 @@ nsXFormsModelElement::ProcessBind(nsIDOMXPathEvaluator *aEvaluator, NS_ENSURE_TRUE(newString, NS_ERROR_OUT_OF_MEMORY); NS_ENSURE_TRUE(table->Put(node, newString), NS_ERROR_OUT_OF_MEMORY); - // string is succesfully stored in the table, we should not dealloc it + // string is successfully stored in the table, we should not dealloc it newString.forget(); if (j == eModel_type) { diff --git a/mozilla/extensions/xforms/nsXFormsOutputElement.cpp b/mozilla/extensions/xforms/nsXFormsOutputElement.cpp index 66745e850b4..70794d94ba9 100755 --- a/mozilla/extensions/xforms/nsXFormsOutputElement.cpp +++ b/mozilla/extensions/xforms/nsXFormsOutputElement.cpp @@ -67,7 +67,7 @@ * * \ is not really that different from \ * (ie. nsXFormsDelegateStub), except that it has an "value" attribute that - * must be handled seperately because it is evaluated to a string result. + * must be handled separately because it is evaluated to a string result. * * @see http://www.w3.org/TR/xforms/slice8.html#ui-output */ diff --git a/mozilla/extensions/xforms/resources/content/select.xml b/mozilla/extensions/xforms/resources/content/select.xml index fdfa7be3286..02f97008478 100644 --- a/mozilla/extensions/xforms/resources/content/select.xml +++ b/mozilla/extensions/xforms/resources/content/select.xml @@ -791,7 +791,7 @@ } } else { // not a copyItem, so grab the item's value and append it to our - // space seperated list. + // space separated list. selectedValues += options[i].control. QueryInterface(Components.interfaces.nsIXFormsSelectChild).value; } diff --git a/mozilla/gfx/src/x11shared/nsXFontAAScaledBitmap.cpp b/mozilla/gfx/src/x11shared/nsXFontAAScaledBitmap.cpp index edc8677c2dc..703233e26f0 100644 --- a/mozilla/gfx/src/x11shared/nsXFontAAScaledBitmap.cpp +++ b/mozilla/gfx/src/x11shared/nsXFontAAScaledBitmap.cpp @@ -865,7 +865,7 @@ scale_image(nsAntiAliasedGlyph *aSrc, nsAntiAliasedGlyph *aDst) // // Calculate the ratio between the unscaled horizontal and - // the scaled horizontal. Use interger multiplication + // the scaled horizontal. Use integer multiplication // using a 24.8 format fixed decimal format. ratio = (dst_width<<8)/src_width; @@ -910,7 +910,7 @@ scale_image(nsAntiAliasedGlyph *aSrc, nsAntiAliasedGlyph *aDst) // // Calculate the ratio between the unscaled vertical and - // the scaled vertical. Use interger multiplication + // the scaled vertical. Use integer multiplication // using a 24.8 format fixed decimal format. ratio = (dst_height<<8)/src_height; diff --git a/mozilla/gfx/thebes/public/gfxContext.h b/mozilla/gfx/thebes/public/gfxContext.h index cdb84bbee68..23b4b272cb6 100644 --- a/mozilla/gfx/thebes/public/gfxContext.h +++ b/mozilla/gfx/thebes/public/gfxContext.h @@ -513,7 +513,7 @@ public: /** * Printing functions */ - // XXX look and see if the arguments here should be a seperate object + // XXX look and see if the arguments here should be a separate object void BeginPrinting(const nsAString& aTitle, const nsAString& aPrintToFileName); void EndPrinting(); void AbortPrinting(); diff --git a/mozilla/grendel/sources/grendel/URL/mailto/MailToURLConnection.java b/mozilla/grendel/sources/grendel/URL/mailto/MailToURLConnection.java index ac9eef41390..12e34462ceb 100644 --- a/mozilla/grendel/sources/grendel/URL/mailto/MailToURLConnection.java +++ b/mozilla/grendel/sources/grendel/URL/mailto/MailToURLConnection.java @@ -192,7 +192,7 @@ public class MailToURLConnection extends URLConnection { * *

NOTE: HTTP requires all request properties which can * legally have multiple instances with the same key - * to use a comma-seperated list syntax which enables multiple + * to use a comma-separated list syntax which enables multiple * properties to be appended into a single property. * * diff --git a/mozilla/grendel/sources/grendel/storage/FilterFolder.java b/mozilla/grendel/sources/grendel/storage/FilterFolder.java index a0d7f354ecd..58311ded8de 100644 --- a/mozilla/grendel/sources/grendel/storage/FilterFolder.java +++ b/mozilla/grendel/sources/grendel/storage/FilterFolder.java @@ -119,7 +119,7 @@ class FilterFolder extends FolderBase { } // Returns the set of messages that match the current search term, // all messages if there is no term, and null if there is no target folder. - // I think this should propogate the MessagingException up, but FolderBase + // I think this should propagate the MessagingException up, but FolderBase // is not doing this, so I need to talk to Terry. public synchronized Message[] getMessages() { resync(); diff --git a/mozilla/java/plugins/classes/org/mozilla/pluglet/PlugletStreamListener.java b/mozilla/java/plugins/classes/org/mozilla/pluglet/PlugletStreamListener.java index 7318829a911..403b11aef03 100644 --- a/mozilla/java/plugins/classes/org/mozilla/pluglet/PlugletStreamListener.java +++ b/mozilla/java/plugins/classes/org/mozilla/pluglet/PlugletStreamListener.java @@ -103,7 +103,7 @@ public interface PlugletStreamListener { void onStopBinding(PlugletStreamInfo streamInfo,int status); /** * Returns the type of stream.

- * @param int This is an interger representing the stream type:

+ * @param int This is an integer representing the stream type:

* 1 for STREAM_TYPE_NORMAL
* 2 for STREAM_TYPE_SEEK
* 3 for STREAM_TYPE_AS_FILE
diff --git a/mozilla/js/docs/parse_apidoc.pl b/mozilla/js/docs/parse_apidoc.pl index 08255940fd7..ea89689650b 100644 --- a/mozilla/js/docs/parse_apidoc.pl +++ b/mozilla/js/docs/parse_apidoc.pl @@ -22,7 +22,7 @@ # # Contributor(s): # Robert Ginda , Initial development. -# Pavel Hlavnicka , seperate tocs, param linking. +# Pavel Hlavnicka , separate tocs, param linking. # Petr Cimprich , nested frameset fix, encoded URLs. # Petr Cimprich , Mozilla sidebar generated from TOC # diff --git a/mozilla/js/src/jspubtd.h b/mozilla/js/src/jspubtd.h index cc99b2bdda9..581c2a313d9 100644 --- a/mozilla/js/src/jspubtd.h +++ b/mozilla/js/src/jspubtd.h @@ -545,7 +545,7 @@ typedef enum JSContextOp { /* * The possible values for contextOp when the runtime calls the callback are: - * JSCONTEXT_NEW JS_NewContext succesfully created a new JSContext + * JSCONTEXT_NEW JS_NewContext successfully created a new JSContext * instance. The callback can initialize the instance as * required. If the callback returns false, the instance * will be destroyed and JS_NewContext returns null. In diff --git a/mozilla/layout/doc/obsolete/nav4-html.html b/mozilla/layout/doc/obsolete/nav4-html.html index eee203379c3..12d751dd4a5 100644 --- a/mozilla/layout/doc/obsolete/nav4-html.html +++ b/mozilla/layout/doc/obsolete/nav4-html.html @@ -55,7 +55,7 @@ The parser processes META tags looking for META TARGET

  • The parser processes META tags looking for META tags which affect the character set. Nav4 handles the very first character set defining meta tag (all others -are ingored) by reloading the document with the proper character conversion +are ignored) by reloading the document with the proper character conversion module inserted into the stream pipeline.
  • @@ -383,7 +383,7 @@ state machine. It has no effect on any other state. CENTER DIV