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/nkf/nkf-utf8/nkf.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ext/nkf/nkf-utf8') 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: -- cgit v1.2.3