summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2011-03-09 00:38:34 -0500
committerEugeniy Mikhailov <evgmik@gmail.com>2011-03-09 00:38:34 -0500
commitf6b7f3b4037bd6d747745e4907de58ced3dfe071 (patch)
tree86b48121e45f0b8578f06355871a92fd97461058
parent8426cebb643b8b5ffbe4de2f7f9fead00b65496f (diff)
downloadGradeBook-f6b7f3b4037bd6d747745e4907de58ced3dfe071.tar.gz
GradeBook-f6b7f3b4037bd6d747745e4907de58ced3dfe071.zip
typo
Ignore-this: c029eac267252d47246dcfed09efaed4 darcs-hash:20110309053834-067c0-fba962efc9f03836832cf3248be8437e7f58044c.gz
-rwxr-xr-xUpdateAccessRights.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/UpdateAccessRights.tcl b/UpdateAccessRights.tcl
index ce8d85f..46da274 100755
--- a/UpdateAccessRights.tcl
+++ b/UpdateAccessRights.tcl
@@ -4,7 +4,7 @@
exec tclsh "$0" "$@"
-# delete and recreate AccessRightsTable according to latest specification
+# delete and recreate AccessRightsTable according to the latest specification
package require sqlite3
package require md5
source ./GradeBook_lib.tcl