diff options
author | stephan <stephan@noemail.net> | 2025-03-06 14:40:45 +0000 |
---|---|---|
committer | stephan <stephan@noemail.net> | 2025-03-06 14:40:45 +0000 |
commit | 908c0301d1f5d49b539a814c282ea350d4dc4642 (patch) | |
tree | d348ab05f0795d8460da917f77bf8202751867e3 /test | |
parent | 8199c8d7a70105551afec082c13f4560ed6e6d55 (diff) | |
parent | d75acb8312a6aacd5cccecf46781e44348bf2a43 (diff) | |
download | sqlite-908c0301d1f5d49b539a814c282ea350d4dc4642.tar.gz sqlite-908c0301d1f5d49b539a814c282ea350d4dc4642.zip |
Merge trunk into the cygwin-fixes branch (which was inadvertently branched too early).
FossilOrigin-Name: a7863b2e2fbea0ea11c494016b99921f70aae09607868aa65af988cbd173b31a
Diffstat (limited to 'test')
-rw-r--r-- | test/shared.test | 2 | ||||
-rw-r--r-- | test/tableapi.test | 2 | ||||
-rw-r--r-- | test/tester.tcl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/shared.test b/test/shared.test index a0cd0a669..146830e56 100644 --- a/test/shared.test +++ b/test/shared.test @@ -312,7 +312,7 @@ do_test shared-$av.4.1.3 { } {2} # Sanity check: Create a table in ./test.db via handle db, and test that handle -# db2 can "see" the new table immediately. A handle using a seperate pager +# db2 can "see" the new table immediately. A handle using a separate pager # cache would have to reload the database schema before this were possible. # do_test shared-$av.4.2.1 { diff --git a/test/tableapi.test b/test/tableapi.test index 02633cdca..772073747 100644 --- a/test/tableapi.test +++ b/test/tableapi.test @@ -230,7 +230,7 @@ ifcapable schema_pragmas { } # do_malloc_test closes and deletes the usual db connections and files on -# each iteration. $::dbx is a seperate connection, and on Windows, will +# each iteration. $::dbx is a separate connection, and on Windows, will # cause the file deletion of test.db to fail, so we move the close of $::dbx # up to here before the do_malloc_test. do_test tableapi-99.0 { diff --git a/test/tester.tcl b/test/tester.tcl index 079255761..66d9aeae3 100644 --- a/test/tester.tcl +++ b/test/tester.tcl @@ -1724,7 +1724,7 @@ proc ifcapable {expr code {else ""} {elsecode ""}} { return -code $c $r } -# This proc execs a seperate process that crashes midway through executing +# This proc execs a separate process that crashes midway through executing # the SQL script $sql on database test.db. # # The crash occurs during a sync() of file $crashfile. When the crash |