ruby-changes:32590
From: nobu <ko1@a...>
Date: Tue, 21 Jan 2014 07:52:22 +0900 (JST)
Subject: [ruby-changes:32590] nobu:r44669 (trunk): ext/socket/option.c: fix typo
nobu 2014-01-21 07:52:17 +0900 (Tue, 21 Jan 2014) New Revision: 44669 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44669 Log: ext/socket/option.c: fix typo Modified files: trunk/ext/socket/option.c Index: ext/socket/option.c =================================================================== --- ext/socket/option.c (revision 44668) +++ ext/socket/option.c (revision 44669) @@ -597,7 +597,7 @@ inspect_timeval_as_interval(int level, i https://github.com/ruby/ruby/blob/trunk/ext/socket/option.c#L597 * * However Linux and FreeBSD setsockname accepts int argument * as well as u_char. - * Thier getsockname returns int. + * Their getsockname returns int. * * There are 3 socket options which takes a struct. * -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/