aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-04-02 15:29:12 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-04-02 15:29:12 +0000
commit0ec539240cdac4b9645687328c5197ecabbe3d83 (patch)
tree360fcb1b6aa0fb8a6b01733d27941db9d9ce2e3f
parentc00b706cbe0cf0d93d3031b545506d9c06619bfd (diff)
downloadruby-0ec539240cdac4b9645687328c5197ecabbe3d83.tar.gz
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35216 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
-rw-r--r--missing/alloca.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e7380f34e9..c50105005e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,7 +16,7 @@ Mon Apr 2 03:35:25 2012 NARUSE, Yui <naruse@ruby-lang.org>
Sun Apr 1 23:03:18 2012 NARUSE, Yui <naruse@ruby-lang.org>
* lib/net/ftp.rb (Net::BufferedSocket): should delegate send() to @io
- for Net::FTP#abort and Net::FTP#status..
+ for Net::FTP#abort and Net::FTP#status.
Sun Apr 1 00:41:56 2012 Shugo Maeda <shugo@ruby-lang.org>
diff --git a/missing/alloca.c b/missing/alloca.c
index 1607ecc6d9..960cda0c32 100644
--- a/missing/alloca.c
+++ b/missing/alloca.c
@@ -30,7 +30,7 @@ static char SCCSid[] = "@(#)alloca.c 1.1"; /* for the "what" utility */
#endif
#include "ruby/config.h"
-#define X3J11 1 /* config.h should contain void if neede */
+#define X3J11 1 /* config.h should contain void if needed */
#ifdef C_ALLOCA