--- loncom/interface/lonparmset.pm 2008/03/12 02:45:07 1.393 +++ loncom/interface/lonparmset.pm 2008/04/05 16:10:52 1.394 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set parameters for assessments # -# $Id: lonparmset.pm,v 1.393 2008/03/12 02:45:07 raeburn Exp $ +# $Id: lonparmset.pm,v 1.394 2008/04/05 16:10:52 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2821,7 +2821,7 @@ my %strings = [ 'no', 'No' ]], 'string_problemstatus' => [[ 'yes', 'Yes' ], - [ 'answer', 'Yes, and show correct answer if they exceed the maxium number of tries.' ], + [ 'answer', 'Yes, and show correct answer if they exceed the maximum number of tries.' ], [ 'no', 'No, don\'t show correct/incorrect feedback.' ], [ 'no_feedback_ever', 'No, show no feedback at all.' ]], );