Fixes spelling in comment.

This commit is contained in:
deniz1a
2015-07-24 21:04:18 +03:00
parent 34ffb3772f
commit d8c996f74a

View File

@@ -222,7 +222,7 @@ namespace OpenRA.Mods.Common.Widgets
bool wasDisabled; bool wasDisabled;
public override void Tick() public override void Tick()
{ {
// Remove the blicking cursor when disabled // Remove the blinking cursor when disabled
var isDisabled = IsDisabled(); var isDisabled = IsDisabled();
if (isDisabled != wasDisabled) if (isDisabled != wasDisabled)
{ {