From 5404c85e86e7aca35357de1f02bf29c78bac8a68 Mon Sep 17 00:00:00 2001 From: zoranzoki21 Date: Fri, 11 Jan 2019 13:13:49 +0100 Subject: [PATCH] Fix transcuded typo Bug: T201491 Change-Id: I705b20bc1fd8bc014c614521dc54de69fc300b26 --- includes/skins/SkinMinerva.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/skins/SkinMinerva.php b/includes/skins/SkinMinerva.php index e2cd954..2434a55 100644 --- a/includes/skins/SkinMinerva.php +++ b/includes/skins/SkinMinerva.php @@ -794,7 +794,7 @@ class SkinMinerva extends SkinTemplate { /** * Prepare the content for the 'last edited' message, e.g. 'Last edited on 30 August * 2013, at 23:31'. This message is different for the main page since main page - * content is typically transcuded rather than edited directly. + * content is typically transcluded rather than edited directly. * @param Title $title The Title object of the page being viewed * @return array */