aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/search/fulltext_sphinx.php
diff options
context:
space:
mode:
authorluzpaz <luzpaz@@users.noreply.github.com>2017-08-15 15:00:12 -0400
committerMarc Alexander <admin@m-a-styles.de>2019-05-08 22:20:56 +0200
commita9a28859d4852be72ce782d079ee3183c4d54852 (patch)
tree62a8aebf2afbdd858421a70741827886425b56ee /phpBB/phpbb/search/fulltext_sphinx.php
parent62921c066cb66df35846fe5c9d576f4bb16f825a (diff)
downloadforums-a9a28859d4852be72ce782d079ee3183c4d54852.tar
forums-a9a28859d4852be72ce782d079ee3183c4d54852.tar.gz
forums-a9a28859d4852be72ce782d079ee3183c4d54852.tar.bz2
forums-a9a28859d4852be72ce782d079ee3183c4d54852.tar.xz
forums-a9a28859d4852be72ce782d079ee3183c4d54852.zip
[ticket/15424] Multiple typo fixes in docs & comments
Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424
Diffstat (limited to 'phpBB/phpbb/search/fulltext_sphinx.php')
-rw-r--r--phpBB/phpbb/search/fulltext_sphinx.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/phpbb/search/fulltext_sphinx.php b/phpBB/phpbb/search/fulltext_sphinx.php
index 2c2eb84dc7..d8331d3815 100644
--- a/phpBB/phpbb/search/fulltext_sphinx.php
+++ b/phpBB/phpbb/search/fulltext_sphinx.php
@@ -18,7 +18,7 @@ define('SPHINX_CONNECT_RETRIES', 3);
define('SPHINX_CONNECT_WAIT_TIME', 300);
/**
-* Fulltext search based on the sphinx search deamon
+* Fulltext search based on the sphinx search daemon
*/
class fulltext_sphinx
{
@@ -210,7 +210,7 @@ class fulltext_sphinx
/**
* Checks permissions and paths, if everything is correct it generates the config file
*
- * @return string|bool Language key of the error/incompatiblity encountered, or false if successful
+ * @return string|bool Language key of the error/incompatibility encountered, or false if successful
*/
public function init()
{