diff options
author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-11-04 12:02:37 +0000 |
---|---|---|
committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-11-04 12:02:37 +0000 |
commit | 0ff3cf810eb600e3f1f6f8f081b6f39d5a90ee74 (patch) | |
tree | 6a8e6d0b5f6a3d53dec6a25e0e624b496a3d0680 /ext/socket/basicsocket.c | |
parent | ffb7f06222ddc1b76cb46cef21f581e714f02372 (diff) | |
download | ruby-0ff3cf810eb600e3f1f6f8f081b6f39d5a90ee74.tar.gz ruby-0ff3cf810eb600e3f1f6f8f081b6f39d5a90ee74.tar.xz ruby-0ff3cf810eb600e3f1f6f8f081b6f39d5a90ee74.zip |
fix typos.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/socket/basicsocket.c')
-rw-r--r-- | ext/socket/basicsocket.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/socket/basicsocket.c b/ext/socket/basicsocket.c index 4ffbd497b..bb1bda57d 100644 --- a/ext/socket/basicsocket.c +++ b/ext/socket/basicsocket.c @@ -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 |