From 5a1f5fac93762299258e7775ccbeba1f00564e88 Mon Sep 17 00:00:00 2001 From: hsbt Date: Wed, 16 Nov 2016 03:02:42 +0000 Subject: Fix a typo. https://github.com/ruby/psych/commit/18d13b1df09504548feb4cb9b259fed552d6a4d5 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/psych/yaml/scanner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/psych/yaml/scanner.c b/ext/psych/yaml/scanner.c index 2e15e30d57..bfdf3abda5 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