summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-02 02:59:59 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-02 02:59:59 +0000
commitc92c5c9e3c3cc2bf20de791ed4d61e4a5e4d8c4a (patch)
treea08ca0bf1869224cd88949a9a080f9cec1209d94 /ChangeLog
parent47434dc12f90431fabfc7e9b1829ee0437bdee0a (diff)
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41735 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 7c665a157f..6f04ba60cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,7 +30,7 @@ Mon Jul 1 20:22:00 2013 Kenta Murata <mrkn@cookpad.com>
Mon Jul 1 20:03:39 2013 Tanaka Akira <akr@fsij.org>
* ext/socket/ipsocket.c (init_inetsock_internal): Use an address
- family for local address wihch is different to the remote
+ family for local address which is different to the remote
address if no other choice.
Mon Jul 1 15:05:00 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>