From 118512868693ca3319b3adf3349bb5e4e75597db Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Fri, 14 Nov 2014 13:38:09 +0100 Subject: [PATCH] Fix typo Spotted by Liuxinyu970226 and reported at https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Apihelp-titleblacklist-example-2/en Change-Id: I4789c97507588a71792dd9f0d0338cf90dfcb601 --- i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/en.json b/i18n/en.json index 694b7a54..068ff6e0 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" }