From 734aa608c7a1e1b178eb989138c1467640e4326e Mon Sep 17 00:00:00 2001 From: aude Date: Sat, 16 Jan 2016 19:18:10 -0500 Subject: [PATCH] Fix typo SpecialVersion::getCreditsForExtension comments Change-Id: I069bb79e18d0c2ffc41a96d0ef71b1d90aee0b75 --- includes/specials/SpecialVersion.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialVersion.php b/includes/specials/SpecialVersion.php index 80560bed54..569069ec69 100644 --- a/includes/specials/SpecialVersion.php +++ b/includes/specials/SpecialVersion.php @@ -707,7 +707,7 @@ class SpecialVersion extends SpecialPage { * - The name of (name), and URL link to (url), the extension * - Official version number (version) and if available version control system * revision (path), link, and date - * - If available the short name of the license (license-name) and a linke + * - If available the short name of the license (license-name) and a link * to ((LICENSE)|(COPYING))(\.txt)? if it exists. * - Description of extension (descriptionmsg or description) * - List of authors (author) and link to a ((AUTHORS)|(CREDITS))(\.txt)? file if it exists -- 2.20.1