fixed comment
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 28 May 2005 09:17:23 +0000 (09:17 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 28 May 2005 09:17:23 +0000 (09:17 +0000)
includes/Title.php

index 2204e60..af25e70 100644 (file)
@@ -704,7 +704,7 @@ class Title {
                if ( $lowerCase != $friendlyName  ) {
                        $friendlyName .= '_' . substr(md5( $dbkey ), 0, 4);
                }
-               # Handle colon specially because by replacing it with tilde
+               # Handle colon specially by replacing it with tilde
                # Thus we reduce the number of paths with hashes appended
                $friendlyName = str_replace( ':', '~', $friendlyName );
                return "$dir/$friendlyName.html";