jenkins-bot has submitted this change and it was merged. Change subject: Fix typo ......................................................................
Fix typo Spotted by Liuxinyu970226 and reported at https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Apihelp-titleblacklist-example-2/en Change-Id: I4789c97507588a71792dd9f0d0338cf90dfcb601 --- M i18n/en.json 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Raimond Spekking: Looks good to me, approved jenkins-bot: Verified diff --git a/i18n/en.json b/i18n/en.json index 694b7a5..068ff6e 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -25,5 +25,5 @@ "apihelp-titleblacklist-param-action": "The action to be checked.", "apihelp-titleblacklist-param-nooverride": "Don't try to override the titleblacklist.", "apihelp-titleblacklist-example-1": "Check whether [[Foo]] is blacklisted", - "apihelp-titleblacklist-example-2": "Check whetner [[Bar]] is blacklisted for editing" + "apihelp-titleblacklist-example-2": "Check whether [[Bar]] is blacklisted for editing" } -- To view, visit https://gerrit.wikimedia.org/r/173265 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4789c97507588a71792dd9f0d0338cf90dfcb601 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/TitleBlacklist Gerrit-Branch: master Gerrit-Owner: Siebrand <[email protected]> Gerrit-Reviewer: Jackmcbarn <[email protected]> Gerrit-Reviewer: Raimond Spekking <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
