From 9cc8424ae8c62608a71bbf963d1d53dab2fe2be5 Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Sun, 21 Jan 2018 20:56:03 +0100 Subject: [PATCH] Fixed typo --- RGB.NET.Core/RGBSurfaceDeviceLoader.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RGB.NET.Core/RGBSurfaceDeviceLoader.cs b/RGB.NET.Core/RGBSurfaceDeviceLoader.cs index e868175..ef442e2 100644 --- a/RGB.NET.Core/RGBSurfaceDeviceLoader.cs +++ b/RGB.NET.Core/RGBSurfaceDeviceLoader.cs @@ -46,7 +46,7 @@ namespace RGB.NET.Core /// /// Automatically aligns all devices to prevent overlaps. /// - public void AlignDevies() + public void AlignDevices() { double posX = 0; foreach (IRGBDevice device in Devices)