Index: trunk/extensions/LandingCheck/SpecialLandingCheck.php |
— | — | @@ -54,7 +54,7 @@ |
55 | 55 | |
56 | 56 | $localServerDetails = wfParseUrl( $wgServer ); |
57 | 57 | |
58 | | - // The following checks are necessary due to a bug in wfParseUrl that was fxed in r94352. |
| 58 | + // The following checks are necessary due to a bug in wfParseUrl that was fixed in r94352. |
59 | 59 | if ( $wgLandingCheckPriorityURLBase ) { |
60 | 60 | $priorityServerDetails = wfParseUrl( $wgLandingCheckPriorityURLBase ); |
61 | 61 | } else { |