From d1ab866d4ab3508c596a48226deb38925f799a88 Mon Sep 17 00:00:00 2001 From: hsbt Date: Sun, 19 Jan 2014 05:43:23 +0000 Subject: * ext/nkf/nkf-utf8/nkf.c: fix typo by @windwiny [fix GH-506] * ext/openssl/ossl_ssl.c: ditto * ext/psych/yaml/scanner.c: ditto * ext/socket/init.c: ditto * ext/socket/socket.c: ditto * ext/tk/tcltklib.c: ditto * ext/win32ole/win32ole.c: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/gdbm/gdbm.c | 4 ++-- ext/nkf/nkf-utf8/nkf.c | 12 ++++++------ ext/openssl/ossl_ssl.c | 2 +- ext/psych/yaml/scanner.c | 2 +- ext/socket/init.c | 2 +- ext/socket/socket.c | 4 ++-- ext/tk/tcltklib.c | 8 ++++---- ext/win32ole/win32ole.c | 4 ++-- 8 files changed, 19 insertions(+), 19 deletions(-) (limited to 'ext') diff --git a/ext/gdbm/gdbm.c b/ext/gdbm/gdbm.c index 888f95d91f..e0484155b1 100644 --- a/ext/gdbm/gdbm.c +++ b/ext/gdbm/gdbm.c @@ -878,7 +878,7 @@ fgdbm_each_key(VALUE obj) * gdbm.each_pair { |key, value| block } -> gdbm * * Executes _block_ for each key in the database, passing the _key_ and the - * correspoding _value_ as a parameter. + * corresponding _value_ as a parameter. */ static VALUE fgdbm_each_pair(VALUE obj) @@ -1062,7 +1062,7 @@ fgdbm_reorganize(VALUE obj) * gdbm.sync -> gdbm * * Unless the _gdbm_ object has been opened with the *SYNC* flag, it is not - * guarenteed that database modification operations are immediately applied to + * guaranteed that database modification operations are immediately applied to * the database file. This method ensures that all recent modifications * to the database are written to the file. Blocks until all writing operations * to the disk have been finished. diff --git a/ext/nkf/nkf-utf8/nkf.c b/ext/nkf/nkf-utf8/nkf.c index ca3e438220..65d2c190ec 100644 --- a/ext/nkf/nkf-utf8/nkf.c +++ b/ext/nkf/nkf-utf8/nkf.c @@ -4340,7 +4340,7 @@ mime_ungetc_buf(nkf_char c, FILE *f) static nkf_char mime_getc_buf(FILE *f) { - /* we don't keep eof of mime_input_buf, becase it contains ?= as + /* we don't keep eof of mime_input_buf, because it contains ?= as a terminator. It was checked in mime_integrity. */ return ((mimebuf_f)? (*i_mgetc_buf)(f):mime_input_buf(mime_input_state.input++)); @@ -5713,9 +5713,9 @@ module_connection(void) x0201_f = X0201_DEFAULT; } - /* replace continucation module, from output side */ + /* replace continuation module, from output side */ - /* output redicrection */ + /* output redirection */ #ifdef CHECK_OPTION if (noout_f || guess_f){ o_putc = no_putc; @@ -5752,7 +5752,7 @@ module_connection(void) i_getc = std_getc; i_ungetc = std_ungetc; - /* input redicrection */ + /* input redirection */ #ifdef INPUT_OPTION if (cap_f){ i_cgetc = i_getc; i_getc = cap_getc; @@ -5914,7 +5914,7 @@ kanji_convert(FILE *f) /* in case of 8th bit is on */ if (!estab_f&&!mime_decode_mode) { /* in case of not established yet */ - /* It is still ambiguious */ + /* It is still ambiguous */ if (h_conv(f, c2, c1)==EOF) { LAST; } @@ -6898,7 +6898,7 @@ options(unsigned char *cp) continue; #endif case SP: - /* module muliple options in a string are allowed for Perl moudle */ + /* module multiple options in a string are allowed for Perl module */ while(*cp && *cp++!='-'); continue; default: diff --git a/ext/openssl/ossl_ssl.c b/ext/openssl/ossl_ssl.c index 206470cbfe..484e48a01c 100644 --- a/ext/openssl/ossl_ssl.c +++ b/ext/openssl/ossl_ssl.c @@ -2019,7 +2019,7 @@ Init_ossl_ssl() rb_attr(cSSLContext, rb_intern("session_get_cb"), 1, 1, Qfalse); /* - * A callback invoked when a new session was negotiatied. + * A callback invoked when a new session was negotiated. * * The callback is invoked with an SSLSocket. If false is returned the * session will be removed from the internal cache. diff --git a/ext/psych/yaml/scanner.c b/ext/psych/yaml/scanner.c index 31fed0ed94..dcf5f139c2 100644 --- a/ext/psych/yaml/scanner.c +++ b/ext/psych/yaml/scanner.c @@ -70,7 +70,7 @@ * %TAG !yaml! tag:yaml.org,2002: * --- * - * The correspoding sequence of tokens: + * The corresponding sequence of tokens: * * STREAM-START(utf-8) * VERSION-DIRECTIVE(1,1) diff --git a/ext/socket/init.c b/ext/socket/init.c index a69d2e7904..a12800b7b6 100644 --- a/ext/socket/init.c +++ b/ext/socket/init.c @@ -308,7 +308,7 @@ wait_connectable(int fd) for (;;) { /* - * Stevens book says, succuessful finish turn on RB_WAITFD_OUT and + * Stevens book says, successful finish turn on RB_WAITFD_OUT and * failure finish turn on both RB_WAITFD_IN and RB_WAITFD_OUT. */ revents = rb_wait_for_single_fd(fd, RB_WAITFD_IN|RB_WAITFD_OUT, NULL); diff --git a/ext/socket/socket.c b/ext/socket/socket.c index ca256b6733..0cddd236c4 100644 --- a/ext/socket/socket.c +++ b/ext/socket/socket.c @@ -2006,7 +2006,7 @@ Init_socket() * * === What's a socket? * - * Sockets are endpoints of a bidirectionnal communication channel. + * Sockets are endpoints of a bidirectional communication channel. * Sockets can communicate within a process, between processes on the same * machine or between different machines. There are many types of socket: * TCPSocket, UDPSocket or UNIXSocket for example. @@ -2031,7 +2031,7 @@ Init_socket() * * *hostname:* * The identifier of a network interface: - * * a string (hostname, IPv4 or IPv6 adress or +broadcast+ + * * a string (hostname, IPv4 or IPv6 address or +broadcast+ * which specifies a broadcast address) * * a zero-length string which specifies INADDR_ANY * * an integer (interpreted as binary address in host byte order). diff --git a/ext/tk/tcltklib.c b/ext/tk/tcltklib.c index 5d20b25e2f..567ff25693 100644 --- a/ext/tk/tcltklib.c +++ b/ext/tk/tcltklib.c @@ -1375,7 +1375,7 @@ tcltkip_init_tk(interp) } -/* treat excetiopn on Tcl side */ +/* treat exception on Tcl side */ static VALUE rbtk_pending_exception; static int rbtk_eventloop_depth = 0; static int rbtk_internal_eventloop_handler = 0; @@ -3783,7 +3783,7 @@ ip_RubyExitCommand(clientData, interp, argc, argv) #endif if (argc < 1 || argc > 2) { - /* arguemnt error */ + /* argument error */ Tcl_AppendResult(interp, "wrong number of arguments: should be \"", cmd, " ?returnCode?\"", (char *)NULL); @@ -6245,7 +6245,7 @@ ip_init(argc, argv, self) /* FIX ME (2010/06/28) */ /* Don't use ::chan command for Mk4tcl + tclvfs-1.4 on Tcl8.5. */ /* It fails to access VFS files because of vfs::zstream. */ - /* So, force to use ::rechan by temporaly hiding ::chan. */ + /* So, force to use ::rechan by temporarily hiding ::chan. */ /*************************************************************************/ Tcl_Eval(ptr->ip, "catch {rename ::chan ::_tmp_chan}"); if (Tcl_Init(ptr->ip) == TCL_ERROR) { @@ -11013,7 +11013,7 @@ Init_tcltklib() /* --------------------------------------------------------------- */ #ifdef HAVE_NATIVETHREAD - /* if ruby->nativethread-supprt and tcltklib->doen't, + /* if ruby->nativethread-support and tcltklib->doesn't, the following will cause link-error. */ ruby_native_thread_p(); #endif diff --git a/ext/win32ole/win32ole.c b/ext/win32ole/win32ole.c index 072638a10b..d26827917e 100644 --- a/ext/win32ole/win32ole.c +++ b/ext/win32ole/win32ole.c @@ -2799,7 +2799,7 @@ fole_s_connect(int argc, VALUE *argv, VALUE self) * so constant variable name of WIN32OLE object is capitalized. * For example, the 'xlTop' constant of Excel is changed to 'XlTop' * in WIN32OLE. - * If the first letter of constant variabl is not [A-Z], then + * If the first letter of constant variable is not [A-Z], then * the constant is defined as CONSTANTS hash element. * * module EXCEL_CONST @@ -3173,7 +3173,7 @@ fole_s_create_guid(VALUE self) /* * WIN32OLE.ole_initialize and WIN32OLE.ole_uninitialize * are used in win32ole.rb to fix the issue bug #2618 (ruby-core:27634). - * You must not use thease method. + * You must not use these method. */ /* :nodoc */ -- cgit v1.2.3