diff options
-rwxr-xr-x | GradeBook_lib.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
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 } { |