1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/psych/*: update psych to 2.0.16

* test/psych/*: ditto

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
tenderlove 2015-12-07 16:58:10 +00:00
parent 56367e25ee
commit a34e45fd54
10 changed files with 46 additions and 39 deletions

View file

@ -2053,7 +2053,7 @@ yaml_parser_scan_directive(yaml_parser_t *parser, yaml_token_t *token)
else
{
yaml_parser_set_scanner_error(parser, "while scanning a directive",
start_mark, "found uknown directive name");
start_mark, "found unknown directive name");
goto error;
}