1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 01:58:30 +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>
/// Automatically aligns all devices to prevent overlaps.
/// </summary>
public void AlignDevies()
public void AlignDevices()
{
double posX = 0;
foreach (IRGBDevice device in Devices)