diff options
| author | fukachan <fukachan> | 2003-01-27 00:02:41 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-01-27 00:02:41 +0000 |
| commit | 4e5c51a79722fcb47af0932cdff5e03ebb89de05 (patch) | |
| tree | 95d3aa78a3bc023412392104bc3d4bd881160739 | |
| parent | ad72920833c327d48615f7af5bdb28509d90efcb (diff) | |
| download | fml8-4e5c51a79722fcb47af0932cdff5e03ebb89de05.tar.gz fml8-4e5c51a79722fcb47af0932cdff5e03ebb89de05.tar.bz2 fml8-4e5c51a79722fcb47af0932cdff5e03ebb89de05.zip | |
fix typo
| -rw-r--r-- | fml/lib/FML/Command/Admin/list.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Command/Admin/list.pm b/fml/lib/FML/Command/Admin/list.pm index eb20d6a2..33391222 100644 --- a/fml/lib/FML/Command/Admin/list.pm +++ b/fml/lib/FML/Command/Admin/list.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: list.pm,v 1.11 2003/01/25 12:48:38 fukachan Exp $ +# $FML: list.pm,v 1.12 2003/01/26 03:14:17 fukachan Exp $ # package FML::Command::Admin::list; @@ -85,7 +85,7 @@ sub _show_list if ($option =~ /^recipient|active/i) { $maplist = $config->get_as_array_ref( 'recipient_maps' ); } - elsif ($optoin =~ /^member/i) { + elsif ($option =~ /^member/i) { $maplist = $config->get_as_array_ref( 'member_maps' ); } elsif ($option =~ /^adminmember|^admin_member/i) { |
