summaryrefslogtreecommitdiffstats
path: root/docs/en
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-09-19 01:57:45 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-09-19 01:57:45 +0200
commitb5113d4856d08dd2b1ce921c2f2f37985b2f4626 (patch)
tree4188b3a437070722765f407d1573a3988015830f /docs/en
parent9f6a83865de9ef2a594575533acb0974744af478 (diff)
downloadbugzilla-b5113d4856d08dd2b1ce921c2f2f37985b2f4626.tar.gz
bugzilla-b5113d4856d08dd2b1ce921c2f2f37985b2f4626.tar.xz
Fix one more place about SQLite
https://bugzilla.mozilla.org/show_bug.cgi?id=337776
Diffstat (limited to 'docs/en')
-rw-r--r--docs/en/xml/installation.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml
index 77aa85bec..8df457439 100644
--- a/docs/en/xml/installation.xml
+++ b/docs/en/xml/installation.xml
@@ -618,7 +618,7 @@
the user you will create for your database. Pick a strong
password (for simplicity, it should not contain single quote
characters) and put it here. $db_driver can be either 'mysql',
- 'Pg' or 'oracle'.
+ 'Pg', 'Oracle' or 'Sqlite'.
</para>
<note>