Fix typo in word compatibility
authorUmherirrender <umherirrender_de.wp@web.de>
Fri, 9 Mar 2018 22:04:44 +0000 (23:04 +0100)
committerUmherirrender <umherirrender_de.wp@web.de>
Fri, 9 Mar 2018 22:04:44 +0000 (23:04 +0100)
Change-Id: Ic6ad14f5e156311cee3021cd427561dfcd68633a

HISTORY
includes/logging/LogFormatter.php
resources/src/mediawiki.toolbar/toolbar.js

diff --git a/HISTORY b/HISTORY
index 244d681..0693b21 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -14990,7 +14990,7 @@ Various bugfixes, small features, and a few experimental things:
 * (bug 2384) Fix typo in regex for IP address checking
 * (bug 650) Prominently link MySQL 4.1 help page in installer if a possible
   version conflict is detected
-* (bug 2394) Undo incompatible breakage to {{msg:}} compatiblity includes
+* (bug 2394) Undo incompatible breakage to {{msg:}} compatibility includes
 * (bug 1322) Use a shorter cl_sortkey field to avoid breaking on MySQL 4.1
   when the default charset is set to utf8
 * (bug 2400) don't send confirmation mail on account creation if
index b28bb7d..bc0491f 100644 (file)
@@ -193,7 +193,7 @@ class LogFormatter {
        }
 
        /**
-        * Even uglier hack to maintain backwards compatibilty with IRC bots
+        * Even uglier hack to maintain backwards compatibility with IRC bots
         * (T36508).
         * @see getActionText()
         * @return string Text
@@ -214,7 +214,7 @@ class LogFormatter {
        }
 
        /**
-        * Even uglier hack to maintain backwards compatibilty with IRC bots
+        * Even uglier hack to maintain backwards compatibility with IRC bots
         * (T36508).
         * @see getActionText()
         * @return string Text
index 4707f78..827ef01 100644 (file)
@@ -84,7 +84,7 @@
        /**
         * @private
         * @property {Array}
-        * Contains button objects (and for backwards compatibilty, it can
+        * Contains button objects (and for backwards compatibility, it can
         * also contains an arguments array for insertButton).
         */
        queue = [];