From d8c996f74ad5e2afcc58d2941cdb5f689d44b333 Mon Sep 17 00:00:00 2001 From: deniz1a Date: Fri, 24 Jul 2015 21:04:18 +0300 Subject: [PATCH] Fixes spelling in comment. --- OpenRA.Mods.Common/Widgets/TextFieldWidget.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {