aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search/fulltext_postgres.php
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2013-07-12 09:05:02 -0700
committerNathan Guse <nathaniel.guse@gmail.com>2013-07-12 09:05:02 -0700
commit7e4acced8599e7275e20ebab10bdc925ece4baee (patch)
tree32c15555b04bcc68a8324d973696ca7114da5ff7 /phpBB/includes/search/fulltext_postgres.php
parent25c37bcee7b017828a0ff69bc64b6bf47d9e46d5 (diff)
parent658b378b6375aec3df9a4f4a576428ba817cdda8 (diff)
downloadforums-7e4acced8599e7275e20ebab10bdc925ece4baee.tar
forums-7e4acced8599e7275e20ebab10bdc925ece4baee.tar.gz
forums-7e4acced8599e7275e20ebab10bdc925ece4baee.tar.bz2
forums-7e4acced8599e7275e20ebab10bdc925ece4baee.tar.xz
forums-7e4acced8599e7275e20ebab10bdc925ece4baee.zip
Merge pull request #1526 from bantu/ticket/11662-develop
[ticket/11662] Typos: occured -> occurred
Diffstat (limited to 'phpBB/includes/search/fulltext_postgres.php')
-rw-r--r--phpBB/includes/search/fulltext_postgres.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/search/fulltext_postgres.php b/phpBB/includes/search/fulltext_postgres.php
index 496a29f5a3..758c3ba061 100644
--- a/phpBB/includes/search/fulltext_postgres.php
+++ b/phpBB/includes/search/fulltext_postgres.php
@@ -185,7 +185,7 @@ class phpbb_search_fulltext_postgres extends phpbb_search_base
/**
* Checks for correct PostgreSQL version and stores min/max word length in the config
*
- * @return string|bool Language key of the error/incompatiblity occured
+ * @return string|bool Language key of the error/incompatiblity occurred
*/
public function init()
{