mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35216 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c00b706cbe
commit
0ec539240c
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue