summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/3rdparty/sqlite/tokenize.c
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/src/3rdparty/sqlite/tokenize.c')
-rw-r--r--experimental/tqtinterface/qt4/src/3rdparty/sqlite/tokenize.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/tqtinterface/qt4/src/3rdparty/sqlite/tokenize.c b/experimental/tqtinterface/qt4/src/3rdparty/sqlite/tokenize.c
index 3f3e3cfa4..1d413b42e 100644
--- a/experimental/tqtinterface/qt4/src/3rdparty/sqlite/tokenize.c
+++ b/experimental/tqtinterface/qt4/src/3rdparty/sqlite/tokenize.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.
**
*************************************************************************
** An tokenizer for SQL
**
-** This file tqcontains C code that splits an SQL input string up into
+** This file contains C code that splits an SQL input string up into
** individual tokens and sends those tokens one-by-one over to the
** parser for analysis.
**