From ba5cc24eb49ba0301cac622ca423b952b6b39df8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Mon, 2 Jan 2012 18:22:26 +0000 Subject: [PATCH] Typofix r107842 --- includes/WikiPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/WikiPage.php b/includes/WikiPage.php index 313cf65335..66421aa18f 100644 --- a/includes/WikiPage.php +++ b/includes/WikiPage.php @@ -38,7 +38,7 @@ class WikiPage extends Page { protected $mLastRevision = null; /** - * @var string; timestamp of the current revision or empty string of not loaded + * @var string; timestamp of the current revision or empty string if not loaded */ protected $mTimestamp = ''; -- 2.20.1