diff options
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/search/fulltext_sphinx.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |