Bug #1173: Method name typo in soap/mimemessage.rb http://redmine.ruby-lang.org/issues/show/1173 Author: Brian Candler Status: Open, Priority: Low ruby -v: branches/ruby_1_8 Looks like nobody has ever used this functionality - the typo still exists even at tip of 1.8 branch :-) --- lib/soap/mimemessage.rb.orig 2009-02-18 14:34:00.000000000 +0000 +++ lib/soap/mimemessage.rb 2009-02-18 14:38:28.000000000 +0000 @@ -233,7 +233,7 @@ end def to_s - str = headers_str + "\r\n\r\n" + conent_str + str = headers_str + "\r\n\r\n" + content_str end end ---------------------------------------- http://redmine.ruby-lang.org