--- trunk/webwork/system/scripts/course_webwork_setup.pl 2001/10/16 00:20:35 233 +++ trunk/webwork/system/scripts/course_webwork_setup.pl 2001/10/16 00:34:33 234 @@ -537,7 +537,7 @@ # contains the subdirectories l2h, gif, eps, and html (not the \${classDirectory}html # directory). All these subdirectories and their files will be recreated if deleted # (althought recreating l2h files is time consuminmg). The location of this directory -# may be changed fast disk which is not backed up. +# may be changed to a fast disk which is not backed up. \$courseTempURL = "\${htmlURL}tmp/"; @@ -547,8 +547,8 @@ \$classID = "$CLASS_ID"; # This is the name of the default classlist file which resides in the -# templateDirectory. This default name is used when students change their -# own email addresses and also to edit the classlist file over the web. +# templateDirectory. This default name is used to edit the classlist file over +# the web. \$classlistFilename = "\${classID}.lst";