[LON-CAPA-cvs] cvs: loncom /homework chemresponse.pm

www lon-capa-cvs@mail.lon-capa.org
Fri, 13 Feb 2004 15:12:57 -0000


www		Fri Feb 13 10:12:57 2004 EDT

  Modified files:              
    /loncom/homework	chemresponse.pm 
  Log:
  Typo.
  
  
Index: loncom/homework/chemresponse.pm
diff -u loncom/homework/chemresponse.pm:1.28 loncom/homework/chemresponse.pm:1.29
--- loncom/homework/chemresponse.pm:1.28	Tue Jan 20 15:30:48 2004
+++ loncom/homework/chemresponse.pm	Fri Feb 13 10:12:57 2004
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # chemical equation style response
 #
-# $Id: chemresponse.pm,v 1.28 2004/01/20 20:30:48 albertel Exp $
+# $Id: chemresponse.pm,v 1.29 2004/02/13 15:12:57 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -144,7 +144,7 @@
 		      $jmeanswer,$options);
 	$result .='</nobr><br />';
 	$result .=&Apache::edit::checked_arg('Options:','options',
-				    [ ['autoez','Auto E,Z sterochemistry'],
+				    [ ['autoez','Auto E,Z stereochemistry'],
 				      ['multipart','Multipart Structures'],
 				      ['nostereo','No stereochemistry'],
 				      ['reaction','Is a reaction'],