[LON-CAPA-cvs] cvs: loncom /xml lonplot.pm
www
lon-capa-cvs@mail.lon-capa.org
Thu, 02 Dec 2004 15:38:11 -0000
www Thu Dec 2 10:38:11 2004 EDT
Modified files:
/loncom/xml lonplot.pm
Log:
Typo
Index: loncom/xml/lonplot.pm
diff -u loncom/xml/lonplot.pm:1.103 loncom/xml/lonplot.pm:1.104
--- loncom/xml/lonplot.pm:1.103 Mon Sep 13 09:34:06 2004
+++ loncom/xml/lonplot.pm Thu Dec 2 10:38:11 2004
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Dynamic plot
#
-# $Id: lonplot.pm,v 1.103 2004/09/13 13:34:06 matthew Exp $
+# $Id: lonplot.pm,v 1.104 2004/12/02 15:38:11 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -246,7 +246,7 @@
bmargin => {
default => 'default',
test => sub {$_[0]=~/^(default|\d+)$/},
- description => 'Bottm margin width (pts):',
+ description => 'Bottom margin width (pts):',
edit_type => 'choice',
choices => $margin_choices,
},