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

ruby-changes:7802

From: shugo <ko1@a...>
Date: Sat, 13 Sep 2008 11:16:26 +0900 (JST)
Subject: [ruby-changes:7802] Ruby:r19323 (trunk): * lib/rexml/document.rb: fixed typo.

shugo	2008-09-13 11:16:05 +0900 (Sat, 13 Sep 2008)

  New Revision: 19323

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

  Log:
    * lib/rexml/document.rb: fixed typo.

  Modified files:
    trunk/ChangeLog
    trunk/lib/rexml/document.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 19322)
+++ ChangeLog	(revision 19323)
@@ -1,3 +1,7 @@
+Sat Sep 13 11:15:38 2008  Shugo Maeda  <shugo@r...>
+
+	* lib/rexml/document.rb: fixed typo.
+
 Sat Sep 13 10:53:13 2008  Tadayoshi Funaba  <tadf@d...>
 
 	* complex.c: refined.
Index: lib/rexml/document.rb
===================================================================
--- lib/rexml/document.rb	(revision 19322)
+++ lib/rexml/document.rb	(revision 19323)
@@ -203,12 +203,12 @@
 
     @@entity_expansion_limit = 10_000
 
-    # Set the entity expansion limit. By defualt the limit is set to 10000.
+    # Set the entity expansion limit. By default the limit is set to 10000.
     def Document::entity_expansion_limit=( val )
       @@entity_expansion_limit = val
     end
 
-    # Get the entity expansion limit. By defualt the limit is set to 10000.
+    # Get the entity expansion limit. By default the limit is set to 10000.
     def Document::entity_expansion_limit
       return @@entity_expansion_limit
     end

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

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