diff options
Diffstat (limited to 'src/test3.c')
-rw-r--r-- | src/test3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test3.c b/src/test3.c index d1626b6ef..7fd766247 100644 --- a/src/test3.c +++ b/src/test3.c @@ -422,7 +422,7 @@ static int SQLITE_TCLAPI btree_payload_size( ** routines, both for accuracy and for speed. ** ** An integer is written using putVarint() and read back with -** getVarint() and varified to be unchanged. This repeats COUNT +** getVarint() and verified to be unchanged. This repeats COUNT ** times. The first integer is START*MULTIPLIER. Each iteration ** increases the integer by INCREMENT. ** |