--- loncom/homework/chemresponse.pm 2003/10/21 20:58:29 1.22
+++ loncom/homework/chemresponse.pm 2004/03/12 18:41:43 1.31
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# chemical equation style response
#
-# $Id: chemresponse.pm,v 1.22 2003/10/21 20:58:29 albertel Exp $
+# $Id: chemresponse.pm,v 1.31 2004/03/12 18:41:43 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -35,7 +35,7 @@ BEGIN {
&Apache::lonxml::register('Apache::chemresponse',('organicresponse','organicstructure','reactionresponse'));
}
-sub seperate_jme_window {
+sub separate_jme_window {
my ($smile_input,$jme_input,$molecule,$options)=@_;
my $smilesection;
if (defined($smile_input)) {
@@ -75,7 +75,7 @@ function openHelpWindow() {
-