From c2ff182d5cdd816751106a9630ee1750ead63ca1 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Thu, 3 Nov 2011 03:30:27 +0000 Subject: [PATCH] Typofix in comment --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 34c46b32ac..014aaa645f 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -491,7 +491,7 @@ function wfExpandUrl( $url, $defaultProto = PROTO_CURRENT ) { * Returns a regular expression of url protocols * * @param $includeProtocolRelative bool If false, remove '//' from the returned protocol list. - * DO NOT USE this directy, use wfUrlProtocolsWithoutProtRel() instead + * DO NOT USE this directly, use wfUrlProtocolsWithoutProtRel() instead * @return String */ function wfUrlProtocols( $includeProtocolRelative = true ) { -- 2.20.1