ruby-changes:26949
From: kazu <ko1@a...>
Date: Fri, 1 Feb 2013 09:50:34 +0900 (JST)
Subject: [ruby-changes:26949] kazu:r39000 (trunk): fix a typo
kazu 2013-02-01 09:47:49 +0900 (Fri, 01 Feb 2013) New Revision: 39000 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39000 Log: fix a typo Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 38999) +++ ChangeLog (revision 39000) @@ -22,7 +22,7 @@ Thu Jan 31 15:39:00 2013 Zachary Scott https://github.com/ruby/ruby/blob/trunk/ChangeLog#L22 Thu Jan 31 13:54:44 2013 Shugo Maeda <shugo@r...> * ext/socket/raddrinfo.c (rsock_unix_sockaddr_len): return - sizeof(sa_familiy_t) if path is empty. see "Autobind Feature" in + sizeof(sa_family_t) if path is empty. see "Autobind Feature" in unix(7) for details. * ext/socket/lib/socket.rb (unix_socket_abstract_name?): treat an -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/