From 3a938a17f663947ff0cd67dc0167076a36e9cdd0 Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Sat, 15 Dec 2012 14:45:46 -0500 Subject: spell check --- GradeBook_lib.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GradeBook_lib.tcl') diff --git a/GradeBook_lib.tcl b/GradeBook_lib.tcl index 43bd017..f94f165 100755 --- a/GradeBook_lib.tcl +++ b/GradeBook_lib.tcl @@ -699,7 +699,7 @@ proc htmlDBout {db permission_list user {sort_col {}}} { set sort_col $defSortCol dbg "empty sort col changed to $sort_col" msg_level_info } - # testing for the existense of the sorting column + # testing for the existence of the sorting column set eval_str [concat SELECT * FROM GradesTable ORDER BY \"$sort_col\"] set err [catch {db eval $eval_str } errStat] if { $err } { -- cgit v1.2.3