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 7aaa8e7..f75025b 100755 --- a/GradeBook_lib.tcl +++ b/GradeBook_lib.tcl @@ -772,7 +772,7 @@ proc CreateAccessRightsTable {db} { htmlErrorMsg $errStat dbg "the following error happen: $errStat" msg_level_critical } - # guest should have no rights make sure that 0 is evereywhere except logon + # guest should have no rights make sure that 0 is everywhere except logon # actionname instructor ta student dropped guest AddAccessRightNonWeb logon 1 1 1 1 1 AddAccessRightNonWeb showgrades 1 1 1 1 0 |