[Pkg-mozext-commits] [firebug] 17/30: Issue 7524: Fix spelling mistakes

David Prévot taffit at moszumanska.debian.org
Fri Jun 20 22:34:25 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository firebug.

commit 860a936f898a3474d0b5151555e9294b2c2eeb16
Author: Florent FAYOLLE <florent.fayolle69 at gmail.com>
Date:   Tue Jun 17 22:08:43 2014 +0200

    Issue 7524: Fix spelling mistakes
---
 extension/content/firebug/console/commandEditor.js | 4 ++--
 extension/content/firebug/editor/sourceEditor.js   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/extension/content/firebug/console/commandEditor.js b/extension/content/firebug/console/commandEditor.js
index ad9ca4f..8ab0e18 100644
--- a/extension/content/firebug/console/commandEditor.js
+++ b/extension/content/firebug/console/commandEditor.js
@@ -287,7 +287,7 @@ var CommandEditor = Obj.extend(Module,
 
     blur: function()
     {
-        // When bluring, save the selection (see issue 7273).
+        // When blurring, save the selection (see issue 7273).
         if (this.editor)
             this.editor.blur(true);
     },
@@ -296,7 +296,7 @@ var CommandEditor = Obj.extend(Module,
      * Save the cursor position so it can be restored when switching back to the
      * Console panel.
      *
-     * Should be used to save the selection without bluring (see issue 7524).
+     * Should be used to save the selection without blurring (see issue 7524).
      */
     saveCursorLocation: function()
     {
diff --git a/extension/content/firebug/editor/sourceEditor.js b/extension/content/firebug/editor/sourceEditor.js
index 9e68cc1..b725072 100644
--- a/extension/content/firebug/editor/sourceEditor.js
+++ b/extension/content/firebug/editor/sourceEditor.js
@@ -917,7 +917,7 @@ SourceEditor.prototype =
      * Save the cursor position so it can be restored when switching back to the
      * Console panel.
      *
-     * Should be used to save the selection without bluring (see issue 7524).
+     * Should be used to save the selection without blurring (see issue 7524).
      */
     saveCursorLocation: function()
     {

-- 
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