From bd858b6e870cf9303130e4848e0873ae71c9fb55 Mon Sep 17 00:00:00 2001 From: Michael Ganss Date: Tue, 14 Mar 2023 16:32:43 +0100 Subject: [PATCH] Fix typos --- XmlSchemaClassGenerator.Tests/DefaultInSequenceTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/XmlSchemaClassGenerator.Tests/DefaultInSequenceTests.cs b/XmlSchemaClassGenerator.Tests/DefaultInSequenceTests.cs index 270fe93e..88a908d0 100644 --- a/XmlSchemaClassGenerator.Tests/DefaultInSequenceTests.cs +++ b/XmlSchemaClassGenerator.Tests/DefaultInSequenceTests.cs @@ -13,8 +13,8 @@ public class DefaultInSequenceTests /// /// In case a element which is defined as a sequence, has a default value, /// the default value shall be ignored (it was wrong to initialize a collection with int value, for example). - /// bakcing field was like: private Collection _someElementWithDefaultValue = 0; - /// In such case, the syntax breaks compliation. + /// backing field was like: private Collection _someElementWithDefaultValue = 0; + /// In such case, the syntax breaks compilation. /// We would like to verify the default is ignored. /// [Fact]