summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/src/3rdparty/sqlite/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/src/3rdparty/sqlite/random.c')
-rw-r--r--experimental/tqtinterface/qt4/src/3rdparty/sqlite/random.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/tqtinterface/qt4/src/3rdparty/sqlite/random.c b/experimental/tqtinterface/qt4/src/3rdparty/sqlite/random.c
index 7182ad1c3..ffa4cc940 100644
--- a/experimental/tqtinterface/qt4/src/3rdparty/sqlite/random.c
+++ b/experimental/tqtinterface/qt4/src/3rdparty/sqlite/random.c
@@ -5,11 +5,11 @@
** 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.
**
*************************************************************************
-** This file tqcontains code to implement a pseudo-random number
+** This file contains code to implement a pseudo-random number
** generator (PRNG) for STQLite.
**
** Random numbers are used by some of the database backends in order