From: Mike G. v. a. <we...@ma...> - 2008-01-08 14:55:05
|
Log Message: ----------- fixed spelling of received :-) Modified Files: -------------- webwork2/lib/WeBWorK: Constants.pm Revision Data ------------- Index: Constants.pm =================================================================== RCS file: /webwork/cvs/system/webwork2/lib/WeBWorK/Constants.pm,v retrieving revision 1.55 retrieving revision 1.56 diff -Llib/WeBWorK/Constants.pm -Llib/WeBWorK/Constants.pm -u -r1.55 -r1.56 --- lib/WeBWorK/Constants.pm +++ lib/WeBWorK/Constants.pm @@ -283,7 +283,7 @@ type => 'number' }, { var => 'mail{allowedRecipients}', - doc => 'E-mail addresses which can recieve e-mail from a pg problem', + doc => 'E-mail addresses which can receive e-mail from a pg problem', doc2 => 'List of e-mail addresses to which e-mail can be sent by a problem. Professors need to be added to this list if questionaires are used, or other WeBWorK problems which send e-mail as part of their answer mechanism.', type => 'list'}, { var => 'permissionLevels{receive_feedback}', |