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

ruby-changes:11972

From: matz <ko1@a...>
Date: Thu, 4 Jun 2009 02:27:37 +0900 (JST)
Subject: [ruby-changes:11972] Ruby:r23636 (ruby_1_8): * lib/base64.rb: typo fixed. a patch from okkez.

matz	2009-06-04 02:27:18 +0900 (Thu, 04 Jun 2009)

  New Revision: 23636

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

  Log:
    * lib/base64.rb: typo fixed.  a patch from okkez.   [ruby-dev:38564]

  Modified files:
    branches/ruby_1_8/ChangeLog
    branches/ruby_1_8/lib/base64.rb

Index: ruby_1_8/ChangeLog
===================================================================
--- ruby_1_8/ChangeLog	(revision 23635)
+++ ruby_1_8/ChangeLog	(revision 23636)
@@ -1,3 +1,7 @@
+Thu Jun  4 02:25:51 2009  Yukihiro Matsumoto  <matz@r...>
+
+	* lib/base64.rb: typo fixed.  a patch from okkez.   [ruby-dev:38564]
+
 Wed Jun  3 06:12:26 2009  Yukihiro Matsumoto  <matz@r...>
 
 	* enum.c (first_i): Enumerator#first should consume only what is
Index: ruby_1_8/lib/base64.rb
===================================================================
--- ruby_1_8/lib/base64.rb	(revision 23635)
+++ ruby_1_8/lib/base64.rb	(revision 23636)
@@ -1,5 +1,5 @@
 #
-# = base64.rb: methods for base64-encoding and -decoding stings
+# = base64.rb: methods for base64-encoding and -decoding strings
 #
 # Author:: Yukihiro Matsumoto 
 # Documentation:: Dave Thomas and Gavin Sinclair

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

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