@@ -674,14 +674,14 @@ $courseFiles{logs}{activity_log} = '';
674674# The default_copy_from_course is used by default when creating a new course.
675675# Its templates folder, html folder, course.conf file, and simple.conf file
676676# might be copied into a new course. This course might not be a true course;
677- # it might only have a directory structure and no presense in the database.
677+ # it might only have a directory structure and no presence in the database.
678678# If it is a real course, then also its title, institution, non-student users,
679679# achievements, and sets can be copied.
680680$siteDefaults {default_copy_from_course } =" modelCourse" ;
681681
682682# Provide a list of model courses which are not real courses, but from which
683683# the templates for a new course can be copied. This list helps exclude such
684- # non-real courses when that is appopriate .
684+ # non-real courses when that is appropriate .
685685$modelCoursesForCopy = [ " modelCourse" ];
686686
687687# ###############################################################################
@@ -917,7 +917,7 @@ $gatewayGracePeriod = 120;
917917# database which is compared to the key stored in the session cookie. The
918918# lifetime of the cookie is determined by the $sessionTimeout setting above.
919919
920- # Note that the key database method is less secure as the key must be embeded in
920+ # Note that the key database method is less secure as the key must be embedded in
921921# the page and added as a url parameter in order to maintain the session. These
922922# things can be accessed by malicious javascript. The session cookies are http
923923# only cookies which can not be accessed via javascript.
@@ -1109,7 +1109,7 @@ $pg{options}{showPGInfo} = 0;
11091109$pg {options }{showEvaluatedAnswers } = 1;
11101110
11111111# Catch translation warnings internally. This must be done since the translator is now run in a subprocess and do not
1112- # propogate to the main process. So this really should never be set to 0.
1112+ # propagate to the main process. So this really should never be set to 0.
11131113$pg {options }{catchWarnings } = 1;
11141114
11151115# #### Settings for various display modes
0 commit comments