From 171d590b8b46cf5925681c10ff0e83b0d58be935 Mon Sep 17 00:00:00 2001 From: Adrian Conlon Date: Fri, 16 Aug 2019 18:08:55 +0100 Subject: [PATCH] Correct spelling mistake in Fuse test event class. Signed-off-by: Adrian Conlon --- Fuse/TestEvent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fuse/TestEvent.cs b/Fuse/TestEvent.cs index a5c4024..85a44e3 100644 --- a/Fuse/TestEvent.cs +++ b/Fuse/TestEvent.cs @@ -6,7 +6,7 @@ namespace Fuse using System; using System.Diagnostics; - [DebuggerDisplay("Cycles = {Cycles}, Specififier = {Specifier}, Address = {Address}, Value = {Value}")] + [DebuggerDisplay("Cycles = {Cycles}, Specifier = {Specifier}, Address = {Address}, Value = {Value}")] public class TestEvent { private int cycles;