diff options
| author | fukachan <fukachan> | 2006-03-05 10:02:41 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-03-05 10:02:41 +0000 |
| commit | 807c943b6e4e76ddfa6d54bb7a0f23dc774ca464 (patch) | |
| tree | 4a6764973d359d854439fb2b87f38bece6761355 | |
| parent | 8b61f04ac2635ddeeada9db9f3bc8fb7a9fbafad (diff) | |
| download | fml8-807c943b6e4e76ddfa6d54bb7a0f23dc774ca464.tar.gz fml8-807c943b6e4e76ddfa6d54bb7a0f23dc774ca464.tar.bz2 fml8-807c943b6e4e76ddfa6d54bb7a0f23dc774ca464.zip | |
fix comments (FNF)
| -rw-r--r-- | fml/lib/FML/Article/Spool.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/lib/FML/Article/Spool.pm b/fml/lib/FML/Article/Spool.pm index 4f4e3fa2..682ebfae 100644 --- a/fml/lib/FML/Article/Spool.pm +++ b/fml/lib/FML/Article/Spool.pm @@ -3,7 +3,7 @@ # Copyright (C) 2003,2004,2005,2006 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Spool.pm,v 1.11 2006/03/05 08:08:36 fukachan Exp $ +# $FML: Spool.pm,v 1.12 2006/03/05 09:50:42 fukachan Exp $ # package FML::Article::Spool; @@ -71,7 +71,7 @@ sub get_lock_channel_name # Descriptions: convert files at src_dir/ into dst_dir/. -# Arguments: OBJ($self) OBJ($curproc) HASH_RER($command_context) +# Arguments: OBJ($self) OBJ($curproc) OBJ($command_context) # Side Effects: none # Return Value: none sub convert @@ -166,7 +166,7 @@ sub convert # Descriptions: show information on spool and articles. -# Arguments: OBJ($self) OBJ($curproc) HASH_RER($command_context) +# Arguments: OBJ($self) OBJ($curproc) OBJ($command_context) # Side Effects: none # Return Value: none sub status |
