tyop fxi
authorBrion Vibber <brion@pobox.com>
Sun, 11 May 2014 19:39:23 +0000 (21:39 +0200)
committerBrion Vibber <brion@pobox.com>
Sun, 11 May 2014 19:39:23 +0000 (21:39 +0200)
Change-Id: I05cd37b3dab7d0eeffb4df81f906fd1e881b7f9f

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.