fix typo
authorjeroendedauw <jeroendedauw@gmail.com>
Tue, 17 Apr 2012 15:11:26 +0000 (17:11 +0200)
committerjeroendedauw <jeroendedauw@gmail.com>
Tue, 17 Apr 2012 15:11:26 +0000 (17:11 +0200)
Change-Id: I72b511b77f8067411bf234255ad0d54a96ed9cf3

includes/ContentHandler.php

index b1e5827..f9dcb34 100644 (file)
@@ -362,7 +362,7 @@ abstract class ContentHandler {
      * Returns overrides for action handlers.
      * Classes listed here will be used instead of the default one when
      * (and only when) $wgActions[$action] === true. This allows subclasses
-     * to override the default actiuon handlers.
+     * to override the default action handlers.
      *
      * @return Array
      */