From 16036f12ecc402b3a85cda865c6ac88b0694bf70 Mon Sep 17 00:00:00 2001 From: Jane Doe Date: Sun, 13 Oct 2019 07:47:13 -0700 Subject: [PATCH] Atributes -> Attributes --- .../TestCases/Pretty/CustomAttributes2.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ICSharpCode.Decompiler.Tests/TestCases/Pretty/CustomAttributes2.cs b/ICSharpCode.Decompiler.Tests/TestCases/Pretty/CustomAttributes2.cs index 5df0b36c8..568f528e6 100644 --- a/ICSharpCode.Decompiler.Tests/TestCases/Pretty/CustomAttributes2.cs +++ b/ICSharpCode.Decompiler.Tests/TestCases/Pretty/CustomAttributes2.cs @@ -1,7 +1,7 @@ using System; namespace CustomAttributes2 { - public static class CustomAtributes + public static class CustomAttributes { [Flags] public enum EnumWithFlag