mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
dd53157c9e
commit
208d2a95f5
1 changed files with 1 additions and 1 deletions
|
@ -1636,7 +1636,7 @@ yaml_parser_fetch_key(yaml_parser_t *parser)
|
|||
|
||||
if (!parser->flow_level)
|
||||
{
|
||||
/* Check if we are allowed to start a new key (not nessesary simple). */
|
||||
/* Check if we are allowed to start a new key (not necessary simple). */
|
||||
|
||||
if (!parser->simple_key_allowed) {
|
||||
return yaml_parser_set_scanner_error(parser, NULL, parser->mark,
|
||||
|
|
Loading…
Add table
Reference in a new issue