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

ruby-changes:28996

From: kazu <ko1@a...>
Date: Mon, 3 Jun 2013 23:23:50 +0900 (JST)
Subject: [ruby-changes:28996] kazu:r41048 (trunk): fix a typo

kazu	2013-06-03 23:22:53 +0900 (Mon, 03 Jun 2013)

  New Revision: 41048

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

  Log:
    fix a typo

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 41047)
+++ ChangeLog	(revision 41048)
@@ -12,7 +12,7 @@ Mon Jun  3 07:15:17 2013  KOSAKI Motohir https://github.com/ruby/ruby/blob/trunk/ChangeLog#L12
 
 	* configure.in: removes AC_CHECK_FUNCS(readdir_r). readdir_r()
 	  is only used from dir.c and it doesn't need readdir_r().
-	* configure.in (SIZEOF_STRUCT_DIRENT_TOO_SMALL): remvoed. It is
+	* configure.in (SIZEOF_STRUCT_DIRENT_TOO_SMALL): removed. It is
 	  only used for readdir_r.
 	* dir.c: removes NAME_MAX_FOR_STRUCT_DIRENT. It is not right way
 	  to detect maximum length of path len. POSIX require to use

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

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