Log Message:
-----------
Corrected misspelling
Modified Files:
--------------
webwork-modperl/lib/WeBWorK/ContentGenerator:
Hardcopy.pm
Revision Data
-------------
Index: Hardcopy.pm
===================================================================
RCS file: /webwork/cvs/system/webwork-modperl/lib/WeBWorK/ContentGenerator/Hardcopy.pm,v
retrieving revision 1.68
retrieving revision 1.69
diff -Llib/WeBWorK/ContentGenerator/Hardcopy.pm -Llib/WeBWorK/ContentGenerator/Hardcopy.pm -u -r1.68 -r1.69
--- lib/WeBWorK/ContentGenerator/Hardcopy.pm
+++ lib/WeBWorK/ContentGenerator/Hardcopy.pm
@@ -853,7 +853,7 @@
$self->add_errors(CGI::a({href=>$edit_url}, "[edit]")
."Errors encountered while processing $problem_desc. "
."This $problem_name has been omitted from the hardcopy. "
- ."Error text:".CGI::br().CGI::pre(CGI::escpaeHTML($pg->{errors}))
+ ."Error text:".CGI::br().CGI::pre(CGI::escapeHTML($pg->{errors}))
);
return;
}
|