From abd78ee366f617e6cbbc5559fe1dd0943ed590a0 Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Sun, 17 Jan 2021 14:30:53 +0200 Subject: 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 --- src/sqlite/func.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sqlite') 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 -- cgit v1.2.1