diff --git a/Lottery/Lottery.cs b/Lottery/Lottery.cs
index 3ec22ff..e7318b1 100644
--- a/Lottery/Lottery.cs
+++ b/Lottery/Lottery.cs
@@ -2,7 +2,7 @@
{
///
/// Base Lottery class, it accepts a Generator
- /// SpecialIdentifier may be overriden for Lotteries with Special values.
+ /// SpecialIdentifier may be overridden for Lotteries with Special values.
///
///
internal class Lottery(IGenerator Generator)