diff options
Diffstat (limited to 'test/tester.tcl')
-rw-r--r-- | test/tester.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |