1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/net/pop.rb: [DOC] Fix typo

s/deguging/debugging/
[ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44164 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
a_matsuda 2013-12-13 02:38:55 +00:00
parent 55a77f29c1
commit d8f619e1a7

View file

@ -707,7 +707,7 @@ module Net
@mails.each {|m| m.uid = uidl[m.number] }
end
# deguging output for +msg+
# debugging output for +msg+
def logging(msg)
@debug_output << msg + "\n" if @debug_output
end