From 789dcd53a1930834d5513fb0a1ce9fdd3f86f8b4 Mon Sep 17 00:00:00 2001 From: fukachan Date: Wed, 10 Sep 2008 23:43:04 +0000 Subject: document: fix typo --- fml/lib/FML/Error/Cache.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fml/lib/FML') diff --git a/fml/lib/FML/Error/Cache.pm b/fml/lib/FML/Error/Cache.pm index 1dbe7d6a..d54c4581 100644 --- a/fml/lib/FML/Error/Cache.pm +++ b/fml/lib/FML/Error/Cache.pm @@ -1,10 +1,10 @@ #-*- perl -*- # -# Copyright (C) 2002,2003,2004,2005,2006 Ken'ichi Fukamachi +# Copyright (C) 2002,2003,2004,2005,2006,2008 Ken'ichi Fukamachi # All rights reserved. This program is free software; you can # redistribute it and/or modify it under the same terms as Perl itself. # -# $FML: Cache.pm,v 1.24 2006/11/19 02:24:52 fukachan Exp $ +# $FML: Cache.pm,v 1.25 2006/11/19 03:41:45 fukachan Exp $ # package FML::Error::Cache; @@ -22,7 +22,7 @@ FML::Error::Cache - manipulate error/bounce information database. my $db = new FML::Error::Cache $curproc; $db->add( $bounce_info ); -where C<$bounce_info) follows: +where C<$bounce_info> follows: $bounce_info = [ { @@ -335,7 +335,7 @@ Ken'ichi Fukamachi =head1 COPYRIGHT -Copyright (C) 2002,2003,2004,2005,2006 Ken'ichi Fukamachi +Copyright (C) 2002,2003,2004,2005,2006,2008 Ken'ichi Fukamachi All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. -- cgit v1.2.1