[Pkg-mozext-commits] [firebug] 11/21: typofix - https://github.com/vlajos/misspell_fixer
David Prévot
taffit at moszumanska.debian.org
Tue Sep 15 16:17:06 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository firebug.
commit 0ed889335954eeeac391c38399adef7c0cafcb81
Author: Veres Lajos <vlajos at gmail.com>
Date: Sat Aug 8 22:42:20 2015 +0100
typofix - https://github.com/vlajos/misspell_fixer
---
extension/content/firebug/bti/inProcess/browser.js | 2 +-
extension/content/firebug/chrome/reps.js | 2 +-
extension/content/firebug/chrome/tabWatcher.js | 2 +-
extension/content/firebug/chrome/window.js | 2 +-
extension/content/firebug/console/autoCompleter.js | 2 +-
.../content/firebug/console/closureInspector.js | 2 +-
extension/content/firebug/cookies/cookieObserver.js | 2 +-
extension/content/firebug/cookies/cookiePanel.js | 2 +-
extension/content/firebug/cookies/cookieReps.js | 2 +-
.../content/firebug/debugger/script/scriptPanel.js | 2 +-
.../content/firebug/debugger/script/sourceTool.js | 2 +-
extension/content/firebug/firebugui/codemirror.css | 2 +-
extension/content/firebug/html/eventsPanel.js | 2 +-
extension/content/firebug/html/htmlModule.js | 2 +-
extension/content/firebug/html/inspector.js | 2 +-
extension/content/firebug/lib/domplate.js | 4 ++--
extension/content/firebug/lib/http.js | 2 +-
extension/content/firebug/lib/search.js | 2 +-
extension/content/firebug/net/netPanel.js | 4 ++--
extension/content/firebug/net/netReps.js | 2 +-
extension/content/firebug/net/netUtils.js | 8 ++++----
extension/content/firebug/net/spy.js | 2 +-
extension/modules/locale.js | 2 +-
tests/FBTest/content/testResultTabView.js | 4 ++--
tests/content/commandLine/4391/jquery-latest.js | 8 ++++----
tests/content/commandLine/api/dirxml.html | 2 +-
tests/content/console/1693/issue1693.js | 2 +-
tests/content/console/6356/jquery-1.9.1.js | 2 +-
tests/content/console/spy/2462/issue2462.js | 2 +-
tests/content/dom/sidePanel/sidePanel.html | 2 +-
tests/content/examples/exampleNet1.js | 2 +-
tests/content/firebug.html | 2 +-
tests/content/html/events/5440/jquery-1.5.js | 6 +++---
tests/content/html/events/5440/jquery-1.9.js | 2 +-
tests/content/net/1308/issue1308-1.6.js | 2 +-
tests/content/net/2221/issue2221-1.5.js | 2 +-
tests/content/net/2221/issue2221.js | 2 +-
tests/content/net/2696/issue2696.js | 2 +-
tests/content/net/369/issue369.htm | 2 +-
tests/content/net/372/issue372-1.6.js | 2 +-
tests/content/net/5592/issue5592.js | 2 +-
tests/content/net/700/issue700-1.6.js | 2 +-
tests/content/net/activation/activation.js | 2 +-
.../content/net/listeners/netInfoBodyListener-1.6.js | 2 +-
tests/content/script/3402/domplate.js | 2 +-
tests/content/script/4818/issue4818.html | 4 ++--
tests/content/script/breakpoints/7478/issue7478.js | 2 +-
tests/content/search/6435/issue6435.html | 6 +++---
tests/content/search/6435/issue6435.js | 8 ++++----
tests/content/search/6454/issue6454.js | 2 +-
tests/content/search/netPanelSearch.js | 2 +-
tests/content/test-bot.html | 2 +-
trace/FBTrace/chrome/content/lib/domplate.js | 4 ++--
trace/FBTrace/modules/orion/orion.js | 20 ++++++++++----------
trace/FBTrace/modules/orion/source-editor.jsm | 2 +-
55 files changed, 82 insertions(+), 82 deletions(-)
diff --git a/extension/content/firebug/bti/inProcess/browser.js b/extension/content/firebug/bti/inProcess/browser.js
index 9fb8a93..2de7fc5 100644
--- a/extension/content/firebug/bti/inProcess/browser.js
+++ b/extension/content/firebug/bti/inProcess/browser.js
@@ -453,7 +453,7 @@ Browser.prototype.removeListener = function(listener)
FBTrace.sysout("BTI.Browser.removeListener; ERROR Unknown listener " +
(listener.dispatchName ? listener.dispatchName : ""));
- // xxxHonza: should it be alwasy called or only if isConnected() == true?
+ // xxxHonza: should it be always called or only if isConnected() == true?
//if (this.isConnected())
Events.dispatch2([listener], "onDisconnect", [this]);
};
diff --git a/extension/content/firebug/chrome/reps.js b/extension/content/firebug/chrome/reps.js
index a6bad2d..2f1518a 100644
--- a/extension/content/firebug/chrome/reps.js
+++ b/extension/content/firebug/chrome/reps.js
@@ -2349,7 +2349,7 @@ FirebugReps.XPathResult = domplate(FirebugReps.Arr,
// xxxHonza: fix for test console/api/log-xpathresult
// FirebugReps.Arr.hasSpecialProperties iterates object properties
// (using Object.getOwnPropertyNames), but misses 'constructor' if the property
- // is not explicitely accessed before. Any explanation for such behavior?
+ // is not explicitly accessed before. Any explanation for such behavior?
// (btw. it was actually accessed, but order of 'supportsObject' calls changed when
// 'Exception' rep moved into its own module, see issue: 6606)
var ctor = array && array.constructor;
diff --git a/extension/content/firebug/chrome/tabWatcher.js b/extension/content/firebug/chrome/tabWatcher.js
index 6a6cc4b..9b87f35 100644
--- a/extension/content/firebug/chrome/tabWatcher.js
+++ b/extension/content/firebug/chrome/tabWatcher.js
@@ -954,7 +954,7 @@ var TabProgressListener = Obj.extend(Http.BaseProgressListener,
// switching to about:blank tab, see issue 4040
//
// 2) But we also want to skip "about:blank" in case a new tab is opened
- // (new tab is about:blank at the beggining), no context exists and Firebug
+ // (new tab is about:blank at the beginning), no context exists and Firebug
// is suspended for all contexts, see issue5916
// There is a workaround for this case in {@TabWatchListener.showContext]
//
diff --git a/extension/content/firebug/chrome/window.js b/extension/content/firebug/chrome/window.js
index e3b4ab6..9683129 100644
--- a/extension/content/firebug/chrome/window.js
+++ b/extension/content/firebug/chrome/window.js
@@ -17,7 +17,7 @@ var wm = Cc["@mozilla.org/appshell/window-mediator;1"].getService(Ci.nsIWindowMe
var Win = {};
-var window = {}; // these declarations exist to cause errors if we accidently
+var window = {}; // these declarations exist to cause errors if we accidentally
var document = {}; // reference these globals
// ********************************************************************************************* //
diff --git a/extension/content/firebug/console/autoCompleter.js b/extension/content/firebug/console/autoCompleter.js
index 6b61ea5..def277f 100644
--- a/extension/content/firebug/console/autoCompleter.js
+++ b/extension/content/firebug/console/autoCompleter.js
@@ -1000,7 +1000,7 @@ JSAutoCompleter.transformScopeOperator = function(expr, fname)
var search = 0;
for (;;)
{
- // Find the next occurrance of .%.
+ // Find the next occurrence of .%.
var end = sexpr.indexOf(".%", search);
if (end === -1)
break;
diff --git a/extension/content/firebug/console/closureInspector.js b/extension/content/firebug/console/closureInspector.js
index 3226f6c..590efcd 100644
--- a/extension/content/firebug/console/closureInspector.js
+++ b/extension/content/firebug/console/closureInspector.js
@@ -159,7 +159,7 @@ var ClosureInspector =
var objGlobal = Cu.getGlobalForObject(obj);
// Do a security check. This is automatic in Fx33+, but do it manually
- // (with the same error message) for compatiblity with older versions.
+ // (with the same error message) for compatibility with older versions.
if (win !== objGlobal && !(win.document && objGlobal.document &&
win.document.nodePrincipal.subsumes(objGlobal.document.nodePrincipal)))
{
diff --git a/extension/content/firebug/cookies/cookieObserver.js b/extension/content/firebug/cookies/cookieObserver.js
index 9e0f0a9..f76442c 100644
--- a/extension/content/firebug/cookies/cookieObserver.js
+++ b/extension/content/firebug/cookies/cookieObserver.js
@@ -432,7 +432,7 @@ var CookieObserver = Obj.extend(BaseObserver,
logEvent: function(eventObject, context, className)
{
- // xxxHonza: if the cookie is changed befor initContext, the log in
+ // xxxHonza: if the cookie is changed before initContext, the log in
// console is lost.
Firebug.Console.log(eventObject, context, className, null, true);
}
diff --git a/extension/content/firebug/cookies/cookiePanel.js b/extension/content/firebug/cookies/cookiePanel.js
index 3bbe908..5f55ca6 100644
--- a/extension/content/firebug/cookies/cookiePanel.js
+++ b/extension/content/firebug/cookies/cookiePanel.js
@@ -499,7 +499,7 @@ CookiePanel.prototype = Obj.extend(ActivablePanel,
// Cookie Breakpoints
/**
- * @class Represents an {@link Debugger} listener. This listener is reponsible for
+ * @class Represents an {@link Debugger} listener. This listener is responsible for
* providing a list of cookie breakpoints for the Breakpoints side panel.
*/
CookieModule.DebuggerListener =
diff --git a/extension/content/firebug/cookies/cookieReps.js b/extension/content/firebug/cookies/cookieReps.js
index 38e4d9c..4ab8539 100644
--- a/extension/content/firebug/cookies/cookieReps.js
+++ b/extension/content/firebug/cookies/cookieReps.js
@@ -215,7 +215,7 @@ CookieReps.CookieRow = domplate(CookieReps.Rep,
return "";
// The first character is space so, if the table is sorted according
- // to this column, all "Session" cookies are displayed at the begining.
+ // to this column, all "Session" cookies are displayed at the beginning.
if (CookieUtils.isSessionCookie(cookie.cookie))
return " " + Locale.$STR("cookies.Session");
diff --git a/extension/content/firebug/debugger/script/scriptPanel.js b/extension/content/firebug/debugger/script/scriptPanel.js
index 87f0da8..b7faa07 100644
--- a/extension/content/firebug/debugger/script/scriptPanel.js
+++ b/extension/content/firebug/debugger/script/scriptPanel.js
@@ -1834,7 +1834,7 @@ ScriptPanel.prototype = Obj.extend(BasePanel,
function failure(result, context)
{
- // We are mostly not interested in this evaluation error. It just polutes
+ // We are mostly not interested in this evaluation error. It just pollutes
// the tracing console.
// Trace.sysout("scriptPanel.populateInfoTip; ERROR " + result, result);
diff --git a/extension/content/firebug/debugger/script/sourceTool.js b/extension/content/firebug/debugger/script/sourceTool.js
index d6fceb6..1b90f83 100644
--- a/extension/content/firebug/debugger/script/sourceTool.js
+++ b/extension/content/firebug/debugger/script/sourceTool.js
@@ -814,7 +814,7 @@ function computeDynamicUrl(script, context)
// Workaround for issue 7521. Make sure dynamic scripts always have
// unique URL if the source differs.
// It solves the problem where eval on the same location (i.e. wrapped
- // within a fucntion) is used to generate different scripts.
+ // within a function) is used to generate different scripts.
var sourceFile = context.getSourceFile(uniqueUrl);
if (sourceFile)
{
diff --git a/extension/content/firebug/firebugui/codemirror.css b/extension/content/firebug/firebugui/codemirror.css
index 23eaf74..3fb2f56 100644
--- a/extension/content/firebug/firebugui/codemirror.css
+++ b/extension/content/firebug/firebugui/codemirror.css
@@ -126,7 +126,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
}
/* The fake, visible scrollbars. Used to force redraw during scrolling
- before actuall scrolling happens, thus preventing shaking and
+ before actual scrolling happens, thus preventing shaking and
flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-gutter-filler {
position: absolute;
diff --git a/extension/content/firebug/html/eventsPanel.js b/extension/content/firebug/html/eventsPanel.js
index 2ad1c55..966efb9 100644
--- a/extension/content/firebug/html/eventsPanel.js
+++ b/extension/content/firebug/html/eventsPanel.js
@@ -260,7 +260,7 @@ EventsPanel.prototype = Obj.extend(Firebug.Panel,
return null;
try
{
- // Pattern match on the occurance of '<minified name>.event.<funcName>.apply'.
+ // Pattern match on the occurrence of '<minified name>.event.<funcName>.apply'.
var matches = /\b([a-zA-Z_$][a-zA-Z0-9_$]*)\.event\.(dispatch|handle)\.apply/.exec(src);
var jqName = (matches && matches[1]) || "";
dbgEnv = dbgEnv.find(jqName);
diff --git a/extension/content/firebug/html/htmlModule.js b/extension/content/firebug/html/htmlModule.js
index dbafb42..5a731ea 100644
--- a/extension/content/firebug/html/htmlModule.js
+++ b/extension/content/firebug/html/htmlModule.js
@@ -102,7 +102,7 @@ var HTMLModule = Obj.extend(Module,
// Mutation Breakpoints
/**
- * @class Represents {@link Firebug.Debugger} listener. This listener is reponsible for
+ * @class Represents {@link Firebug.Debugger} listener. This listener is responsible for
* providing a list of mutation-breakpoints into the Breakpoints side-panel.
*/
HTMLModule.DebuggerListener =
diff --git a/extension/content/firebug/html/inspector.js b/extension/content/firebug/html/inspector.js
index 5c0a62c..716e298 100644
--- a/extension/content/firebug/html/inspector.js
+++ b/extension/content/firebug/html/inspector.js
@@ -1501,7 +1501,7 @@ function attachStyles(context, doc)
highlightStyleCache.set(doc, style);
}
- // Cater for the possiblity that someone might have removed our stylesheet.
+ // Cater for the possibility that someone might have removed our stylesheet.
if (!style.parentNode)
Css.addStyleSheet(doc, style);
}
diff --git a/extension/content/firebug/lib/domplate.js b/extension/content/firebug/lib/domplate.js
index 4464481..c93285f 100644
--- a/extension/content/firebug/lib/domplate.js
+++ b/extension/content/firebug/lib/domplate.js
@@ -91,7 +91,7 @@ DomplateTag.prototype =
* Initializer for DOM templates. Called to create new Functions objects like TR, TD,
* OBJLINK, etc. See defineTag
*
- * @param args keyword argments for the template, the {} brace stuff after the tag name,
+ * @param args keyword arguments for the template, the {} brace stuff after the tag name,
* eg TR({...}, TD(...
* @param oldTag a nested tag, eg the TD tag in TR({...}, TD(...
*/
@@ -750,7 +750,7 @@ DomplateLoop.prototype = copyObject(DomplateTag.prototype,
var iterName;
if (this.iter instanceof Parts)
{
- // We have a function with optional aruments or just one variable
+ // We have a function with optional arguments or just one variable
var part = this.iter.parts[0];
// Join our function arguments or variables
diff --git a/extension/content/firebug/lib/http.js b/extension/content/firebug/lib/http.js
index 24f8a0f..c2be8fc 100644
--- a/extension/content/firebug/lib/http.js
+++ b/extension/content/firebug/lib/http.js
@@ -351,7 +351,7 @@ Http.safeGetXHRResponseText = function(xhr)
};
// ********************************************************************************************* //
-// IP Adress and port number (Requires Gecko 5).
+// IP Address and port number (Requires Gecko 5).
Http.safeGetLocalAddress = function(request)
{
diff --git a/extension/content/firebug/lib/search.js b/extension/content/firebug/lib/search.js
index c127c3a..fb3286b 100644
--- a/extension/content/firebug/lib/search.js
+++ b/extension/content/firebug/lib/search.js
@@ -174,7 +174,7 @@ Search.ReversibleIterator = function(length, start, reverse)
*
* @constructor
* @param {String} literal Text to search for
- * @param {Boolean} reverse Truthy to preform a reverse search, falsy to perform a forward seach
+ * @param {Boolean} reverse Truthy to preform a reverse search, falsy to perform a forward search
* @param {Boolean} caseSensitive Truthy to perform a case sensitive search, falsy to perform
* a case insensitive search.
*/
diff --git a/extension/content/firebug/net/netPanel.js b/extension/content/firebug/net/netPanel.js
index a2106f0..db03d03 100644
--- a/extension/content/firebug/net/netPanel.js
+++ b/extension/content/firebug/net/netPanel.js
@@ -888,7 +888,7 @@ NetPanel.prototype = Obj.extend(ActivablePanel,
var tbody = this.table.querySelector(".netTableBody");
// xxxHonza: Fake first row (shold be renamed, but it's a hack anyway).
- // There is no way to insert a row befor the current first row in a table.
+ // There is no way to insert a row before the current first row in a table.
// See Domplate.insertRows() comment for more details.
NetRequestEntry.footerTag.insertRows({}, tbody);
@@ -1059,7 +1059,7 @@ NetPanel.prototype = Obj.extend(ActivablePanel,
{
var tbody = this.table.querySelector(".netTableBody");
- // XXXjoe Don't update rows whose phase is done and layed out already
+ // XXXjoe Don't update rows whose phase is done and laid out already
var phase;
for (var row = tbody.firstChild; row; row = row.nextSibling)
{
diff --git a/extension/content/firebug/net/netReps.js b/extension/content/firebug/net/netReps.js
index 7fbd222..befb420 100644
--- a/extension/content/firebug/net/netReps.js
+++ b/extension/content/firebug/net/netReps.js
@@ -1063,7 +1063,7 @@ Firebug.NetMonitor.NetInfoBody = domplate(Rep, new EventSource(),
Firebug.NetMonitor.NetInfoHeaders.renderHeaders(headersText,
file.responseHeaders, "ResponseHeaders");
- // If the request comes from the BFCache do not display reponse headers.
+ // If the request comes from the BFCache do not display response headers.
// There is not real response from the server and all headers come from
// the cache. So, the user should see the 'Response Headers From Cache'
// section (see issue 5573).
diff --git a/extension/content/firebug/net/netUtils.js b/extension/content/firebug/net/netUtils.js
index eba7eb1..0a93224 100644
--- a/extension/content/firebug/net/netUtils.js
+++ b/extension/content/firebug/net/netUtils.js
@@ -240,7 +240,7 @@ var NetUtils =
getResponseText: function(file, context)
{
- // The response can be also empty string so, check agains "undefined".
+ // The response can be also empty string so, check against "undefined".
return (typeof(file.responseText) != "undefined") ?
file.responseText :
context.sourceCache.loadText(file.href, file.method, file);
@@ -371,7 +371,7 @@ var NetUtils =
* The logic is as follows:
* 1) If the request is an XHR, return 'xhr' as category
* 2) Otherwise use the file extension to guess the MIME type.
- * This is prefered since MIME types in HTTP requests are often wrong.
+ * This is preferred since MIME types in HTTP requests are often wrong.
* This part is based on the 'mimeExtensionMap' map.
* 3) If the file extension is missing or unknown, try to get the MIME type
* from the HTTP request object.
@@ -389,7 +389,7 @@ var NetUtils =
* The logic is as follows:
* 1) If the request is an XHR, add 'xhr' as category
* 2) Use the file extension to guess the MIME type.
- * This is prefered since MIME types in HTTP requests are often wrong.
+ * This is preferred since MIME types in HTTP requests are often wrong.
* This part is based on the 'mimeExtensionMap' map.
* 3) If the file extension is missing or unknown, try to get the MIME type
* from the HTTP request object.
@@ -408,7 +408,7 @@ var NetUtils =
categories.push("xhr");
// Guess mime-type according to the file extension. Using file extension
- // is prefered way since mime-types in HTTP requests are often wrong.
+ // is preferred way since mime-types in HTTP requests are often wrong.
var mimeType = this.getMimeType(null, file.href);
// If no luck with file extension, let's try to get the mime-type from
diff --git a/extension/content/firebug/net/spy.js b/extension/content/firebug/net/spy.js
index 65cab8a..283bce1 100644
--- a/extension/content/firebug/net/spy.js
+++ b/extension/content/firebug/net/spy.js
@@ -908,7 +908,7 @@ function onHTTPSpyAbort(spy)
updateLogRow(spy);
- // Notify Net pane about a request beeing aborted.
+ // Notify Net pane about a request being aborted.
// xxxHonza: the net panel shoud find out this itself.
var netProgress = spy.context.netProgress;
if (netProgress)
diff --git a/extension/modules/locale.js b/extension/modules/locale.js
index 9734714..4aea993 100644
--- a/extension/modules/locale.js
+++ b/extension/modules/locale.js
@@ -42,7 +42,7 @@ var Locale = {};
* $STR("Label"); - search for key "Label" within the firebug.properties file
* and returns its value. If the key doesn't exist returns "Label".
*
- * $STR("Button Label"); - search for key "Button_Label" withing the firebug.properties
+ * $STR("Button Label"); - search for key "Button_Label" within the firebug.properties
* file. If the key doesn't exist returns "Button Label".
*
* $STR("net.Response Header"); - search for key "net.Response_Header". If the key doesn't
diff --git a/tests/FBTest/content/testResultTabView.js b/tests/FBTest/content/testResultTabView.js
index 8a18927..ed1e94c 100644
--- a/tests/FBTest/content/testResultTabView.js
+++ b/tests/FBTest/content/testResultTabView.js
@@ -372,8 +372,8 @@ var TestResultTabView = domplate(
// ********************************************************************************************* //
/**
- * This template displays a parse-erros that can occurs when parsing
- * expected and acuall results (see compare method).
+ * This template displays a parse-errors that can occurs when parsing
+ * expected and actuall results (see compare method).
*
* @domplate
*/
diff --git a/tests/content/commandLine/4391/jquery-latest.js b/tests/content/commandLine/4391/jquery-latest.js
index 9a13ab9..01dcd52 100644
--- a/tests/content/commandLine/4391/jquery-latest.js
+++ b/tests/content/commandLine/4391/jquery-latest.js
@@ -1997,7 +1997,7 @@ jQuery.fn.extend({
classNames = value.split( rspace );
while ( (className = classNames[ i++ ]) ) {
- // check each className given, space seperated list
+ // check each className given, space separated list
state = isBool ? state : !self.hasClass( className );
self[ state ? "addClass" : "removeClass" ]( className );
}
@@ -3652,7 +3652,7 @@ var chunker = /((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[
rNonWord = /\W/;
// Here we check if the JavaScript engine is using some sort of
-// optimization where it does not always call our comparision
+// optimization where it does not always call our comparison
// function. If that is the case, discard the hasDuplicate value.
// Thus far that includes Google Chrome.
[0, 0].sort(function() {
@@ -4630,7 +4630,7 @@ if ( document.documentElement.compareDocumentPosition ) {
};
}
-// Utility function for retreiving the text value of an array of DOM nodes
+// Utility function for retrieving the text value of an array of DOM nodes
Sizzle.getText = function( elems ) {
var ret = "", elem;
@@ -7769,7 +7769,7 @@ if ( jQuery.support.ajax ) {
xml;
// Firefox throws exceptions when accessing properties
- // of an xhr when a network error occured
+ // of an xhr when a network error occurred
// http://helpful.knobs-dials.com/index.php/Component_returned_failure_code:_0x80040111_(NS_ERROR_NOT_AVAILABLE)
try {
diff --git a/tests/content/commandLine/api/dirxml.html b/tests/content/commandLine/api/dirxml.html
index b91f8de..870c535 100644
--- a/tests/content/commandLine/api/dirxml.html
+++ b/tests/content/commandLine/api/dirxml.html
@@ -15,7 +15,7 @@
<ol>
<li>Open Firebug and enable the Console panel.</li>
-<li>Execute teh following expression in the command line:<br/>
+<li>Execute the following expression in the command line:<br/>
<code style="color:green">dirxml(document.getElementById("content"));</code></li>
<li>The console panel should display a following XML log:</li>
</ol>
diff --git a/tests/content/console/1693/issue1693.js b/tests/content/console/1693/issue1693.js
index a1e331a..220559d 100644
--- a/tests/content/console/1693/issue1693.js
+++ b/tests/content/console/1693/issue1693.js
@@ -54,7 +54,7 @@ function onDataComplete(e)
for (var i = 0; i < 80000; i++)
responseText += i + " ";
- // Compare expected and actuall (displayed) response text.
+ // Compare expected and actual (displayed) response text.
var text1 = responseText.substr(0, limit);
var text2 = responseBody.textContent.substr(0, limit);
FBTest.compare(text1, text2, "The response text must be properly displayed");
diff --git a/tests/content/console/6356/jquery-1.9.1.js b/tests/content/console/6356/jquery-1.9.1.js
index e2c203f..2d84940 100644
--- a/tests/content/console/6356/jquery-1.9.1.js
+++ b/tests/content/console/6356/jquery-1.9.1.js
@@ -4186,7 +4186,7 @@ setDocument = Sizzle.setDocument = function( node ) {
// Regex strategy adopted from Diego Perini
assert(function( div ) {
// Select is set to empty string on purpose
- // This is to test IE's treatment of not explictly
+ // This is to test IE's treatment of not explicitly
// setting a boolean content attribute,
// since its presence should be enough
// http://bugs.jquery.com/ticket/12359
diff --git a/tests/content/console/spy/2462/issue2462.js b/tests/content/console/spy/2462/issue2462.js
index 97b088d..228a63e 100644
--- a/tests/content/console/spy/2462/issue2462.js
+++ b/tests/content/console/spy/2462/issue2462.js
@@ -9,7 +9,7 @@ function runTest()
classes: "logRow logRow-spy error loaded"
};
- // Asynchronously wait for the request beeing displayed.
+ // Asynchronously wait for the request being displayed.
FBTest.waitForDisplayedElement("console", options, function(logRow)
{
FBTest.testDone();
diff --git a/tests/content/dom/sidePanel/sidePanel.html b/tests/content/dom/sidePanel/sidePanel.html
index 39bb4f3..5819b58 100644
--- a/tests/content/dom/sidePanel/sidePanel.html
+++ b/tests/content/dom/sidePanel/sidePanel.html
@@ -14,7 +14,7 @@
<h3>Steps to reproduce</h3>
<ol>
<li>Open Firebug</li>
- <li>Switch to the <em>HTML</em> panel and checkt DOM side panel is availble</li>
+ <li>Switch to the <em>HTML</em> panel and checkt DOM side panel is available</li>
<li>Selecte the DOM side panel and check it displayes some properties</li>
</ol>
</section>
diff --git a/tests/content/examples/exampleNet1.js b/tests/content/examples/exampleNet1.js
index abc4e1a..489107f 100644
--- a/tests/content/examples/exampleNet1.js
+++ b/tests/content/examples/exampleNet1.js
@@ -9,7 +9,7 @@ function runTest()
classes: "netRow category-xhr hasHeaders loaded"
};
- // Asynchronously wait for the request beeing displayed.
+ // Asynchronously wait for the request being displayed.
FBTest.waitForDisplayedElement("net", options, function(netRow)
{
var options = {
diff --git a/tests/content/firebug.html b/tests/content/firebug.html
index 0c3d78c..6ba805e 100644
--- a/tests/content/firebug.html
+++ b/tests/content/firebug.html
@@ -348,7 +348,7 @@ var testList = [
{group: "script", uri: "script/4213/issue4213.js", desc: "Script panel's location button is not updated", testPage: "script/4213/issue4213.html"},
{group: "script", uri: "script/4724/issue4724.js", desc: ""Disable Breakpoint" is not checked on disabled breakpoints", testPage: "script/4724/issue4724.html"},
{group: "script", uri: "script/4816/issue4816.js", desc: "Script panel claims No JavaScript when it means you're stopped on a breakpoint on some other tab", testPage: "script/4816/issue4816.html"},
- {group: "script", uri: "script/4818/issue4818.js", desc: "frame.eval fails for everthing but the newest frame of the stack", testPage: "script/4818/issue4818.html"},
+ {group: "script", uri: "script/4818/issue4818.js", desc: "frame.eval fails for everything but the newest frame of the stack", testPage: "script/4818/issue4818.html"},
{group: "script", uri: "script/4932/issue4932.js", desc: "The Script panel shows No Javascript on this page even if they are scripts within an iframe", testPage: "script/4932/issue4932.html"},
{group: "script", uri: "script/5044/issue5044.js", desc: "Shortcut for Break On Next", testPage: "script/5044/issue5044.html"},
{group: "script", uri: "script/6476/issue6476.js", desc: "Change directive for sourceURL", testPage: "script/6476/issue6476.html"},
diff --git a/tests/content/html/events/5440/jquery-1.5.js b/tests/content/html/events/5440/jquery-1.5.js
index 5c99a8d..219c7c2 100644
--- a/tests/content/html/events/5440/jquery-1.5.js
+++ b/tests/content/html/events/5440/jquery-1.5.js
@@ -1815,7 +1815,7 @@ jQuery.fn.extend({
classNames = value.split( rspaces );
while ( (className = classNames[ i++ ]) ) {
- // check each className given, space seperated list
+ // check each className given, space separated list
state = isBool ? state : !self.hasClass( className );
self[ state ? "addClass" : "removeClass" ]( className );
}
@@ -3272,7 +3272,7 @@ var chunker = /((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[
baseHasDuplicate = true;
// Here we check if the JavaScript engine is using some sort of
-// optimization where it does not always call our comparision
+// optimization where it does not always call our comparison
// function. If that is the case, discard the hasDuplicate value.
// Thus far that includes Google Chrome.
[0, 0].sort(function() {
@@ -4234,7 +4234,7 @@ if ( document.documentElement.compareDocumentPosition ) {
};
}
-// Utility function for retreiving the text value of an array of DOM nodes
+// Utility function for retrieving the text value of an array of DOM nodes
Sizzle.getText = function( elems ) {
var ret = "", elem;
diff --git a/tests/content/html/events/5440/jquery-1.9.js b/tests/content/html/events/5440/jquery-1.9.js
index e2c203f..2d84940 100644
--- a/tests/content/html/events/5440/jquery-1.9.js
+++ b/tests/content/html/events/5440/jquery-1.9.js
@@ -4186,7 +4186,7 @@ setDocument = Sizzle.setDocument = function( node ) {
// Regex strategy adopted from Diego Perini
assert(function( div ) {
// Select is set to empty string on purpose
- // This is to test IE's treatment of not explictly
+ // This is to test IE's treatment of not explicitly
// setting a boolean content attribute,
// since its presence should be enough
// http://bugs.jquery.com/ticket/12359
diff --git a/tests/content/net/1308/issue1308-1.6.js b/tests/content/net/1308/issue1308-1.6.js
index e0ba664..4348e48 100644
--- a/tests/content/net/1308/issue1308-1.6.js
+++ b/tests/content/net/1308/issue1308-1.6.js
@@ -12,7 +12,7 @@ function runTest()
classes: "netRow category-xhr hasHeaders loaded"
};
- // Asynchronously wait for the request beeing displayed.
+ // Asynchronously wait for the request being displayed.
FBTest.waitForDisplayedElement("net", options, function(netRow)
{
var panel = FBTest.getPanel("net");
diff --git a/tests/content/net/2221/issue2221-1.5.js b/tests/content/net/2221/issue2221-1.5.js
index 1ebec9f..8abf379 100644
--- a/tests/content/net/2221/issue2221-1.5.js
+++ b/tests/content/net/2221/issue2221-1.5.js
@@ -1,7 +1,7 @@
// 1) Load Test case page.
// 2) Enable Net panel
// 3) Add "load" listener to the target iframe so, the test knows when
-// the reponse for submitted form is received.
+// the response for submitted form is received.
// 4) Check the Post info UI.
var panel = null;
diff --git a/tests/content/net/2221/issue2221.js b/tests/content/net/2221/issue2221.js
index 1b201ef..bc9908b 100644
--- a/tests/content/net/2221/issue2221.js
+++ b/tests/content/net/2221/issue2221.js
@@ -1,7 +1,7 @@
// 1) Load Test case page.
// 2) Enable Net panel
// 3) Add "load" listener to the target iframe so, the test knows when
-// the reponse for submitted form is received.
+// the response for submitted form is received.
// 4) Check the Post info UI.
var panel = null;
diff --git a/tests/content/net/2696/issue2696.js b/tests/content/net/2696/issue2696.js
index 43c87c9..4588295 100644
--- a/tests/content/net/2696/issue2696.js
+++ b/tests/content/net/2696/issue2696.js
@@ -13,7 +13,7 @@ function runTest()
// 3) Select Net panel
FBTest.enableNetPanel(() =>
{
- // Asynchronously wait for the request beeing displayed.
+ // Asynchronously wait for the request being displayed.
FBTest.waitForDisplayedElement("net", null, (netRow) =>
{
FBTest.ok(netRow, "There must be just one xhr request.");
diff --git a/tests/content/net/369/issue369.htm b/tests/content/net/369/issue369.htm
index 9417e2b..e0719be 100644
--- a/tests/content/net/369/issue369.htm
+++ b/tests/content/net/369/issue369.htm
@@ -25,7 +25,7 @@
<button onclick="makeRequest3();">Secure JSON</button>
<button onclick="makeRequest4();">JSON in a loop</button>
<button onclick="makeRequest5();">Break in Script</button>
-<button onclick="makeRequest6();">JSON in a funtion 2</button>
+<button onclick="makeRequest6();">JSON in a function 2</button>
<br/><br/>
diff --git a/tests/content/net/372/issue372-1.6.js b/tests/content/net/372/issue372-1.6.js
index 2c29d88..ae36899 100644
--- a/tests/content/net/372/issue372-1.6.js
+++ b/tests/content/net/372/issue372-1.6.js
@@ -10,7 +10,7 @@ function runTest(request)
classes: "netRow category-xhr hasHeaders loaded"
};
- // Asynchronously wait for the request beeing displayed.
+ // Asynchronously wait for the request being displayed.
FBTest.waitForDisplayedElement("net", options, function(netRow)
{
// Expand the test request with params
diff --git a/tests/content/net/5592/issue5592.js b/tests/content/net/5592/issue5592.js
index d282e01..0ed960a 100644
--- a/tests/content/net/5592/issue5592.js
+++ b/tests/content/net/5592/issue5592.js
@@ -57,7 +57,7 @@ function executeAndVerify(callback, target, actionID, expected)
FBTest.executeContextMenuCommand(target, actionID);
}
- // Data can be copyied into the clipboard asynchronously,
+ // Data can be copied into the clipboard asynchronously,
// so wait till they are available.
FBTest.waitForClipboard(expected, executeContextMenuCommand, (text) =>
{
diff --git a/tests/content/net/700/issue700-1.6.js b/tests/content/net/700/issue700-1.6.js
index 9bbc297..8b1f9d3 100644
--- a/tests/content/net/700/issue700-1.6.js
+++ b/tests/content/net/700/issue700-1.6.js
@@ -14,7 +14,7 @@ function runTest()
classes: "netRow category-xhr hasHeaders loaded"
};
- // Asynchronously wait for the request beeing displayed.
+ // Asynchronously wait for the request being displayed.
FBTest.waitForDisplayedElement("net", options, function(netRow)
{
var panelNode = FBTest.getPanel("net").panelNode;
diff --git a/tests/content/net/activation/activation.js b/tests/content/net/activation/activation.js
index e5c5fc9..193d13d 100644
--- a/tests/content/net/activation/activation.js
+++ b/tests/content/net/activation/activation.js
@@ -61,7 +61,7 @@ function selectTabAndVerify(tab, callback)
classes: "netRow category-xhr hasHeaders loaded"
};
- // Asynchronously wait for the request beeing displayed.
+ // Asynchronously wait for the request being displayed.
FBTest.waitForDisplayedElement("net", options, function(netRow)
{
FBTest.ok(netRow, "There must be one xhr request.");
diff --git a/tests/content/net/listeners/netInfoBodyListener-1.6.js b/tests/content/net/listeners/netInfoBodyListener-1.6.js
index 2cced6d..e2d1a3f 100644
--- a/tests/content/net/listeners/netInfoBodyListener-1.6.js
+++ b/tests/content/net/listeners/netInfoBodyListener-1.6.js
@@ -12,7 +12,7 @@ function runTest()
classes: "netRow category-xhr hasHeaders loaded"
};
- // Asynchronously wait for the request beeing displayed.
+ // Asynchronously wait for the request being displayed.
FBTest.waitForDisplayedElement("net", options, function(netRow)
{
var panelNode = FBTest.getPanel("net").panelNode;
diff --git a/tests/content/script/3402/domplate.js b/tests/content/script/3402/domplate.js
index e926546..67caabe 100644
--- a/tests/content/script/3402/domplate.js
+++ b/tests/content/script/3402/domplate.js
@@ -62,7 +62,7 @@ DomplateTag.prototype =
{
/*
* Initializer for DOM templates. Called to create new Functions objects like TR, TD, OBJLINK, etc. See defineTag
- * @param args keyword argments for the template, the {} brace stuff after the tag name, eg TR({...}, TD(...
+ * @param args keyword arguments for the template, the {} brace stuff after the tag name, eg TR({...}, TD(...
* @param oldTag a nested tag, eg the TD tag in TR({...}, TD(...
*/
merge: function(args, oldTag)
diff --git a/tests/content/script/4818/issue4818.html b/tests/content/script/4818/issue4818.html
index eda38f2..f2fcae6 100644
--- a/tests/content/script/4818/issue4818.html
+++ b/tests/content/script/4818/issue4818.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <title>Issue 4818: frame.eval fails for everthing but the newest frame of the stack</title>
+ <title>Issue 4818: frame.eval fails for everything but the newest frame of the stack</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link href="../../_common/testcase.css"
type="text/css" rel="stylesheet"/>
@@ -22,7 +22,7 @@ function func2()
</script>
<header>
<h1><a href="http://code.google.com/p/fbug/issues/detail?id=4818">Issue 4818</a>:
- frame.eval fails for everthing but the newest frame of the stack</h1>
+ frame.eval fails for everything but the newest frame of the stack</h1>
</header>
<div>
<section id="description">
diff --git a/tests/content/script/breakpoints/7478/issue7478.js b/tests/content/script/breakpoints/7478/issue7478.js
index fe1605f..28f4026 100644
--- a/tests/content/script/breakpoints/7478/issue7478.js
+++ b/tests/content/script/breakpoints/7478/issue7478.js
@@ -26,7 +26,7 @@ function runTest()
var conditionEditor = scriptPanel.
panelNode.querySelector(".conditionEditor");
- FBTest.ok(conditionEditor, "The condtion editor should display to the user.");
+ FBTest.ok(conditionEditor, "The condition editor should display to the user.");
FBTest.testDone();
});
}
diff --git a/tests/content/search/6435/issue6435.html b/tests/content/search/6435/issue6435.html
index 0d03c8d..773520a 100644
--- a/tests/content/search/6435/issue6435.html
+++ b/tests/content/search/6435/issue6435.html
@@ -17,9 +17,9 @@
<li>Open Firebug, select the DOM panel</li>
<li>Make sure 'Show DOM Properties' option is off.</li>
<li>Use the search box to search in the panel</li>
- <li>There should be 4 occurences of 'test' (case insensitive)</li>
- <li>There should be 2 occurences of 'Test' (case sensitive)</li>
- <li>There should be 2 occurences of '21' (case sensitive)</li>
+ <li>There should be 4 occurrences of 'test' (case insensitive)</li>
+ <li>There should be 2 occurrences of 'Test' (case sensitive)</li>
+ <li>There should be 2 occurrences of '21' (case sensitive)</li>
</ol>
</section>
<footer>Jan Odvarko, <odvarko at gmail.com></footer>
diff --git a/tests/content/search/6435/issue6435.js b/tests/content/search/6435/issue6435.js
index 41987c7..6a05990 100644
--- a/tests/content/search/6435/issue6435.js
+++ b/tests/content/search/6435/issue6435.js
@@ -17,7 +17,7 @@ function runTest()
executeSearchTest("test", false, false, function(counter)
{
FBTest.compare(4, counter, "There must be precise number " +
- "of occurences (4) actual: " + counter);
+ "of occurrences (4) actual: " + counter);
callback();
});
});
@@ -28,7 +28,7 @@ function runTest()
executeSearchTest("test", false, true, function(counter)
{
FBTest.compare(2, counter, "There must be precise number " +
- "of occurences (2) actual: " + counter);
+ "of occurrences (2) actual: " + counter);
callback();
});
});
@@ -39,7 +39,7 @@ function runTest()
executeSearchTest("21", false, false, function(counter)
{
FBTest.compare(2, counter, "There must be precise number " +
- "of occurences (2) actual: " + counter);
+ "of occurrences (2) actual: " + counter);
callback();
});
});
@@ -71,7 +71,7 @@ function executeSearchTest(text, reverse, caseSensitive, callback)
var match = sel.getRangeAt(0);
- // OK, we have found the first occurence again, so finish the test.
+ // OK, we have found the first occurrence again, so finish the test.
FBTest.sysout("search.match; ", match);
if (firstMatch && (firstMatch.compareBoundaryPoints(Range.START_TO_START, match) ||
firstMatch.compareBoundaryPoints(Range.END_TO_END, match)) == 0)
diff --git a/tests/content/search/6454/issue6454.js b/tests/content/search/6454/issue6454.js
index 6c499a1..1202d75 100644
--- a/tests/content/search/6454/issue6454.js
+++ b/tests/content/search/6454/issue6454.js
@@ -51,7 +51,7 @@ function executeSearchTest(text, reverse, caseSensitive, callback)
var match = sel.getRangeAt(0);
- // OK, we have found the first occurence again, so finish the test.
+ // OK, we have found the first occurrence again, so finish the test.
FBTest.sysout("search.match; ", match);
if (firstMatch && (firstMatch.compareBoundaryPoints(Range.START_TO_START, match) ||
firstMatch.compareBoundaryPoints(Range.END_TO_END, match)) == 0)
diff --git a/tests/content/search/netPanelSearch.js b/tests/content/search/netPanelSearch.js
index 2c1e99a..feb81d2 100644
--- a/tests/content/search/netPanelSearch.js
+++ b/tests/content/search/netPanelSearch.js
@@ -82,7 +82,7 @@ function executeSearchTest(text, reverse, caseSensitive, responseBody, callback)
var match = sel.getRangeAt(0);
- // OK, we have found the first occurence again, so finish the test.
+ // OK, we have found the first occurrence again, so finish the test.
FBTest.sysout("search.match; ", match);
if (firstMatch && (firstMatch.compareBoundaryPoints(Range.START_TO_START, match) ||
firstMatch.compareBoundaryPoints(Range.END_TO_END, match)) == 0)
diff --git a/tests/content/test-bot.html b/tests/content/test-bot.html
index 221c384..cfbba44 100644
--- a/tests/content/test-bot.html
+++ b/tests/content/test-bot.html
@@ -264,7 +264,7 @@ var testList = [
{group: "script", uri: "script/4213/issue4213.js", desc: "Script panel's location button is not updated", testPage: "script/4213/issue4213.html"},
//{group: "script", uri: "script/4724/issue4724.js", desc: ""Disable Breakpoint" is not checked on disabled breakpoints", testPage: "script/4724/issue4724.html"},
{group: "script", uri: "script/4816/issue4816.js", desc: "Script panel claims No JavaScript when it means you're stopped on a breakpoint on some other tab", testPage: "script/4816/issue4816.html"},
- {group: "script", uri: "script/4818/issue4818.js", desc: "frame.eval fails for everthing but the newest frame of the stack", testPage: "script/4818/issue4818.html"},
+ {group: "script", uri: "script/4818/issue4818.js", desc: "frame.eval fails for everything but the newest frame of the stack", testPage: "script/4818/issue4818.html"},
//{group: "script", uri: "script/4932/issue4932.js", desc: "The Script panel shows No Javascript on this page even if they are scripts within an iframe", testPage: "script/4932/issue4932.html"},
{group: "script/breakpoints", uri: "script/breakpoints/4854/issue4854.js", desc: "Issue 4854: XHR breakpoints can't be removed from Breakpoints side panel", testPage: "script/breakpoints/4854/issue4854.html"},
{group: "script/breakpoints", uri: "script/breakpoints/4889/issue4889.js", desc: "Issue 4889: Folding for breakpoint categories", testPage: "script/breakpoints/4889/issue4889.html"},
diff --git a/trace/FBTrace/chrome/content/lib/domplate.js b/trace/FBTrace/chrome/content/lib/domplate.js
index 38a1143..e068031 100644
--- a/trace/FBTrace/chrome/content/lib/domplate.js
+++ b/trace/FBTrace/chrome/content/lib/domplate.js
@@ -89,7 +89,7 @@ DomplateTag.prototype =
* Initializer for DOM templates. Called to create new Functions objects like TR, TD,
* OBJLINK, etc. See defineTag
*
- * @param args keyword argments for the template, the {} brace stuff after the tag name,
+ * @param args keyword arguments for the template, the {} brace stuff after the tag name,
* eg TR({...}, TD(...
* @param oldTag a nested tag, eg the TD tag in TR({...}, TD(...
*/
@@ -751,7 +751,7 @@ DomplateLoop.prototype = copyObject(DomplateTag.prototype,
var iterName;
if (this.iter instanceof Parts)
{
- // We have a function with optional aruments or just one variable
+ // We have a function with optional arguments or just one variable
var part = this.iter.parts[0];
// Join our function arguments or variables
diff --git a/trace/FBTrace/modules/orion/orion.js b/trace/FBTrace/modules/orion/orion.js
index 06ad421..b628019 100644
--- a/trace/FBTrace/modules/orion/orion.js
+++ b/trace/FBTrace/modules/orion/orion.js
@@ -4113,7 +4113,7 @@ define("orion/textview/textView", ['orion/textview/textModel', 'orion/textview/k
* Executes the action handler associated with the given name.
* <p>
* The application defined action takes precedence over predefined actions unless
- * the <code>defaultAction</code> paramater is <code>true</code>.
+ * the <code>defaultAction</code> parameter is <code>true</code>.
* </p>
* <p>
* If the application defined action returns <code>false</code>, the text view predefined
@@ -7020,7 +7020,7 @@ define("orion/textview/textView", ['orion/textview/textModel', 'orion/textview/k
if (!isWebkit) {
/*
* Feature in IE and Firefox. It is not possible to get the style of an
- * element if it is not layed out because one of the ancestor has
+ * element if it is not laid out because one of the ancestor has
* style.display = none. This means that the view cannot be created in this
* situations, since no measuring can be performed. The fix is to listen
* for DOMAttrModified and create or destroy the view when the style.display
@@ -11281,7 +11281,7 @@ define("examples/textview/textStyler", ['orion/textview/annotations'], function(
];
// Scanner constants
- var UNKOWN = 1;
+ var UNKNOWN = 1;
var KEYWORD = 2;
var STRING = 3;
var SINGLELINE_COMMENT = 4;
@@ -11365,7 +11365,7 @@ define("examples/textview/textStyler", ['orion/textview/annotations'], function(
}
}
}
- return UNKOWN;
+ return UNKNOWN;
}
},
_read: function() {
@@ -11417,7 +11417,7 @@ define("examples/textview/textStyler", ['orion/textview/annotations'], function(
}
}
this._unread(c);
- return UNKOWN;
+ return UNKNOWN;
case 39: // SINGLE QUOTE -> char const
while(true) {
c = this._read();
@@ -11483,7 +11483,7 @@ define("examples/textview/textStyler", ['orion/textview/annotations'], function(
c = this._read();
} while(!(c === 32 || c === 9 || c === -1));
this._unread(c);
- return UNKOWN;
+ return UNKNOWN;
}
}
};
@@ -11520,7 +11520,7 @@ define("examples/textview/textStyler", ['orion/textview/annotations'], function(
return HTML_MARKUP;
}
}
- return UNKOWN;
+ return UNKNOWN;
case 64: // @
if (this._type === DOC_COMMENT) {
do {
@@ -11529,7 +11529,7 @@ define("examples/textview/textStyler", ['orion/textview/annotations'], function(
this._unread(c);
return DOC_TAG;
}
- return UNKOWN;
+ return UNKNOWN;
case 84: // T
if ((c = this._read()) === 79) { // O
if ((c = this._read()) === 68) { // D
@@ -11555,7 +11555,7 @@ define("examples/textview/textStyler", ['orion/textview/annotations'], function(
c = this._read();
} while(!(c === 32 || c === 9 || c === -1 || c === 60 || c === 64 || c === 84));
this._unread(c);
- return UNKOWN;
+ return UNKNOWN;
}
}
};
@@ -11573,7 +11573,7 @@ define("examples/textview/textStyler", ['orion/textview/annotations'], function(
case 39: // SINGLE QUOTE
case -1:
this._unread(c);
- return UNKOWN;
+ return UNKNOWN;
}
}
};
diff --git a/trace/FBTrace/modules/orion/source-editor.jsm b/trace/FBTrace/modules/orion/source-editor.jsm
index 7877bcb..2306391 100644
--- a/trace/FBTrace/modules/orion/source-editor.jsm
+++ b/trace/FBTrace/modules/orion/source-editor.jsm
@@ -184,7 +184,7 @@ SourceEditor.EVENTS = {
* The TextChanged event is fired when the editor content changes. The event
* object properties:
* - start - the character offset in the document where the change has
- * occured.
+ * occurred.
* - removedCharCount - the number of characters removed from the document.
* - addedCharCount - the number of characters added to the document.
*/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firebug.git
More information about the Pkg-mozext-commits
mailing list