ruby-changes:44734
From: hsbt <ko1@a...>
Date: Wed, 16 Nov 2016 12:02:47 +0900 (JST)
Subject: [ruby-changes:44734] hsbt:r56807 (trunk): Fix a typo.
hsbt 2016-11-16 12:02:42 +0900 (Wed, 16 Nov 2016) New Revision: 56807 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56807 Log: Fix a typo. https://github.com/ruby/psych/commit/18d13b1df09504548feb4cb9b259fed552d6a4d5 Modified files: trunk/ext/psych/yaml/scanner.c Index: ext/psych/yaml/scanner.c =================================================================== --- ext/psych/yaml/scanner.c (revision 56806) +++ ext/psych/yaml/scanner.c (revision 56807) @@ -70,7 +70,7 @@ https://github.com/ruby/ruby/blob/trunk/ext/psych/yaml/scanner.c#L70 * %TAG !yaml! tag:yaml.org,2002: * --- * - * The correspoding sequence of tokens: + * The corresponding sequence of tokens: * * STREAM-START(utf-8) * VERSION-DIRECTIVE(1,1) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/