summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fml/lib/FML/PCB.pm4
-rw-r--r--fml/lib/FML/Process/DocViewer.pm4
2 files changed, 4 insertions, 4 deletions
diff --git a/fml/lib/FML/PCB.pm b/fml/lib/FML/PCB.pm
index 551f9757..3c6a91ef 100644
--- a/fml/lib/FML/PCB.pm
+++ b/fml/lib/FML/PCB.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: PCB.pm,v 1.8 2001/12/22 09:21:02 fukachan Exp $
+# $FML: PCB.pm,v 1.9 2001/12/22 14:27:28 fukachan Exp $
#
package FML::PCB;
@@ -89,7 +89,7 @@ You must specify C<category>, C<key> and the C<value>.
=cut
-# Descriptions: print out hash {key => value}
+# Descriptions: print out hash {key => value}
# Arguments: NONE
# Side Effects: none
# Return Value: none
diff --git a/fml/lib/FML/Process/DocViewer.pm b/fml/lib/FML/Process/DocViewer.pm
index 511fe4a1..ab5f2883 100644
--- a/fml/lib/FML/Process/DocViewer.pm
+++ b/fml/lib/FML/Process/DocViewer.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2000,2001 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: DocViewer.pm,v 1.10 2001/12/22 09:21:09 fukachan Exp $
+# $FML: DocViewer.pm,v 1.11 2001/12/22 13:24:32 fukachan Exp $
#
package FML::Process::DocViewer;
@@ -96,7 +96,7 @@ C<fmlconf($args)>.
=cut
-# Descriptions: just a switch, call _fmldoc()
+# Descriptions: just a switch, call _fmldoc()
# Arguments: OBJ($self) HASH_REF($args)
# Side Effects: none
# Return Value: none