From 5a2cbc241757fc5995419de52910f9067585e068 Mon Sep 17 00:00:00 2001 From: Dhruv Date: Sun, 19 Aug 2012 13:08:28 +0530 Subject: [PATCH] [ticket/11050] fix separated spelling in docblock PHPBB3-11050 --- phpBB/includes/search/fulltext_sphinx.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/includes/search/fulltext_sphinx.php b/phpBB/includes/search/fulltext_sphinx.php index e52be6a0b7..ceb6b0a7aa 100644 --- a/phpBB/includes/search/fulltext_sphinx.php +++ b/phpBB/includes/search/fulltext_sphinx.php @@ -48,7 +48,7 @@ class phpbb_search_fulltext_sphinx /** * Stores the names of both main and delta sphinx indexes - * seperated by a semicolon + * separated by a semicolon * @var string */ protected $indexes;