Skip to content

Commit

Permalink
Merge pull request #515 from ycanardeau/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
aaubry committed Nov 19, 2020
2 parents 4453541 + b2054e8 commit d0b687d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YamlDotNet/Core/Scanner.cs
Expand Up @@ -496,7 +496,7 @@ private void FetchNextToken()

if (simpleKeyAllowed && indent >= cursor.LineOffset && analyzer.IsTab())
{
throw new SyntaxErrorException("While scanning a mapping, found invalid tab as indendation.");
throw new SyntaxErrorException("While scanning a mapping, found invalid tab as indentation.");
}

if (analyzer.IsWhiteBreakOrZero())
Expand Down

0 comments on commit d0b687d

Please sign in to comment.