Doc typo
authorAaron Schulz <aaron@users.mediawiki.org>
Sun, 7 Mar 2010 23:47:00 +0000 (23:47 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sun, 7 Mar 2010 23:47:00 +0000 (23:47 +0000)
languages/Language.php

index ec265c5..bd44f5c 100644 (file)
@@ -2306,7 +2306,7 @@ class Language {
                        if ( $displayLen >= $length && $bracketState == 0 && $entityState == 0 ) {
                                if ( !$testingEllipsis ) {
                                        $testingEllipsis = true;
-                                       # Save were we are; we will truncate here unless
+                                       # Save where we are; we will truncate here unless
                                        # the ellipsis actually makes the string longer.
                                        $pOpenTags = $openTags; // save state
                                        $pRet = $ret; // save state