From 0ff3cf810eb600e3f1f6f8f081b6f39d5a90ee74 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 4 Nov 2009 12:02:37 +0000 Subject: fix typos. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/socket/udpsocket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/socket/udpsocket.c') diff --git a/ext/socket/udpsocket.c b/ext/socket/udpsocket.c index ae1f70eb1..8abed4837 100644 --- a/ext/socket/udpsocket.c +++ b/ext/socket/udpsocket.c @@ -196,7 +196,7 @@ udp_send(int argc, VALUE *argv, VALUE sock) * * Receives up to _maxlen_ bytes from +udpsocket+ using recvfrom(2) after * O_NONBLOCK is set for the underlying file descriptor. - * If _maxlen_ is ommitted, its default value is 65536. + * If _maxlen_ is omitted, its default value is 65536. * _flags_ is zero or more of the +MSG_+ options. * The first element of the results, _mesg_, is the data received. * The second element, _sender_inet_addr_, is an array to represent the sender address. -- cgit