summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/database
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-01-16 12:05:23 +0100
committerAndrey Andreev <narf@bofh.bg>2012-01-16 12:05:23 +0100
commit8ae24c57a1240a5a5e3fbd5755227e5d42b75390 (patch)
treee79755605c4dc74cd5c357f694013b78f1e8ba38 /user_guide_src/source/database
parentfc514ca3578c59753e059fd6b8a2415424850535 (diff)
Add SQLite3 database driver
Diffstat (limited to 'user_guide_src/source/database')
-rw-r--r--user_guide_src/source/database/configuration.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/database/configuration.rst b/user_guide_src/source/database/configuration.rst
index 4f88c25ab..7d3960f10 100644
--- a/user_guide_src/source/database/configuration.rst
+++ b/user_guide_src/source/database/configuration.rst
@@ -163,7 +163,7 @@ Explanation of Values:
====================== ==================================================================================================
.. note:: Depending on what database platform you are using (MySQL,
- Postgres, etc.) not all values will be needed. For example, when using
+ Postgre, etc.) not all values will be needed. For example, when using
SQLite you will not need to supply a username or password, and the
database name will be the path to your database file. The information
above assumes you are using MySQL.