From ae2dd3bd11b1c3252fdccf30617b19b59029ede9 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Sat, 7 Jun 2008 16:24:22 +0000 Subject: merge revision(s) 13687: * lib/rexml/source.rb (REXML::SourceFactory::SourceFactory): typo fixed. [ruby-list:44099] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@16885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rexml/source.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rexml/source.rb') diff --git a/lib/rexml/source.rb b/lib/rexml/source.rb index cacab221db..dfe6c19f07 100644 --- a/lib/rexml/source.rb +++ b/lib/rexml/source.rb @@ -17,7 +17,7 @@ module REXML elsif arg.kind_of? Source arg else - raise "#{source.class} is not a valid input stream. It must walk \n"+ + raise "#{arg.class} is not a valid input stream. It must walk \n"+ "like either a String, IO, or Source." end end -- cgit v1.2.3