diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-07-12 17:10:18 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-07-12 17:10:18 +0200 |
commit | f4b7cbd9766fff3e4232c5514da18c8fc3ff102b (patch) | |
tree | 5aaae3387ef3b13a5edc8b1d9b5bf8a634f24b9e /phpBB/includes/functions_jabber.php | |
parent | a7edbf9258253dd694857af80273f6cddfe91274 (diff) | |
download | forums-f4b7cbd9766fff3e4232c5514da18c8fc3ff102b.tar forums-f4b7cbd9766fff3e4232c5514da18c8fc3ff102b.tar.gz forums-f4b7cbd9766fff3e4232c5514da18c8fc3ff102b.tar.bz2 forums-f4b7cbd9766fff3e4232c5514da18c8fc3ff102b.tar.xz forums-f4b7cbd9766fff3e4232c5514da18c8fc3ff102b.zip |
[ticket/11662] Typos: occured -> occurred
PHPBB3-11662
Diffstat (limited to 'phpBB/includes/functions_jabber.php')
-rw-r--r-- | phpBB/includes/functions_jabber.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_jabber.php b/phpBB/includes/functions_jabber.php index 16dce16a72..2054124a4e 100644 --- a/phpBB/includes/functions_jabber.php +++ b/phpBB/includes/functions_jabber.php @@ -250,7 +250,7 @@ class jabber return true; } - // Apparently an error occured... + // Apparently an error occurred... $this->add_to_log('Error: open_socket() - ' . $errorstr); return false; } |