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

ruby-changes:40453

From: hsbt <ko1@a...>
Date: Wed, 11 Nov 2015 14:14:51 +0900 (JST)
Subject: [ruby-changes:40453] hsbt:r52534 (trunk): * transcode.c: fix a typo

hsbt	2015-11-11 14:14:36 +0900 (Wed, 11 Nov 2015)

  New Revision: 52534

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

  Log:
    * transcode.c: fix a typo
    [ci skip][fix GH-1091] Patch by @jwworth

  Modified files:
    trunk/ChangeLog
    trunk/transcode.c
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 52533)
+++ ChangeLog	(revision 52534)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Wed Nov 11 14:14:33 2015  SHIBATA Hiroshi  <hsbt@r...>
+
+	* transcode.c: fix a typo
+	[ci skip][fix GH-1091] Patch by @jwworth
+
 Wed Nov 11 11:58:38 2015  Shugo Maeda  <shugo@r...>
 
 	* lib/net/ftp.rb (initialize): Connections are in passive mode per
Index: transcode.c
===================================================================
--- transcode.c	(revision 52533)
+++ transcode.c	(revision 52534)
@@ -154,7 +154,7 @@ struct rb_econv_t { https://github.com/ruby/ruby/blob/trunk/transcode.c#L154
 typedef struct {
     const char *sname;
     const char *dname;
-    const char *lib; /* null means means no need to load a library */
+    const char *lib; /* null means no need to load a library */
     const rb_transcoder *transcoder;
 } transcoder_entry_t;
 

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

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