From 2e4fc59d1c8cff7c4575588f08247d73e90ce194 Mon Sep 17 00:00:00 2001 From: eban Date: Tue, 1 Jul 2003 16:34:58 +0000 Subject: * lib/net/pop.rb (Net::POP3#start): typofix. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/net/pop.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 -- cgit v1.2.3