From 49de32724a657cd70b8c90ddb512086ee7851185 Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Sat, 18 Apr 2020 15:13:48 +0200 Subject: [PATCH] Typo --- RGB.NET.Core/Devices/TypeInterfaces/IUnknownDevice.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RGB.NET.Core/Devices/TypeInterfaces/IUnknownDevice.cs b/RGB.NET.Core/Devices/TypeInterfaces/IUnknownDevice.cs index 46e9740..724dc4d 100644 --- a/RGB.NET.Core/Devices/TypeInterfaces/IUnknownDevice.cs +++ b/RGB.NET.Core/Devices/TypeInterfaces/IUnknownDevice.cs @@ -3,6 +3,6 @@ /// /// Represents a device with unkown or not specified type. /// - public interface IInknownDevice : IRGBDevice + public interface IUnknownDevice : IRGBDevice { } }