[LON-CAPA-cvs] cvs: loncom /interface lonprintout.pm

www lon-capa-cvs@mail.lon-capa.org
Mon, 09 Dec 2002 17:46:46 -0000


www		Mon Dec  9 12:46:46 2002 EDT

  Modified files:              
    /loncom/interface	lonprintout.pm 
  Log:
  Typos.
  
  
Index: loncom/interface/lonprintout.pm
diff -u loncom/interface/lonprintout.pm:1.94 loncom/interface/lonprintout.pm:1.95
--- loncom/interface/lonprintout.pm:1.94	Tue Dec  3 17:05:08 2002
+++ loncom/interface/lonprintout.pm	Mon Dec  9 12:46:46 2002
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Printout
 #
-# $Id: lonprintout.pm,v 1.94 2002/12/03 22:05:08 sakharuk Exp $
+# $Id: lonprintout.pm,v 1.95 2002/12/09 17:46:46 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -466,7 +466,7 @@
 	  ($result,$number_of_columns) = &page_cleanup($result);
         }
       } else{
-        $result='\documentclass[letterpaper]{article}\usepackage{calc}\begin{document}You are trying to print eather sequence or something simular. Currently this option is not supported. Sorry for the inconvenience. Bye. Your current URL is '.$ENV{'form.url'}.' \end{document}'
+        $result='\documentclass[letterpaper]{article}\usepackage{calc}\begin{document}You are trying to print either a sequence or something similar. Currently this option is not supported. Sorry for the inconvenience. Bye. Your current URL is '.$ENV{'form.url'}.' \end{document}'
       }
     } elsif ($choice eq 'Standard LaTeX output for the primary sequence' or 
              $choice eq 'Standard LaTeX output for whole primary sequence') {