summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/3rdparty/sqlite/btree.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/src/3rdparty/sqlite/btree.h')
-rw-r--r--experimental/tqtinterface/qt4/src/3rdparty/sqlite/btree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/tqtinterface/qt4/src/3rdparty/sqlite/btree.h b/experimental/tqtinterface/qt4/src/3rdparty/sqlite/btree.h
index f9afabc60..101d02e9e 100644
--- a/experimental/tqtinterface/qt4/src/3rdparty/sqlite/btree.h
+++ b/experimental/tqtinterface/qt4/src/3rdparty/sqlite/btree.h
@@ -5,7 +5,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.
**
*************************************************************************
@@ -28,7 +28,7 @@ typedef struct BtCursorOps BtCursorOps;
/*
-** An instance of the following structure tqcontains pointers to all
+** An instance of the following structure contains pointers to all
** methods against an open BTree. Alternative BTree implementations
** (examples: file based versus in-memory) can be created by substituting
** different methods. Users of the BTree cannot tell the difference.