From c6467de5591117f8d80c1fbcf0835e335dfd5d30 Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" Date: Wed, 1 Nov 2006 23:02:18 +0000 Subject: [PATCH] Bug 106386 Correct misspellings in source code r=glennrp@gmail.com, bclary@bclary.com rs=brendan git-svn-id: svn://10.0.0.236/trunk@214560 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/accessible/public/nsIAccessible.idl | 2 +- .../components/safebrowsing/content/globalstore.js | 2 +- mozilla/embedding/browser/activex/src/plugin/npwin.cpp | 2 +- .../windowwatcher/public/nsIDialogParamBlock.idl | 2 +- mozilla/extensions/python/dom/nsdom/context.py | 2 +- .../extensions/spellcheck/src/mozInlineSpellWordUtil.cpp | 2 +- mozilla/extensions/webdav/public/nsIWebDAVService.idl | 2 +- mozilla/extensions/xforms/nsIModelElementPrivate.idl | 2 +- .../xforms/nsIXFormsRangeConditionAccessors.idl | 2 +- mozilla/extensions/xforms/nsXFormsModelElement.cpp | 2 +- mozilla/extensions/xforms/nsXFormsOutputElement.cpp | 2 +- mozilla/extensions/xforms/resources/content/select.xml | 2 +- mozilla/gfx/src/x11shared/nsXFontAAScaledBitmap.cpp | 4 ++-- mozilla/gfx/thebes/public/gfxContext.h | 2 +- .../sources/grendel/URL/mailto/MailToURLConnection.java | 2 +- mozilla/grendel/sources/grendel/storage/FilterFolder.java | 2 +- .../org/mozilla/pluglet/PlugletStreamListener.java | 2 +- mozilla/js/docs/parse_apidoc.pl | 2 +- mozilla/js/src/jspubtd.h | 2 +- mozilla/layout/doc/obsolete/nav4-html.html | 4 ++-- mozilla/layout/generic/nsLineLayout.cpp | 2 +- mozilla/layout/svg/base/src/nsSVGStopFrame.cpp | 2 +- mozilla/mail/themes/pinstripe/mail/messageBody.css | 2 +- mozilla/mail/themes/pinstripe/mail/smileys.css | 2 +- mozilla/mail/themes/qute/mail/smileys.css | 2 +- mozilla/mailnews/base/prefs/resources/content/am-junk.js | 4 ++-- mozilla/mailnews/base/util/nsMsgMailNewsUrl.h | 2 +- mozilla/modules/libfont/src/wfMime.h | 2 +- mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp | 2 +- mozilla/modules/plugin/samples/default/os2/npos2.cpp | 2 +- mozilla/modules/plugin/samples/default/windows/npwin.cpp | 2 +- mozilla/netwerk/protocol/http/src/nsHttpTransaction.cpp | 2 +- mozilla/themes/classic/communicator/smileys.css | 2 +- mozilla/themes/modern/communicator/smileys.css | 2 +- .../toolkit/components/places/src/nsFaviconService.cpp | 2 +- mozilla/tools/codesighs/maptsvdifftool.c | 2 +- mozilla/tools/trace-malloc/spacecategory.c | 2 +- mozilla/tools/trace-malloc/spacetrace.c | 6 +++--- mozilla/tools/trace-malloc/types.dat | 2 +- mozilla/webtools/bugzilla/Bugzilla/User.pm | 2 +- mozilla/webtools/mozbot/mozbot.pl | 2 +- mozilla/webtools/tinderbox2/src/lib/HTMLPopUp.pm | 8 ++++---- mozilla/webtools/tinderbox2/src/lib/Summaries.pm | 8 ++++---- mozilla/webtools/tinderbox2/src/lib/TinderDB.pm | 8 ++++---- mozilla/widget/src/os2/nsWindow.cpp | 2 +- mozilla/xpcom/io/nsPipe3.cpp | 4 ++-- mozilla/xpinstall/src/nsInstallPatch.cpp | 2 +- .../wizard/libxpnet/GUSI/include/GUSIOpenTransport.h | 7 +++++-- 48 files changed, 67 insertions(+), 64 deletions(-) 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
      Closes the paragraph. Always does a conditional soft line break. The open tag pushes an alignment on the aligment stack. The close tag pops -the top alighment off. +the top alignment off.
      Attributes: none
    DIV
      Closes the paragraph. Always does a conditional soft line break. COLS diff --git a/mozilla/layout/generic/nsLineLayout.cpp b/mozilla/layout/generic/nsLineLayout.cpp index 289365f67d8..622933aa863 100644 --- a/mozilla/layout/generic/nsLineLayout.cpp +++ b/mozilla/layout/generic/nsLineLayout.cpp @@ -2098,7 +2098,7 @@ nsLineLayout::VerticalAlignFrames(PerSpanData* psd) while (nsnull != pfd) { nsIFrame* frame = pfd->mFrame; - // sanity check (see bug 105168, non-reproducable crashes from null frame) + // sanity check (see bug 105168, non-reproducible crashes from null frame) NS_ASSERTION(frame, "null frame in PerFrameData - something is very very bad"); if (!frame) { return; diff --git a/mozilla/layout/svg/base/src/nsSVGStopFrame.cpp b/mozilla/layout/svg/base/src/nsSVGStopFrame.cpp index c81bd5eb8b6..8f4e79799ea 100644 --- a/mozilla/layout/svg/base/src/nsSVGStopFrame.cpp +++ b/mozilla/layout/svg/base/src/nsSVGStopFrame.cpp @@ -43,7 +43,7 @@ #include "nsISVGValue.h" // This is a very simple frame whose only purpose is to capture style change -// events and propogate them to the parent. Most of the heavy lifting is done +// events and propagate them to the parent. Most of the heavy lifting is done // within the nsSVGGradientFrame, which is the parent for this frame typedef nsFrame nsSVGStopFrameBase; diff --git a/mozilla/mail/themes/pinstripe/mail/messageBody.css b/mozilla/mail/themes/pinstripe/mail/messageBody.css index 31e07764bbd..0d36db64727 100644 --- a/mozilla/mail/themes/pinstripe/mail/messageBody.css +++ b/mozilla/mail/themes/pinstripe/mail/messageBody.css @@ -201,7 +201,7 @@ span.moz-smiley-s7 { background-image: url("chrome://communicator/skin/icons/smileys/smiley-undecided.png"); } -/* suprise */ +/* surprise */ span.moz-smiley-s8 { background-image: url("chrome://communicator/skin/icons/smileys/smiley-surprised.png"); } diff --git a/mozilla/mail/themes/pinstripe/mail/smileys.css b/mozilla/mail/themes/pinstripe/mail/smileys.css index 1e2f1614648..e9fcfa50cb1 100644 --- a/mozilla/mail/themes/pinstripe/mail/smileys.css +++ b/mozilla/mail/themes/pinstripe/mail/smileys.css @@ -125,7 +125,7 @@ span.moz-smiley-s7 { background-image: url("chrome://communicator/skin/icons/smileys/smiley-undecided.png"); } -/* suprise */ +/* surprise */ span.moz-smiley-s8 { background-image: url("chrome://communicator/skin/icons/smileys/smiley-surprised.png"); } diff --git a/mozilla/mail/themes/qute/mail/smileys.css b/mozilla/mail/themes/qute/mail/smileys.css index 26a3a6f281b..320e62dca95 100644 --- a/mozilla/mail/themes/qute/mail/smileys.css +++ b/mozilla/mail/themes/qute/mail/smileys.css @@ -125,7 +125,7 @@ span.moz-smiley-s7 { background-image: url("chrome://communicator/skin/icons/smileys/smiley-undecided.png"); } -/* suprise */ +/* surprise */ span.moz-smiley-s8 { background-image: url("chrome://communicator/skin/icons/smileys/smiley-surprised.png"); } diff --git a/mozilla/mailnews/base/prefs/resources/content/am-junk.js b/mozilla/mailnews/base/prefs/resources/content/am-junk.js index cadd829cd83..ef2c5ac35e7 100644 --- a/mozilla/mailnews/base/prefs/resources/content/am-junk.js +++ b/mozilla/mailnews/base/prefs/resources/content/am-junk.js @@ -97,7 +97,7 @@ function updateSpamLevel() document.getElementById('spamLevel').checked ? 100 : 0; } -// propogate changes to the server filter menu list back to +// propagate changes to the server filter menu list back to // our hidden wsm element. function onServerFilterListChange() { @@ -105,7 +105,7 @@ function onServerFilterListChange() document.getElementById("useServerFilterList").value; } -// propogate changes to the whitelist menu list back to +// propagate changes to the whitelist menu list back to // our hidden wsm element. function onWhiteListAbURIChange() { diff --git a/mozilla/mailnews/base/util/nsMsgMailNewsUrl.h b/mozilla/mailnews/base/util/nsMsgMailNewsUrl.h index 0e21fd7881b..faaa7f3929f 100644 --- a/mozilla/mailnews/base/util/nsMsgMailNewsUrl.h +++ b/mozilla/mailnews/base/util/nsMsgMailNewsUrl.h @@ -101,7 +101,7 @@ protected: PRBool m_suppressErrorMsgs; // the following field is really a bit of a hack to make - // open attachments work. The external applications code sometimes trys to figure out the right + // open attachments work. The external applications code sometimes tries to figure out the right // handler to use by looking at the file extension of the url we are trying to load. Unfortunately, // the attachment file name really isn't part of the url string....so we'll store it here...and if // the url we are running is an attachment url, we'll set it here. Then when the helper apps code diff --git a/mozilla/modules/libfont/src/wfMime.h b/mozilla/modules/libfont/src/wfMime.h index 47e2310ee10..63d645f5e88 100644 --- a/mozilla/modules/libfont/src/wfMime.h +++ b/mozilla/modules/libfont/src/wfMime.h @@ -55,7 +55,7 @@ struct mime_store { char *mimetype; - char *extensions; // comma seperated list of extension. Dot is optional + char *extensions; // comma separated list of extension. Dot is optional char *description; int isEnabled; // 0 if disabled; else enabled }; diff --git a/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp b/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp index 2b2bd38a224..f0355709583 100644 --- a/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp +++ b/mozilla/modules/plugin/base/src/nsPluginHostImpl.cpp @@ -2382,7 +2382,7 @@ nsresult nsPluginStreamListenerPeer::SetUpStreamListener(nsIRequest *request, !lastModified.IsEmpty()) { PRTime time64; - PR_ParseTimeString(lastModified.get(), PR_TRUE, &time64); //convert string time to interger time + PR_ParseTimeString(lastModified.get(), PR_TRUE, &time64); //convert string time to integer time // Convert PRTime to unix-style time_t, i.e. seconds since the epoch double fpTime; diff --git a/mozilla/modules/plugin/samples/default/os2/npos2.cpp b/mozilla/modules/plugin/samples/default/os2/npos2.cpp index 10b3aeaffde..c0a7da97b0c 100644 --- a/mozilla/modules/plugin/samples/default/os2/npos2.cpp +++ b/mozilla/modules/plugin/samples/default/os2/npos2.cpp @@ -160,7 +160,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 OSCALL NP_EXPORT diff --git a/mozilla/modules/plugin/samples/default/windows/npwin.cpp b/mozilla/modules/plugin/samples/default/windows/npwin.cpp index e0f2584ca35..9b6a3ef0b78 100644 --- a/mozilla/modules/plugin/samples/default/windows/npwin.cpp +++ b/mozilla/modules/plugin/samples/default/windows/npwin.cpp @@ -158,7 +158,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/netwerk/protocol/http/src/nsHttpTransaction.cpp b/mozilla/netwerk/protocol/http/src/nsHttpTransaction.cpp index 99bf5e153a4..411d2ea86f9 100644 --- a/mozilla/netwerk/protocol/http/src/nsHttpTransaction.cpp +++ b/mozilla/netwerk/protocol/http/src/nsHttpTransaction.cpp @@ -479,7 +479,7 @@ nsHttpTransaction::WritePipeSegment(nsIOutputStream *stream, if (NS_FAILED(rv)) trans->Close(rv); - return rv; // failure code only stops WriteSegments; it is not propogated. + return rv; // failure code only stops WriteSegments; it is not propagated. } nsresult diff --git a/mozilla/themes/classic/communicator/smileys.css b/mozilla/themes/classic/communicator/smileys.css index 3db9ecf94f2..40d55654c7f 100644 --- a/mozilla/themes/classic/communicator/smileys.css +++ b/mozilla/themes/classic/communicator/smileys.css @@ -124,7 +124,7 @@ span.moz-smiley-s7 { background-image: url("chrome://communicator/skin/icons/smileys/undecided_n.gif"); } -/* suprise */ +/* surprise */ span.moz-smiley-s8 { background-image: url("chrome://communicator/skin/icons/smileys/surprise_n.gif"); } diff --git a/mozilla/themes/modern/communicator/smileys.css b/mozilla/themes/modern/communicator/smileys.css index 3db9ecf94f2..40d55654c7f 100644 --- a/mozilla/themes/modern/communicator/smileys.css +++ b/mozilla/themes/modern/communicator/smileys.css @@ -124,7 +124,7 @@ span.moz-smiley-s7 { background-image: url("chrome://communicator/skin/icons/smileys/undecided_n.gif"); } -/* suprise */ +/* surprise */ span.moz-smiley-s8 { background-image: url("chrome://communicator/skin/icons/smileys/surprise_n.gif"); } diff --git a/mozilla/toolkit/components/places/src/nsFaviconService.cpp b/mozilla/toolkit/components/places/src/nsFaviconService.cpp index c15ef7b6027..019533e4a41 100644 --- a/mozilla/toolkit/components/places/src/nsFaviconService.cpp +++ b/mozilla/toolkit/components/places/src/nsFaviconService.cpp @@ -350,7 +350,7 @@ nsFaviconService::UpdateBookmarkRedirectFavicon(nsIURI* aPage, nsIURI* aFavicon) // nsFaviconService::SendFaviconNotifications // -// Call to send out favicon changed notifications. Shuold only be called +// Call to send out favicon changed notifications. Should only be called // when you know there is data loaded for the favicon. void diff --git a/mozilla/tools/codesighs/maptsvdifftool.c b/mozilla/tools/codesighs/maptsvdifftool.c index 8b305d4dac9..82070609cca 100644 --- a/mozilla/tools/codesighs/maptsvdifftool.c +++ b/mozilla/tools/codesighs/maptsvdifftool.c @@ -870,7 +870,7 @@ int difftool(Options* inOptions) theSymbol = theObject->mSymbols + symbolLoop; /* - ** Propogate the composition all the way to the top. + ** Propagate the composition all the way to the top. ** Sizes of zero change are skipped. */ if(0 < theSymbol->mSize) diff --git a/mozilla/tools/trace-malloc/spacecategory.c b/mozilla/tools/trace-malloc/spacecategory.c index 1d31c203f0d..5d982b32e5f 100644 --- a/mozilla/tools/trace-malloc/spacecategory.c +++ b/mozilla/tools/trace-malloc/spacecategory.c @@ -584,7 +584,7 @@ categorizeAllocation(STOptions * inOptions, STContext * inContext, node->runs[inContext->mIndex], aAllocation, PR_FALSE); - /* Propogate upwards the statistics */ + /* Propagate upwards the statistics */ /* XXX */ #if defined(DEBUG_dp) && 0 fprintf(stderr, "DEBUG: [%s] match\n", node->categoryName); diff --git a/mozilla/tools/trace-malloc/spacetrace.c b/mozilla/tools/trace-malloc/spacetrace.c index a2f7793a70a..7945b63d468 100644 --- a/mozilla/tools/trace-malloc/spacetrace.c +++ b/mozilla/tools/trace-malloc/spacetrace.c @@ -678,7 +678,7 @@ byteSize(STOptions * inOptions, STAllocation * aAlloc) ** recalculateAllocationCost ** ** Given an allocation, does a recalculation of Cost - weight, heapcount etc. -** and does the right thing to propogate the cost upwards. +** and does the right thing to propagate the cost upwards. */ int recalculateAllocationCost(STOptions * inOptions, STContext * inContext, @@ -1060,7 +1060,7 @@ harvestRun(const STRun * aInRun, STRun * aOutRun, /* ** recalculateRunCost ** -** Goes over all allocations of a run and recalculates and propogates +** Goes over all allocations of a run and recalculates and propagates ** the allocation costs - weight, heapcount, size */ int @@ -5790,7 +5790,7 @@ handleClient(void *inArg) */ PR_fprintf(aFD, "HTTP/1.1 200 OK%s", crlf); PR_fprintf(aFD, "Server: %s%s", - "$Id: spacetrace.c,v 1.53 2006-02-23 09:36:40 timeless%mozdev.org Exp $", + "$Id: spacetrace.c,v 1.54 2006-11-01 23:02:17 timeless%mozdev.org Exp $", crlf); PR_fprintf(aFD, "Content-type: "); if (NULL != strstr(start, ".png")) { diff --git a/mozilla/tools/trace-malloc/types.dat b/mozilla/tools/trace-malloc/types.dat index 52da70c95b3..77a3d60c3f8 100644 --- a/mozilla/tools/trace-malloc/types.dat +++ b/mozilla/tools/trace-malloc/types.dat @@ -5139,7 +5139,7 @@ nsTemplateMatch::GetAssignmentFor(nsConflictSet &, int, Value *) PR_Malloc PL_ArenaAllocate nsFixedSizeAllocator::Alloc(unsigned int) -nsInstantiationNode::Propogate(InstantiationSet const &, void *) +nsInstantiationNode::Propagate(InstantiationSet const &, void *) PR_Malloc diff --git a/mozilla/webtools/bugzilla/Bugzilla/User.pm b/mozilla/webtools/bugzilla/Bugzilla/User.pm index 947d0089e6c..28c79254c32 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/User.pm +++ b/mozilla/webtools/bugzilla/Bugzilla/User.pm @@ -1773,7 +1773,7 @@ obtained by Cgroups})>.) =item C -Returns a string containing a comma-seperated list of numeric group ids. If +Returns a string containing a comma-separated list of numeric group ids. If the user is not a member of any groups, returns "-1". This is most often used within an SQL IN() function. diff --git a/mozilla/webtools/mozbot/mozbot.pl b/mozilla/webtools/mozbot/mozbot.pl index 55030610af7..5415ed27156 100755 --- a/mozilla/webtools/mozbot/mozbot.pl +++ b/mozilla/webtools/mozbot/mozbot.pl @@ -1535,7 +1535,7 @@ package BotModules; # Do not override this either, unless you know what # you are doing (I don't, and I wrote it...). If you # want to add variables to $self, use Initialise. -# The paramter is the name of the module. +# The parameter is the name of the module. sub create { my $class = shift; my ($name, $filename) = @_; diff --git a/mozilla/webtools/tinderbox2/src/lib/HTMLPopUp.pm b/mozilla/webtools/tinderbox2/src/lib/HTMLPopUp.pm index 76a2e9e371e..fbe28b17337 100644 --- a/mozilla/webtools/tinderbox2/src/lib/HTMLPopUp.pm +++ b/mozilla/webtools/tinderbox2/src/lib/HTMLPopUp.pm @@ -12,9 +12,9 @@ # the completed string before it is returned. -# $Revision: 1.30 $ -# $Date: 2006-07-27 16:31:06 $ -# $Author: bear%code-bear.com $ +# $Revision: 1.31 $ +# $Date: 2006-11-01 23:02:18 $ +# $Author: timeless%mozdev.org $ # $Source: /home/befator/cvs/jail/cvsroot/mozilla/webtools/tinderbox2/src/lib/HTMLPopUp.pm,v $ # $Name: not supported by cvs2svn $ @@ -750,7 +750,7 @@ bug reports, please provide the version of CGI.pm, the version of Perl, the name and version of your Web server, and the name and version of the operating system you are using. If the problem is even remotely browser dependent, please provide information about the -affected browers as well. +affected browsers as well. =head1 SEE ALSO diff --git a/mozilla/webtools/tinderbox2/src/lib/Summaries.pm b/mozilla/webtools/tinderbox2/src/lib/Summaries.pm index 93e4ee8e6ee..ff13f0e1836 100644 --- a/mozilla/webtools/tinderbox2/src/lib/Summaries.pm +++ b/mozilla/webtools/tinderbox2/src/lib/Summaries.pm @@ -8,9 +8,9 @@ # The only external interface to this library is summary_pages() and # create_global_index() these functions are only called by tinder.cgi. -# $Revision: 1.17 $ -# $Date: 2005-10-06 07:23:05 $ -# $Author: bear%code-bear.com $ +# $Revision: 1.18 $ +# $Date: 2006-11-01 23:02:18 $ +# $Author: timeless%mozdev.org $ # $Source: /home/befator/cvs/jail/cvsroot/mozilla/webtools/tinderbox2/src/lib/Summaries.pm,v $ # $Name: not supported by cvs2svn $ @@ -383,7 +383,7 @@ EOF $body .= "\t\n"; - $body .= "\t\t
      "; + $body .= "\t\t
      "; $body .= HTMLPopUp::Link( "linktxt"=> ("$TREE is $TREE_STATE". diff --git a/mozilla/webtools/tinderbox2/src/lib/TinderDB.pm b/mozilla/webtools/tinderbox2/src/lib/TinderDB.pm index 26e46e93148..6bdd678e83a 100644 --- a/mozilla/webtools/tinderbox2/src/lib/TinderDB.pm +++ b/mozilla/webtools/tinderbox2/src/lib/TinderDB.pm @@ -17,9 +17,9 @@ # Time Column, Version Control (VC) checkin lists, # notice board display, build display (colored squares) -# $Revision: 1.24 $ -# $Date: 2006-07-27 16:31:06 $ -# $Author: bear%code-bear.com $ +# $Revision: 1.25 $ +# $Date: 2006-11-01 23:02:18 $ +# $Author: timeless%mozdev.org $ # $Source: /home/befator/cvs/jail/cvsroot/mozilla/webtools/tinderbox2/src/lib/TinderDB.pm,v $ # $Name: not supported by cvs2svn $ @@ -117,7 +117,7 @@ $VERSION = '#tinder_version#'; $DEBUG = 1; - # What border should the status legends use? new browers allow us to + # What border should the status legends use? new browsers allow us to # frame the parts of the legend without putting a border arround the # individual cells. diff --git a/mozilla/widget/src/os2/nsWindow.cpp b/mozilla/widget/src/os2/nsWindow.cpp index e5c369db864..a312223a730 100644 --- a/mozilla/widget/src/os2/nsWindow.cpp +++ b/mozilla/widget/src/os2/nsWindow.cpp @@ -2861,7 +2861,7 @@ PRBool nsWindow::ProcessMessage( ULONG msg, MPARAM mp1, MPARAM mp2, MRESULT &rc) } } result = DispatchMouseEvent( NS_MOUSE_MOVE, mp1, mp2); - // don't propogate mouse move or the OS will change the pointer + // don't propagate mouse move or the OS will change the pointer if (!mIsScrollBar) result = PR_TRUE; break; diff --git a/mozilla/xpcom/io/nsPipe3.cpp b/mozilla/xpcom/io/nsPipe3.cpp index 3b7c6f5cdfd..60741314c00 100644 --- a/mozilla/xpcom/io/nsPipe3.cpp +++ b/mozilla/xpcom/io/nsPipe3.cpp @@ -764,7 +764,7 @@ nsPipeInputStream::ReadSegments(nsWriteSegmentFun writer, if (NS_FAILED(rv) || writeCount == 0) { count = 0; // any errors returned from the writer end here: do not - // propogate to the caller of ReadSegments. + // propagate to the caller of ReadSegments. rv = NS_OK; break; } @@ -1095,7 +1095,7 @@ nsPipeOutputStream::WriteSegments(nsReadSegmentFun reader, if (NS_FAILED(rv) || readCount == 0) { count = 0; // any errors returned from the reader end here: do not - // propogate to the caller of WriteSegments. + // propagate to the caller of WriteSegments. rv = NS_OK; break; } diff --git a/mozilla/xpinstall/src/nsInstallPatch.cpp b/mozilla/xpinstall/src/nsInstallPatch.cpp index 0aba9e950b0..df2679a0d52 100644 --- a/mozilla/xpinstall/src/nsInstallPatch.cpp +++ b/mozilla/xpinstall/src/nsInstallPatch.cpp @@ -325,7 +325,7 @@ PRInt32 nsInstallPatch::Complete() nsCAutoString tempPath; mTargetFile->GetNativePath(tempPath); - // DO NOT propogate version registry errors, it will abort + // DO NOT propagate version registry errors, it will abort // FinalizeInstall() leaving things hosed. These piddly errors // aren't worth that. VR_Install( NS_CONST_CAST(char *, NS_ConvertUTF16toUTF8(*mRegistryName).get()), diff --git a/mozilla/xpinstall/wizard/libxpnet/GUSI/include/GUSIOpenTransport.h b/mozilla/xpinstall/wizard/libxpnet/GUSI/include/GUSIOpenTransport.h index 436839c6643..0858ca231c1 100644 --- a/mozilla/xpinstall/wizard/libxpnet/GUSI/include/GUSIOpenTransport.h +++ b/mozilla/xpinstall/wizard/libxpnet/GUSI/include/GUSIOpenTransport.h @@ -4,7 +4,10 @@ // % Author : Matthias Neeracher // % Language : C++ // % -// % $Log: not supported by cvs2svn $ +// % $Log: not supported by cvs2svn $ +// % Revision 1.1 2001/03/11 22:37:24 sgehani%netscape.com +// % First Checked In. +// % // % Revision 1.18 2001/01/17 08:58:06 neeri // % Releasing 2.1.4 // % @@ -327,7 +330,7 @@ public: virtual int getpeername(void * name, socklen_t * namelen); // [[accept]] may become quite complex, because connections could nest. The // listening socket calls [[OTListen]], queues candidates by their - // [[fNextListener]] field, and then trys calling [[OTAccept]] on the first + // [[fNextListener]] field, and then tries calling [[OTAccept]] on the first // candidate. // // =