[Pkg-mozext-commits] [tabmixplus] 15/34: Typos in xml files

David Prévot taffit at moszumanska.debian.org
Mon Jun 27 13:57:56 UTC 2016


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

taffit pushed a commit to branch master
in repository tabmixplus.

commit 29d47bef76cc64e087774ccef56c2f35ceaff646
Author: onemen <tabmix.onemen at gmail.com>
Date:   Wed Jun 8 17:57:31 2016 +0300

    Typos in xml files
---
 chrome/content/preferences/shortcuts.xml                  | 2 +-
 chrome/content/preferences/subdialogs/pref-appearance.xml | 2 +-
 chrome/content/tab/scrollbox.xml                          | 4 ++--
 chrome/content/tab/tabbrowser_4.xml                       | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/chrome/content/preferences/shortcuts.xml b/chrome/content/preferences/shortcuts.xml
index d48ba08..6de63f2 100644
--- a/chrome/content/preferences/shortcuts.xml
+++ b/chrome/content/preferences/shortcuts.xml
@@ -155,7 +155,7 @@
               return;
             }
           } else if (this.key && this.key.modifiers.indexOf("accel") > -1) {
-            // when current modifier is accel replcae new modifier with accel
+            // when current modifier is accel replace new modifier with accel
             // if it match ui.key.accelKey
             key.modifiers = key.modifiers.replace(Shortcuts.getPlatformAccel(), "accel");
           }
diff --git a/chrome/content/preferences/subdialogs/pref-appearance.xml b/chrome/content/preferences/subdialogs/pref-appearance.xml
index 6f290cc..3c4582f 100644
--- a/chrome/content/preferences/subdialogs/pref-appearance.xml
+++ b/chrome/content/preferences/subdialogs/pref-appearance.xml
@@ -72,7 +72,7 @@
                                 this.id != "progressMeter";
 
           useThis.nextSibling.value = document.getElementById("_" + this.id).label;
-          // colorpicker need some time untile its ready
+          // colorpicker need some time until its ready
           window.setTimeout(() => this._getPrefs(this._initPrefValues), 0);
         ]]>
       </constructor>
diff --git a/chrome/content/tab/scrollbox.xml b/chrome/content/tab/scrollbox.xml
index fe8ac91..20defde 100644
--- a/chrome/content/tab/scrollbox.xml
+++ b/chrome/content/tab/scrollbox.xml
@@ -355,7 +355,7 @@
         <parameter name="blockUnderflow"/>
         <body><![CDATA[
           // when widthFitTitle is false we enter vertical mode only after we are in overflow
-          // if first or last tab is unvisible enter vertical mode
+          // if first or last tab is not visible enter vertical mode
           // we can get here from new tabs, window resize tabs change width
           // so we call this function after 3 events TabOpen, overflow and scroll
           this.__needToSetVerticalOrient = false;
@@ -542,7 +542,7 @@
           if (this.isMultiRow && !this._enterVerticalModeTimeout) {
             this.__needToSetVerticalOrient = true;
             // when widthFitTitle is false we enter vertical mode only after we are in overflow
-            // if first or last tab is unvisible enter vertical mode
+            // if first or last tab is not visible enter vertical mode
             var self = this;
             this._enterVerticalModeTimeout = setTimeout(function() {
               self._enterVerticalModeTimeout = null;
diff --git a/chrome/content/tab/tabbrowser_4.xml b/chrome/content/tab/tabbrowser_4.xml
index cba06d8..a46c5f4 100644
--- a/chrome/content/tab/tabbrowser_4.xml
+++ b/chrome/content/tab/tabbrowser_4.xml
@@ -265,8 +265,8 @@
         if (!aTab.mIsHover && aTab.hasAttribute("showbutton")) {
           aTab.removeAttribute("showbutton");
           aTab.style.removeProperty("width");
-          // we use this in Linux to prevent underflow
-          // that trigger by hidding the close button
+          // we use this in Linux to prevent underflow that triggered by hiding
+          // the close button
           aTab.setAttribute("showbutton_removed", true);
           setTimeout(tab => tab.removeAttribute("showbutton_removed"), 50, aTab);
           if (aTab == aTab.parentNode.__showbuttonTab)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git



More information about the Pkg-mozext-commits mailing list