diff --git a/ChangeLog b/ChangeLog index 7bf970168c..8ef5dc6368 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Jun 14 10:09:48 2015 Kouhei Sutou + + * lib/rexml/attlistdecl.rb (REXML::AttlistDecl): Fix a typo in + document. [fix GH-934] + Patch by Anton Davydov. Thanks!!! + Sun Jun 14 06:24:57 2015 Benoit Daloze * test/ruby/test_io.rb: add test for IO.binread fd leak. diff --git a/lib/rexml/attlistdecl.rb b/lib/rexml/attlistdecl.rb index ec4e6c3b8d..e2135d9e83 100644 --- a/lib/rexml/attlistdecl.rb +++ b/lib/rexml/attlistdecl.rb @@ -23,7 +23,7 @@ module REXML # Create an AttlistDecl, pulling the information from a Source. Notice # that this isn't very convenient; to create an AttlistDecl, you basically # have to format it yourself, and then have the initializer parse it. - # Sorry, but for the forseeable future, DTD support in REXML is pretty + # Sorry, but for the foreseeable future, DTD support in REXML is pretty # weak on convenience. Have I mentioned how much I hate DTDs? def initialize(source) super()