[前][次][番号順一覧][スレッド一覧]

ruby-changes:38803

From: kou <ko1@a...>
Date: Sun, 14 Jun 2015 10:13:43 +0900 (JST)
Subject: [ruby-changes:38803] kou:r50884 (trunk): * lib/rexml/attlistdecl.rb (REXML::AttlistDecl): Fix a typo in

kou	2015-06-14 10:13:33 +0900 (Sun, 14 Jun 2015)

  New Revision: 50884

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=50884

  Log:
    * lib/rexml/attlistdecl.rb (REXML::AttlistDecl): Fix a typo in
      document. [fix GH-934] [ci skip]
      Patch by Anton Davydov. Thanks!!!
    
        for seeable
        foreseeable
           +

  Modified files:
    trunk/ChangeLog
    trunk/lib/rexml/attlistdecl.rb
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 50883)
+++ ChangeLog	(revision 50884)
@@ -1,3 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sun Jun 14 10:09:48 2015  Kouhei Sutou  <kou@c...>
+
+	* 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  <eregontp@g...>
 
 	* test/ruby/test_io.rb: add test for IO.binread fd leak.
Index: lib/rexml/attlistdecl.rb
===================================================================
--- lib/rexml/attlistdecl.rb	(revision 50883)
+++ lib/rexml/attlistdecl.rb	(revision 50884)
@@ -23,7 +23,7 @@ module REXML https://github.com/ruby/ruby/blob/trunk/lib/rexml/attlistdecl.rb#L23
     # 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()

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]