diff options
| author | fukachan <fukachan> | 2004-07-23 04:16:24 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-07-23 04:16:24 +0000 |
| commit | e7cb5d61fab6b23b38a4464166c9a9c8523a8561 (patch) | |
| tree | 9bec53bb5a60b1dfa7afc7c155fefb2b341b8724 /fml/lib/FML/Command | |
| parent | a68447ca0aad2c191d758d39f560f1da8da952ed (diff) | |
| download | fml8-e7cb5d61fab6b23b38a4464166c9a9c8523a8561.tar.gz fml8-e7cb5d61fab6b23b38a4464166c9a9c8523a8561.tar.bz2 fml8-e7cb5d61fab6b23b38a4464166c9a9c8523a8561.zip | |
fix typo of error messages.
Diffstat (limited to 'fml/lib/FML/Command')
| -rw-r--r-- | fml/lib/FML/Command/DirUtils.pm | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/fml/lib/FML/Command/DirUtils.pm b/fml/lib/FML/Command/DirUtils.pm index 9c784fc2..d919de2a 100644 --- a/fml/lib/FML/Command/DirUtils.pm +++ b/fml/lib/FML/Command/DirUtils.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: DirUtils.pm,v 1.17 2004/03/23 07:12:21 fukachan Exp $ +# $FML: DirUtils.pm,v 1.18 2004/04/23 04:10:30 fukachan Exp $ # package FML::Command::DirUtils; @@ -15,7 +15,7 @@ use Carp; =head1 NAME -FML::Command::DirUtils - utilities for directory handlings +FML::Command::DirUtils - utilities for directory handlings. =head1 SYNOPSIS @@ -25,10 +25,12 @@ FML::Command::DirUtils - utilities for directory handlings =head2 new() +constructor. + =cut -# Descriptions: standard constructor. +# Descriptions: constructor. # Arguments: OBJ($self) # Side Effects: none # Return Value: OBJ @@ -107,12 +109,12 @@ sub dir $fh->close(); } else { - $curproc->logerror("tail to run '$eval'"); + $curproc->logerror("fail to run '$eval'"); } } else { - $curproc->logerror("\$path_ls is not found"); - croak("\$path_ls is not found"); + $curproc->logerror("\$path_ls not found"); + croak("\$path_ls not found"); } } |
