typo
authorMark A. Hershberger <mah@users.mediawiki.org>
Thu, 3 Nov 2011 15:14:02 +0000 (15:14 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Thu, 3 Nov 2011 15:14:02 +0000 (15:14 +0000)
includes/HttpFunctions.php

index 949cfcb..b16b841 100644 (file)
@@ -129,7 +129,7 @@ class Http {
         * protocols, because we only want protocols that both cURL
         * and php support.
         *
-        * file:// should not be allowed there for security purpose (r67684)
+        * file:// should not be allowed here for security purpose (r67684)
         *
         * @fixme this is wildly inaccurate and fails to actually check most stuff
         *