1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 10:08:31 +00:00

Fixed typo

This commit is contained in:
Darth Affe 2018-01-21 20:56:03 +01:00
parent e78525118f
commit 9cc8424ae8

View File

@ -46,7 +46,7 @@ namespace RGB.NET.Core
/// <summary> /// <summary>
/// Automatically aligns all devices to prevent overlaps. /// Automatically aligns all devices to prevent overlaps.
/// </summary> /// </summary>
public void AlignDevies() public void AlignDevices()
{ {
double posX = 0; double posX = 0;
foreach (IRGBDevice device in Devices) foreach (IRGBDevice device in Devices)