Index: trunk/phase3/includes/GlobalFunctions.php |
— | — | @@ -491,7 +491,7 @@ |
492 | 492 | * Returns a regular expression of url protocols |
493 | 493 | * |
494 | 494 | * @param $includeProtocolRelative bool If false, remove '//' from the returned protocol list. |
495 | | - * DO NOT USE this directy, use wfUrlProtocolsWithoutProtRel() instead |
| 495 | + * DO NOT USE this directly, use wfUrlProtocolsWithoutProtRel() instead |
496 | 496 | * @return String |
497 | 497 | */ |
498 | 498 | function wfUrlProtocols( $includeProtocolRelative = true ) { |