From 924baabddb7b8cde689480fd635f4a32ee352711 Mon Sep 17 00:00:00 2001 From: kou Date: Sun, 14 Jun 2015 01:13:33 +0000 Subject: * lib/rexml/attlistdecl.rb (REXML::AttlistDecl): Fix a typo in document. [fix GH-934] [ci skip] Patch by Anton Davydov. Thanks!!! for seeable foreseeable + git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50884 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ lib/rexml/attlistdecl.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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() -- cgit v1.2.3