summaryrefslogtreecommitdiffstats
path: root/doc/src/sql/sql-programming
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sql/sql-programming')
-rw-r--r--doc/src/sql/sql-programming/sql-driver.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sql/sql-programming/sql-driver.qdoc b/doc/src/sql/sql-programming/sql-driver.qdoc
index d78fdbbf83..0e0e5cadd7 100644
--- a/doc/src/sql/sql-programming/sql-driver.qdoc
+++ b/doc/src/sql/sql-programming/sql-driver.qdoc
@@ -637,7 +637,7 @@
If you don't want to use the SQLite library included with Qt, you
can pass \c{-system-sqlite} to the configure script to use sqlite
libraries in the operating system. Alternatively, you can build
- it manually (replace \c $SQLITE by the directory where
+ it manually (replace \c $SQLITE with the directory where
SQLite resides):
\snippet doc/src/snippets/code/doc_src_sql-driver.qdoc 21