From: Niklas Laxström Date: Fri, 22 Apr 2011 15:16:37 +0000 (+0000) Subject: Followup r86705 fix typo in comment X-Git-Tag: 1.31.0-rc.0~30633 X-Git-Url: http://git.cyclocoop.org/%22.%28%24lien.?a=commitdiff_plain;h=836f7951bdff111f8c3a355b584ddecf8b6850b8;p=lhc%2Fweb%2Fwiklou.git Followup r86705 fix typo in comment --- diff --git a/includes/search/SearchMySQL.php b/includes/search/SearchMySQL.php index 5dff901dad..cc41795579 100644 --- a/includes/search/SearchMySQL.php +++ b/includes/search/SearchMySQL.php @@ -171,7 +171,7 @@ class SearchMySQL extends SearchEngine { protected function searchInternal( $term, $fulltext ) { global $wgCountTotalSearchHits; - // This seems of place, why is this called with empty term? + // This seems out of place, why is this called with empty term? if ( trim( $term ) === '' ) return null; $filteredTerm = $this->filter( $term );