From 836f7951bdff111f8c3a355b584ddecf8b6850b8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Fri, 22 Apr 2011 15:16:37 +0000 Subject: [PATCH] Followup r86705 fix typo in comment --- includes/search/SearchMySQL.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.20.1