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

raeburn raeburn at source.lon-capa.org
Sat Apr 15 15:33:17 EDT 2023


raeburn		Sat Apr 15 19:33:17 2023 EDT

  Modified files:              
    /loncom/interface	lonprintout.pm 
  Log:
  - Fix typos and remove extra whitespace.  Not code changes.
  
  
Index: loncom/interface/lonprintout.pm
diff -u loncom/interface/lonprintout.pm:1.688 loncom/interface/lonprintout.pm:1.689
--- loncom/interface/lonprintout.pm:1.688	Sat Apr 15 17:53:07 2023
+++ loncom/interface/lonprintout.pm	Sat Apr 15 19:33:17 2023
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Printout
 #
-# $Id: lonprintout.pm,v 1.688 2023/04/15 17:53:07 raeburn Exp $
+# $Id: lonprintout.pm,v 1.689 2023/04/15 19:33:17 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -755,7 +755,7 @@
 # get_print_dates but namvaps::course_print_dates are gotten...and not converted
 # to times either.
 #
-# @param $res - Reference to a resource has from lonnvampas::resource.
+# @param $res - Reference to a resource hash from lonnavmaps::resource.
 #
 # @return (opendate, closedate)
 #
@@ -897,7 +897,7 @@
 
     #  Iterate on the resource..select the items that are randomly selected
     #  and that are in the seq_hash.  Presumably the iterator will take care
-    # of the random ordering part of the deal.
+    #  of the random ordering part of the deal.
     #
     my $curres;
     while ($curres = $iterator->next()) {
@@ -1155,7 +1155,7 @@
 	if ($size ne "") {
 	    $subst = substr($subst, 0, $size);
 	    
-	    #  Here's a nice edge case.. suppose the end of the
+	    #  Here's a nice edge case ... suppose the end of the
 	    #  substring is a \.  In that case may have just
 	    #  chopped off a TeX escape... in that case, we append
 	    #   " " for the trailing character, and let the field 
@@ -2532,7 +2532,7 @@
 
     my ($helper)  = @_;
 
-    #  If this is the first time, unwrap the resources and extra spaces:
+    # If this is the first time, unwrap the resources and extra spaces:
 
     if (!$skips_loaded) {
 	@extraspace = (split(/\|\|\|/, $helper->{'VARS'}->{'EXTRASPACE'}));
@@ -3797,7 +3797,7 @@
     #   nice to put the special in as a postscript comment
     #   e.g. \special{ps:\ENDOFSTUDENTSTAMP}  unfortunately,
     #   The special gets passed the \ and dvips puts it in the output file
-    #   so we will just rely on printout.pl to strip  ENDOFSTUDENTSTAMP from the
+    #   so we will just rely on printout.pl to strip ENDOFSTUDENTSTAMP from the
     #   postscript.  Each ENDOFSTUDENTSTAMP will go on a line by itself.
     #
 




More information about the LON-CAPA-cvs mailing list