Merge "tyop fxi"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 12 May 2014 00:22:20 +0000 (00:22 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 12 May 2014 00:22:20 +0000 (00:22 +0000)
includes/content/ContentHandler.php

index defa7da..dd7e27d 100644 (file)
@@ -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.