Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ycanardeau committed Jul 21, 2020
1 parent b34a3e8 commit b2054e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YamlDotNet/Core/Scanner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,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 b2054e8

Please sign in to comment.