diff --git a/osu.Game/Online/PollingComponent.cs b/osu.Game/Online/PollingComponent.cs
index 36a42b5d0a..6296608e5d 100644
--- a/osu.Game/Online/PollingComponent.cs
+++ b/osu.Game/Online/PollingComponent.cs
@@ -39,7 +39,7 @@ namespace osu.Game.Online
///
///
///
- /// The initial time in milliseconds to wait between polls. Setting to zero stops al polling.
+ /// The initial time in milliseconds to wait between polls. Setting to zero stops all polling.
protected PollingComponent(double timeBetweenPolls = 0)
{
TimeBetweenPolls = timeBetweenPolls;