From 0decf94d10c550fb9265197b354d37c7b3b6a9e6 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sun, 11 May 2014 21:39:23 +0200 Subject: [PATCH] tyop fxi Change-Id: I05cd37b3dab7d0eeffb4df81f906fd1e881b7f9f --- includes/content/ContentHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/content/ContentHandler.php b/includes/content/ContentHandler.php index defa7da282..dd7e27dcb9 100644 --- a/includes/content/ContentHandler.php +++ b/includes/content/ContentHandler.php @@ -454,7 +454,7 @@ abstract class ContentHandler { /** * Creates a new Content object that acts as a redirect to the given page, - * or null of redirects are not supported by this content model. + * or null if redirects are not supported by this content model. * * This default implementation always returns null. Subclasses supporting redirects * must override this method. -- 2.20.1