From: Chad Horohoe Date: Thu, 3 Nov 2011 03:30:27 +0000 (+0000) Subject: Typofix in comment X-Git-Tag: 1.31.0-rc.0~26746 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=c2ff182d5cdd816751106a9630ee1750ead63ca1;p=lhc%2Fweb%2Fwiklou.git Typofix in comment --- 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 ) {