summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/3rdparty/sqlite/trigger.c
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/src/3rdparty/sqlite/trigger.c')
-rw-r--r--experimental/tqtinterface/qt4/src/3rdparty/sqlite/trigger.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/tqtinterface/qt4/src/3rdparty/sqlite/trigger.c b/experimental/tqtinterface/qt4/src/3rdparty/sqlite/trigger.c
index 781928f11..1d4fcd407 100644
--- a/experimental/tqtinterface/qt4/src/3rdparty/sqlite/trigger.c
+++ b/experimental/tqtinterface/qt4/src/3rdparty/sqlite/trigger.c
@@ -4,7 +4,7 @@
** 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.
**
*************************************************************************
@@ -270,7 +270,7 @@ static void sqlitePersistTriggerStep(TriggerStep *p){
** Turn a SELECT statement (that the pSelect parameter points to) into
** a trigger step. Return a pointer to a TriggerStep structure.
**
-** The parser calls this routine when it tqfinds a SELECT statement in
+** The parser calls this routine when it finds a SELECT statement in
** body of a TRIGGER.
*/
TriggerStep *sqliteTriggerSelectStep(Select *pSelect){