Index: openacs-4/packages/soap-db/tcl/test/soap-db-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/soap-db/tcl/test/soap-db-procs.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/soap-db/tcl/test/soap-db-procs.tcl 11 Aug 2006 01:50:46 -0000 1.1 +++ openacs-4/packages/soap-db/tcl/test/soap-db-procs.tcl 5 Apr 2018 14:44:09 -0000 1.2 @@ -75,7 +75,7 @@ set no_result [soap_db::db_0or1row -dbn udb get_no_data "select sysdate as nonexsistant, sysdate as unchanged from dual where 1=0"] aa_false "No rows query returned 0." $no_result - aa_false "No rows query didn't create a non existant variable." [info exists nonexistant] + aa_false "No rows query didn't create a non existent variable." [info exists nonexistent] aa_true "No rows query didn't change initial value of a variable." [string eq $random_string $unchanged] }