1
0
Fork 0
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@25646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2009-11-04 12:02:37 +00:00
parent ebd3a0e80b
commit 9c4ac94a8e
7 changed files with 33 additions and 33 deletions

View file

@ -151,7 +151,7 @@ bsock_close_write(VALUE sock)
* call-seq: setsockopt(level, optname, optval)
*
* Sets a socket option. These are protocol and system specific, see your
* local sytem documentation for details.
* local system documentation for details.
*
* === Parameters
* * +level+ is an integer, usually one of the SOL_ constants such as
@ -250,7 +250,7 @@ bsock_setsockopt(int argc, VALUE *argv, VALUE sock)
* call-seq: getsockopt(level, optname)
*
* Gets a socket option. These are protocol and system specific, see your
* local sytem documentation for details. The option is returned as
* local system documentation for details. The option is returned as
* a String with the data being the binary value of the socket option.
*
* === Parameters