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 2022-05-07 15:55:54 +02:00
parent 39b511b8c5
commit 02d6f4e53e

View File

@ -79,7 +79,7 @@ public static class TimerHelper
}
/// <summary>
/// Calculates the ellapsed time in ms from the provided timestamp until now.
/// Calculates the elapsed time in ms from the provided timestamp until now.
/// </summary>
/// <param name="initialTimestamp">The initial timestamp to calculate the time from.</param>
/// <returns>The elapsed time in ms.</returns>