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/language/en/common.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/language/en/common.php')
-rw-r--r-- | phpBB/language/en/common.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index c986e8213d..f37f6d3b30 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -172,8 +172,8 @@ $lang = array_merge($lang, array( 'ERR_JAB_AUTH' => 'Could not authorise on Jabber server.', 'ERR_JAB_CONNECT' => 'Could not connect to Jabber server.', 'ERR_UNABLE_TO_LOGIN' => 'The specified username or password is incorrect.', - 'ERR_UNWATCHING' => 'An error occured while trying to unsubscribe.', - 'ERR_WATCHING' => 'An error occured while trying to subscribe.', + 'ERR_UNWATCHING' => 'An error occurred while trying to unsubscribe.', + 'ERR_WATCHING' => 'An error occurred while trying to subscribe.', 'ERR_WRONG_PATH_TO_PHPBB' => 'The phpBB path specified appears to be invalid.', 'EXPAND_VIEW' => 'Expand view', 'EXTENSION' => 'Extension', @@ -298,7 +298,7 @@ $lang = array_merge($lang, array( 'LAST_VISIT' => 'Last visit', 'LDAP_NO_LDAP_EXTENSION' => 'LDAP extension not available.', 'LDAP_NO_SERVER_CONNECTION' => 'Could not connect to LDAP server.', - 'LDAP_SEARCH_FAILED' => 'An error occured while searching the LDAP directory.', + 'LDAP_SEARCH_FAILED' => 'An error occurred while searching the LDAP directory.', 'LEGEND' => 'Legend', 'LOCATION' => 'Location', 'LOCK_POST' => 'Lock post', |