From 8adca1960daa4a5ee03f89c386b163eaa33d9cf0 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sat, 7 May 2011 11:24:48 +1200 Subject: [PATCH] fix comment spelling in ButtonWidget --- OpenRA.Game/Widgets/ButtonWidget.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Game/Widgets/ButtonWidget.cs b/OpenRA.Game/Widgets/ButtonWidget.cs index 5aa7464dec..d70a6eb962 100644 --- a/OpenRA.Game/Widgets/ButtonWidget.cs +++ b/OpenRA.Game/Widgets/ButtonWidget.cs @@ -74,7 +74,7 @@ namespace OpenRA.Widgets { Depressed = RenderBounds.Contains(mi.Location.X, mi.Location.Y); - // All widgets should recieve MouseMove events + // All widgets should receive MouseMove events OnMouseMove(mi); }