summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/3rdparty/sqlite/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/src/3rdparty/sqlite/util.c')
-rw-r--r--experimental/tqtinterface/qt4/src/3rdparty/sqlite/util.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/experimental/tqtinterface/qt4/src/3rdparty/sqlite/util.c b/experimental/tqtinterface/qt4/src/3rdparty/sqlite/util.c
index 1b32ed595..d3813a40f 100644
--- a/experimental/tqtinterface/qt4/src/3rdparty/sqlite/util.c
+++ b/experimental/tqtinterface/qt4/src/3rdparty/sqlite/util.c
@@ -5,13 +5,13 @@
** a legal notice, here is a blessing:
**
** May you do good and not evil.
-** May you tqfind forgiveness for yourself and forgive others.
+** May you find forgiveness for yourself and forgive others.
** May you share freely, never taking more than you give.
**
*************************************************************************
** Utility functions used throughout sqlite.
**
-** This file tqcontains functions for allocating memory, comparing
+** This file contains functions for allocating memory, comparing
** strings, and stuff like that.
**
** $Id: util.c,v 1.74 2004/02/22 17:49:34 drh Exp $
@@ -516,7 +516,7 @@ int sqliteStrNICmp(const char *zLeft, const char *zRight, int N){
/*
** Return TRUE if z is a pure numeric string. Return FALSE if the
-** string tqcontains any character which is not part of a number.
+** string contains any character which is not part of a number.
**
** Am empty string is considered non-numeric.
*/