From ebef93baa57eb5be048ef15860063f4245b35ae1 Mon Sep 17 00:00:00 2001 From: jeroendedauw Date: Tue, 17 Apr 2012 17:11:26 +0200 Subject: [PATCH] fix typo Change-Id: I72b511b77f8067411bf234255ad0d54a96ed9cf3 --- includes/ContentHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/ContentHandler.php b/includes/ContentHandler.php index b1e5827d02..f9dcb3490d 100644 --- a/includes/ContentHandler.php +++ b/includes/ContentHandler.php @@ -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 */ -- 2.20.1