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/psych/yaml/scanner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/psych/yaml') 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) -- cgit v1.2.3