fix comment spelling in ButtonWidget

This commit is contained in:
Chris Forbes
2011-05-07 11:24:48 +12:00
committed by Paul Chote
parent 1cf63ec803
commit 8adca1960d

View File

@@ -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);
}