From a72729963234c859ccfe7fb7580a92e4e0039dbf Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 12 Jun 2007 00:38:57 +0000 Subject: Fixed typo in code. Fixes bug #10420 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rexml/dtd/dtd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/rexml/dtd/dtd.rb b/lib/rexml/dtd/dtd.rb index 81119cfa9..4f735d481 100644 --- a/lib/rexml/dtd/dtd.rb +++ b/lib/rexml/dtd/dtd.rb @@ -25,7 +25,7 @@ module REXML when ElementDecl.PATTERN_RE match = $& source = $' - contents << EleemntDecl.new( match ) + contents << ElementDecl.new( match ) when AttlistDecl.PATTERN_RE matchdata = $~ source = $' -- cgit