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:
parent
55a77f29c1
commit
d8f619e1a7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue