diff options
author | Umherirrender <umherirrender_de.wp@web.de> | 2018-03-09 23:04:44 +0100 |
---|---|---|
committer | Umherirrender <umherirrender_de.wp@web.de> | 2018-03-09 23:04:44 +0100 |
commit | cb68d6dacf0523fb3ce7c4f8b450c54b99733cfa (patch) | |
tree | 2870dc94c83449d1694868f73c0b4bd37c4bd54d | |
parent | f2347e8121b4a0cff0364f2ea51e0456fc9ce735 (diff) | |
download | mediawikicore-cb68d6dacf0523fb3ce7c4f8b450c54b99733cfa.tar.gz mediawikicore-cb68d6dacf0523fb3ce7c4f8b450c54b99733cfa.zip |
Fix typo in word compatibility
Change-Id: Ic6ad14f5e156311cee3021cd427561dfcd68633a
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | includes/logging/LogFormatter.php | 4 | ||||
-rw-r--r-- | resources/src/mediawiki.toolbar/toolbar.js | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -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 diff --git a/includes/logging/LogFormatter.php b/includes/logging/LogFormatter.php index b28bb7df7796..bc0491f4cf01 100644 --- a/includes/logging/LogFormatter.php +++ b/includes/logging/LogFormatter.php @@ -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 diff --git a/resources/src/mediawiki.toolbar/toolbar.js b/resources/src/mediawiki.toolbar/toolbar.js index 4707f782a9cf..827ef0194b10 100644 --- a/resources/src/mediawiki.toolbar/toolbar.js +++ b/resources/src/mediawiki.toolbar/toolbar.js @@ -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 = []; |