diff options
| author | fukachan <fukachan> | 2008-06-28 20:55:36 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2008-06-28 20:55:36 +0000 |
| commit | 9b98cc1a50a7911075e5c9b270472012b85d7182 (patch) | |
| tree | 92b9eeb0fe9c740bd0b1d140a930aaa6f8a04646 /fml/lib/FML | |
| parent | 29d9483bbd6c50d83808e16692e40939b6fe4574 (diff) | |
| download | fml8-9b98cc1a50a7911075e5c9b270472012b85d7182.tar.gz fml8-9b98cc1a50a7911075e5c9b270472012b85d7182.tar.bz2 fml8-9b98cc1a50a7911075e5c9b270472012b85d7182.zip | |
fix comments (FNF)
Diffstat (limited to 'fml/lib/FML')
| -rw-r--r-- | fml/lib/FML/Credential.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Credential.pm b/fml/lib/FML/Credential.pm index 4f79582a..01e3f168 100644 --- a/fml/lib/FML/Credential.pm +++ b/fml/lib/FML/Credential.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: Credential.pm,v 1.70 2008/06/08 13:09:20 fukachan Exp $ +# $FML: Credential.pm,v 1.71 2008/06/28 20:05:56 fukachan Exp $ # package FML::Credential; @@ -501,7 +501,7 @@ sub _is_member # Descriptions: check $map contains $address or not within some ambiguity # by is_same_address(). -# Arguments: OBJ($self) STR($map) HASH_REF($config) STR($address) +# Arguments: OBJ($self) STR($map) HASH_REF($config) # Side Effects: none # Return Value: NUM(1 or 0) sub is_valid_map |
