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

ruby-changes:11971

From: matz <ko1@a...>
Date: Thu, 4 Jun 2009 02:26:57 +0900 (JST)
Subject: [ruby-changes:11971] Ruby:r23634 (trunk): * lib/base64.rb: typo fixed. a patch from okkez.

matz	2009-06-04 02:26:35 +0900 (Thu, 04 Jun 2009)

  New Revision: 23634

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

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

  Modified files:
    trunk/ChangeLog
    trunk/lib/base64.rb

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 23633)
+++ ChangeLog	(revision 23634)
@@ -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 09:03:23 2009  Yukihiro Matsumoto  <matz@r...>
 
 	* enum.c (enum_first): should check negative length.
Index: lib/base64.rb
===================================================================
--- lib/base64.rb	(revision 23633)
+++ lib/base64.rb	(revision 23634)
@@ -1,5 +1,5 @@
 #
-# = base64.rb: methods for base64-encoding and -decoding stings
+# = base64.rb: methods for base64-encoding and -decoding strings
 #
 
 # The Base64 module provides for the encoding (#encode64, #strict_encode64,

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

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