Typofix in comment
authorChad Horohoe <demon@users.mediawiki.org>
Thu, 3 Nov 2011 03:30:27 +0000 (03:30 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Thu, 3 Nov 2011 03:30:27 +0000 (03:30 +0000)
includes/GlobalFunctions.php

index 34c46b3..014aaa6 100644 (file)
@@ -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 ) {