diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2011-03-01 19:53:12 -0500 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2011-03-01 19:53:12 -0500 |
commit | 36e96bbc6a540e0910e2881c4ba3a629b0e00d9b (patch) | |
tree | 8b873516e4bd370d093b7c4377f3b5b72a2ac32a /phpBB/install/install_install.php | |
parent | bda64edae8ab88846771235220ebfa8ee6cfdaa1 (diff) | |
download | forums-36e96bbc6a540e0910e2881c4ba3a629b0e00d9b.tar forums-36e96bbc6a540e0910e2881c4ba3a629b0e00d9b.tar.gz forums-36e96bbc6a540e0910e2881c4ba3a629b0e00d9b.tar.bz2 forums-36e96bbc6a540e0910e2881c4ba3a629b0e00d9b.tar.xz forums-36e96bbc6a540e0910e2881c4ba3a629b0e00d9b.zip |
[ticket/10059] Fix two misspellings of consistent.
PHPBB3-10059
Diffstat (limited to 'phpBB/install/install_install.php')
-rw-r--r-- | phpBB/install/install_install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_install.php b/phpBB/install/install_install.php index 2dd58584f4..9fe0c8aed5 100644 --- a/phpBB/install/install_install.php +++ b/phpBB/install/install_install.php @@ -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; } |