diff --git a/RGB.NET.Core/Helper/TimerHelper.cs b/RGB.NET.Core/Helper/TimerHelper.cs
index 9958201..6e54cc5 100644
--- a/RGB.NET.Core/Helper/TimerHelper.cs
+++ b/RGB.NET.Core/Helper/TimerHelper.cs
@@ -79,7 +79,7 @@ public static class TimerHelper
}
///
- /// Calculates the ellapsed time in ms from the provided timestamp until now.
+ /// Calculates the elapsed time in ms from the provided timestamp until now.
///
/// The initial timestamp to calculate the time from.
/// The elapsed time in ms.