From: Umherirrender Date: Fri, 9 Mar 2018 22:04:44 +0000 (+0100) Subject: Fix typo in word compatibility X-Git-Tag: 1.31.0-rc.0~403^2 X-Git-Url: http://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=cb68d6dacf0523fb3ce7c4f8b450c54b99733cfa Fix typo in word compatibility Change-Id: Ic6ad14f5e156311cee3021cd427561dfcd68633a --- diff --git a/HISTORY b/HISTORY index 244d681902..0693b21c5d 100644 --- 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 diff --git a/includes/logging/LogFormatter.php b/includes/logging/LogFormatter.php index b28bb7df77..bc0491f4cf 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 4707f782a9..827ef0194b 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 = [];