From 27158958faf725ff17e04826bfde45841da6577d Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 12 Oct 2007 15:36:00 +0000 Subject: * 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@13687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rexml/source.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rexml') diff --git a/lib/rexml/source.rb b/lib/rexml/source.rb index 2fee99c0e9..6cbc368d50 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