sp :)
authorArne Heizmann <timwi@users.mediawiki.org>
Sat, 24 Jul 2004 01:03:16 +0000 (01:03 +0000)
committerArne Heizmann <timwi@users.mediawiki.org>
Sat, 24 Jul 2004 01:03:16 +0000 (01:03 +0000)
includes/Parser.php

index 4a89102..98bf5fe 100644 (file)
@@ -1452,7 +1452,7 @@ class Parser
        /* private */ function replaceVariables( $text, $args = array() ) {
                global $wgLang, $wgScript, $wgArticlePath;
 
-                # Prevent to big inclusions
+                # Prevent too big inclusions
                 if(strlen($text)> MAX_INCLUDE_SIZE)
                    return $text;