Index: trunk/extensions/MobileFrontend/MobileFrontend.body.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | */ |
10 | 10 | private $doc; |
11 | 11 | public $contentFormat = ''; |
12 | | - public $WMLSectionSeperator = '***************************************************************************'; |
| 12 | + public $WMLSectionSeparator = '***************************************************************************'; |
13 | 13 | |
14 | 14 | /** |
15 | 15 | * @var Title |
— | — | @@ -954,7 +954,7 @@ |
955 | 955 | static $headings = 0; |
956 | 956 | ++$headings; |
957 | 957 | |
958 | | - $base = $this->WMLSectionSeperator . |
| 958 | + $base = $this->WMLSectionSeparator . |
959 | 959 | "<h2 class='section_heading' id='section_{$headings}'>{$matches[2]}</h2>"; |
960 | 960 | |
961 | 961 | self::$headings = $headings; |
— | — | @@ -1064,7 +1064,7 @@ |
1065 | 1065 | */ |
1066 | 1066 | private function createWMLCard( $s ) { |
1067 | 1067 | wfProfileIn( __METHOD__ ); |
1068 | | - $segments = explode( $this->WMLSectionSeperator, $s ); |
| 1068 | + $segments = explode( $this->WMLSectionSeparator, $s ); |
1069 | 1069 | $card = ''; |
1070 | 1070 | $idx = 0; |
1071 | 1071 | $requestedSegment = htmlspecialchars( self::$requestedSegment ); |