summaryrefslogtreecommitdiffstats
path: root/src/sqlite
diff options
context:
space:
mode:
Diffstat (limited to 'src/sqlite')
-rw-r--r--src/sqlite/func.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqlite/func.c b/src/sqlite/func.c
index ae0fb8a..6b05335 100644
--- a/src/sqlite/func.c
+++ b/src/sqlite/func.c
@@ -539,7 +539,7 @@ static void versionFunc(
** change. This function may disappear. Do not write code that depends
** on this function.
**
-** Implementation of the TQUOTE() function. This function takes a single
+** Implementation of the QUOTE() function. This function takes a single
** argument. If the argument is numeric, the return value is the same as
** the argument. If the argument is NULL, the return value is the string
** "NULL". Otherwise, the argument is enclosed in single quotes with