diff --git a/OpenRA.Mods.Common/Widgets/TextFieldWidget.cs b/OpenRA.Mods.Common/Widgets/TextFieldWidget.cs index 40b62ecb2a..f48c3d7ed5 100644 --- a/OpenRA.Mods.Common/Widgets/TextFieldWidget.cs +++ b/OpenRA.Mods.Common/Widgets/TextFieldWidget.cs @@ -222,7 +222,7 @@ namespace OpenRA.Mods.Common.Widgets bool wasDisabled; public override void Tick() { - // Remove the blicking cursor when disabled + // Remove the blinking cursor when disabled var isDisabled = IsDisabled(); if (isDisabled != wasDisabled) {