diff options
| author | fukachan <fukachan> | 2001-01-28 07:44:22 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-01-28 07:44:22 +0000 |
| commit | 5b16c25cde4da5b063cd8ad9b71ea5abe9d88192 (patch) | |
| tree | 7b626cc151db863d6620500aaab15a13e19f5e7d | |
| parent | ef10af430c24265d1b8fec4373d566e27c22508a (diff) | |
| download | fml8-5b16c25cde4da5b063cd8ad9b71ea5abe9d88192.tar.gz fml8-5b16c25cde4da5b063cd8ad9b71ea5abe9d88192.tar.bz2 fml8-5b16c25cde4da5b063cd8ad9b71ea5abe9d88192.zip | |
fix typo
| -rw-r--r-- | fml/lib/IO/Adapter/File.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/IO/Adapter/File.pm b/fml/lib/IO/Adapter/File.pm index 6e77b8ba..511bd638 100644 --- a/fml/lib/IO/Adapter/File.pm +++ b/fml/lib/IO/Adapter/File.pm @@ -92,7 +92,7 @@ sub get_next_value } -sub getops +sub getpos { my ($self) = @_; my $fh = $self->{_fh}; @@ -100,7 +100,7 @@ sub getops } -sub setops +sub setpos { my ($self, $pos) = @_; my $fh = $self->{_fh}; |
