From b2054e87639638edcd1b4c211067b17df7512cd6 Mon Sep 17 00:00:00 2001 From: Aigamo <51428094+ycanardeau@users.noreply.github.com> Date: Tue, 21 Jul 2020 23:47:31 +1000 Subject: [PATCH] Fix typo --- YamlDotNet/Core/Scanner.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YamlDotNet/Core/Scanner.cs b/YamlDotNet/Core/Scanner.cs index 097d7f725..c3e8cbb78 100644 --- a/YamlDotNet/Core/Scanner.cs +++ b/YamlDotNet/Core/Scanner.cs @@ -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())