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)