diff --git a/ChangeLog b/ChangeLog index fad987e010..5bdff1db10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Jul 2 01:32:40 2003 WATANABE Hirofumi + + * lib/net/pop.rb (Net::POP3#start): typofix. + Tue Jul 1 19:02:12 2003 WATANABE Hirofumi * parse.y (rb_intern): should use mbclen instead of mblen. diff --git a/lib/net/pop.rb b/lib/net/pop.rb index d0c370bdb9..4fe33337cf 100644 --- a/lib/net/pop.rb +++ b/lib/net/pop.rb @@ -513,7 +513,7 @@ module Net finish if @started end else - do_start acount, password + do_start account, password return self end end