summaryrefslogtreecommitdiffstats
path: root/user_guide/database
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2008-03-25 19:19:59 +0100
committerDerek Allard <derek.allard@ellislab.com>2008-03-25 19:19:59 +0100
commit8597ca78541b49526da50ca5a2f2ca8bcdba9f8f (patch)
tree4716602e895ae693dcae5f57c9bc9d40971d8b95 /user_guide/database
parent11213e4c0f1de094746e834ca6c8f547459703dd (diff)
doc typos and fixes
Diffstat (limited to 'user_guide/database')
-rw-r--r--user_guide/database/configuration.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/database/configuration.html b/user_guide/database/configuration.html
index 7908c2d62..a6da7e196 100644
--- a/user_guide/database/configuration.html
+++ b/user_guide/database/configuration.html
@@ -121,7 +121,7 @@ for the primary connection, but it too can be renamed to something more relevant
<li><strong>username</strong> - The username used to connect to the database.</li>
<li><strong>password</strong> - The password used to connect to the database.</li>
<li><strong>database</strong> - The name of the database you want to connect to.</li>
-<li><strong>dbdriver</strong> - The database type. ie: mysql, postgre, obdc, etc. Must be specified in lower case.</li>
+<li><strong>dbdriver</strong> - The database type. ie: mysql, postgre, odcc, etc. Must be specified in lower case.</li>
<li><strong>dbprefix</strong> - An optional table prefix which will added to the table name when running <a href="active_record.html">Active Record</a> queries. This permits multiple CodeIgniter installations to share one database.</li>
<li><strong>pconnect</strong> - TRUE/FALSE (boolean) - Whether to use a persistent connection.</li>
<li><strong>db_debug</strong> - TRUE/FALSE (boolean) - Whether database errors should be displayed.</li>