From 428b956f71262402aa04610d24a1e442e95ba14c Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Fri, 23 Mar 2018 21:18:27 +0100 Subject: [PATCH] Fix typo in word visibility Change-Id: Ife02b0a790bc72de0e01ddf89de457ccdd9a7deb --- includes/EditPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index ad5f75dd0a..27671bcebf 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1706,7 +1706,7 @@ class EditPage { } /** - * Wrap status errors in an errorbox for increased visiblity + * Wrap status errors in an errorbox for increased visibility * * @param Status $status * @return string Wikitext -- 2.20.1