[LON-CAPA-cvs] cvs: loncom /interface printout.pl
raeburn
raeburn at source.lon-capa.org
Mon Feb 17 07:39:42 EST 2014
raeburn Mon Feb 17 12:39:42 2014 EDT
Modified files:
/loncom/interface printout.pl
Log:
- Fix typo in documentation.
Index: loncom/interface/printout.pl
diff -u loncom/interface/printout.pl:1.157 loncom/interface/printout.pl:1.158
--- loncom/interface/printout.pl:1.157 Thu Feb 6 21:28:09 2014
+++ loncom/interface/printout.pl Mon Feb 17 12:39:42 2014
@@ -1,7 +1,7 @@
#!/usr/bin/perl
# CGI-script to run LaTeX, dvips, ps2ps, ps2pdf etc.
#
-# $Id: printout.pl,v 1.157 2014/02/06 21:28:09 raeburn Exp $
+# $Id: printout.pl,v 1.158 2014/02/17 12:39:42 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -309,7 +309,7 @@
my $name_range='';
# $name -> Either user's full name or username:domain
- # $name_range -> Either user's last name or usrname.
+ # $name_range -> Either user's last name or username.
if ($tempo_array[3]) {
$name=$tempo_array[3];
More information about the LON-CAPA-cvs
mailing list