From 73d64b981146768035e02062805046794ef3f2d8 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@12517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rexml/dtd/dtd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rexml') diff --git a/lib/rexml/dtd/dtd.rb b/lib/rexml/dtd/dtd.rb index 81119cfa9b..4f735d4812 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 v1.2.3