From 576bb754e9f5b074c7c7c9bdc2debea4b5f65e1a Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 21 Jan 2007 18:33:45 +0000 Subject: fixing some bugs, most being submitted grammatical/spelling errors. git-svn-id: file:///svn/phpbb/trunk@6915 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/search/fulltext_native.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/search') diff --git a/phpBB/includes/search/fulltext_native.php b/phpBB/includes/search/fulltext_native.php index 652495e734..d69db23747 100755 --- a/phpBB/includes/search/fulltext_native.php +++ b/phpBB/includes/search/fulltext_native.php @@ -166,7 +166,7 @@ class fulltext_native extends search_backend $keywords = preg_replace($match, $replace, $keywords); - // $keywords input format: each word seperated by a space, words in a bracket are not seperated + // $keywords input format: each word separated by a space, words in a bracket are not separated // the user wants to search for any word, convert the search query if ($terms == 'any') -- cgit v1.2.1