aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-03 14:22:53 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-03 14:22:53 +0000
commit2b46322688588563430278acdf5ee646f6e8b922 (patch)
treef2791f41046902411814ec0f5cc245a618b99e85 /ChangeLog
parentcef3f2ebd45c10823a60a70448b8400accbdaf38 (diff)
downloadruby-2b46322688588563430278acdf5ee646f6e8b922.tar.gz
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6189c92f6d..05b44fbdc4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,7 +12,7 @@ Mon Jun 3 07:15:17 2013 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* 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