1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/11662] Typos: occured -> occurred

PHPBB3-11662
This commit is contained in:
Andreas Fischer
2013-07-12 17:10:18 +02:00
parent a7edbf9258
commit f4b7cbd976
5 changed files with 7 additions and 7 deletions

View File

@@ -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;
}