diff options
author | Dhruv <dhruv.goel92@gmail.com> | 2012-08-19 13:08:28 +0530 |
---|---|---|
committer | Dhruv <dhruv.goel92@gmail.com> | 2012-11-09 15:54:38 +0100 |
commit | 5a2cbc241757fc5995419de52910f9067585e068 (patch) | |
tree | 4580e20287b8d54e79a98a9676be021d7f0897a5 /phpBB | |
parent | 6ae64f1c1e37ff2b4de488d6f5264e581b0ac6cf (diff) | |
download | forums-5a2cbc241757fc5995419de52910f9067585e068.tar forums-5a2cbc241757fc5995419de52910f9067585e068.tar.gz forums-5a2cbc241757fc5995419de52910f9067585e068.tar.bz2 forums-5a2cbc241757fc5995419de52910f9067585e068.tar.xz forums-5a2cbc241757fc5995419de52910f9067585e068.zip |
[ticket/11050] fix separated spelling in docblock
PHPBB3-11050
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; |