Followup r86705 fix typo in comment
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Fri, 22 Apr 2011 15:16:37 +0000 (15:16 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Fri, 22 Apr 2011 15:16:37 +0000 (15:16 +0000)
includes/search/SearchMySQL.php

index 5dff901..cc41795 100644 (file)
@@ -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 );