aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/search/fulltext_postgres.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2013-07-12 17:51:29 +0200
committerAndreas Fischer <bantu@phpbb.com>2013-07-12 17:51:29 +0200
commit658b378b6375aec3df9a4f4a576428ba817cdda8 (patch)
tree1cd59c9d58dc9d8ae5a5eb9e51d501e8e632a08e /phpBB/includes/search/fulltext_postgres.php
parent193670d7a9124a3bdd0fa3ae78733d80a26c5cbb (diff)
downloadforums-658b378b6375aec3df9a4f4a576428ba817cdda8.tar
forums-658b378b6375aec3df9a4f4a576428ba817cdda8.tar.gz
forums-658b378b6375aec3df9a4f4a576428ba817cdda8.tar.bz2
forums-658b378b6375aec3df9a4f4a576428ba817cdda8.tar.xz
forums-658b378b6375aec3df9a4f4a576428ba817cdda8.zip
[ticket/11662] Typos: occured -> occurred
PHPBB3-11662
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()
{