1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-27 02:54:59 +02:00

Merge branch 'ticket/p/10059' into develop-olympus

* ticket/p/10059:
  [ticket/10059] Fix two misspellings of consistent.
This commit is contained in:
Andreas Fischer 2011-03-06 15:06:58 +01:00
commit 7027489c8e
2 changed files with 2 additions and 2 deletions

View File

@ -1018,7 +1018,7 @@ append_sid("{$phpbb_root_path}memberlist.$phpEx", 'mode=group&
<h4>General function usage: </h4>
<p>Some of these functions are only chosen over others because of personal preference and having no other benefit than to be consistant over the code.</p>
<p>Some of these functions are only chosen over others because of personal preference and having no other benefit than to be consistent over the code.</p>
<ul>
<li>

View File

@ -1882,7 +1882,7 @@ class install_install extends module
if (!$user_id)
{
// If we can't insert this user then continue to the next one to avoid inconsistant data
// If we can't insert this user then continue to the next one to avoid inconsistent data
$this->p_master->db_error('Unable to insert bot into users table', $db->sql_error_sql, __LINE__, __FILE__, true);
continue;
}