summaryrefslogtreecommitdiff
path: root/lib/rexml
diff options
context:
space:
mode:
authorryan <ryan@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-12 00:39:11 +0000
committerryan <ryan@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-12 00:39:11 +0000
commit7110e696e0dc6e8d4c5c619d03cfaf6e94c4d2ea (patch)
treeca3134eff94e5ce68a4f24237e696b517030e5ed /lib/rexml
parentab4a126782db8c040d8aede8d1558468a6de7961 (diff)
Fixed typo in code. Fixes bug #10420
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@12518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rexml')
-rw-r--r--lib/rexml/dtd/dtd.rb2
1 files changed, 1 insertions, 1 deletions
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 = $'