summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2021-01-17 14:30:53 +0200
committerMavridis Philippe <mavridisf@gmail.com>2021-01-17 14:30:53 +0200
commitabd78ee366f617e6cbbc5559fe1dd0943ed590a0 (patch)
tree6425e15f4799dcfc2dbc0bf99487284637268b35
parenta3d1f13286393aba4a0673efca28f85f346f15c1 (diff)
downloadklamav-abd78ee366f617e6cbbc5559fe1dd0943ed590a0.tar.gz
klamav-abd78ee366f617e6cbbc5559fe1dd0943ed590a0.zip
Fixed wrong replacement from Qt3->TQt conversion.
This is an internally used library and the fix affects a comment, but it is still nice to have it right. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
-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