Log Message:
-----------
Fixed typos in comments.
Modified Files:
--------------
pg/macros:
answerCustom.pl
Revision Data
-------------
Index: answerCustom.pl
===================================================================
RCS file: /webwork/cvs/system/pg/macros/answerCustom.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lmacros/answerCustom.pl -Lmacros/answerCustom.pl -u -r1.1 -r1.2
--- macros/answerCustom.pl
+++ macros/answerCustom.pl
@@ -99,10 +99,10 @@
# that should be included in the answer checker following those
# two required ones.
#
-# The checker will be passe a reference to the array of correct
-# answers, a reference ro the array of student answers, and
+# The checker will be passed a reference to the array of correct
+# answers, a reference to the array of student answers, and
# the answer evaluator object. Note that the correct and student
-# anwers are array references, not List structures (this is because
+# answers are array references, not List structures (this is because
# a list of formulas becomes a formula returning a list, so in order
# to keep the formulas separate, they are passed in an array).
#
|