Index: trunk/phase3/includes/search/SearchMySQL.php |
— | — | @@ -171,7 +171,7 @@ |
172 | 172 | protected function searchInternal( $term, $fulltext ) { |
173 | 173 | global $wgCountTotalSearchHits; |
174 | 174 | |
175 | | - // This seems of place, why is this called with empty term? |
| 175 | + // This seems out of place, why is this called with empty term? |
176 | 176 | if ( trim( $term ) === '' ) return null; |
177 | 177 | |
178 | 178 | $filteredTerm = $this->filter( $term ); |