# HG changeset patch # User Jordan Miner # Date 1247902886 18000 # Node ID 96b29f2efa4d7577668e73c2d782265e1185432e # Parent e6e201c3a43942b38acf782bfc2ceb89179eecf4 Fix typo in doc comment. diff -r e6e201c3a439 -r 96b29f2efa4d dynamin/gui/control.d --- a/dynamin/gui/control.d Sat Jul 18 02:35:24 2009 -0500 +++ b/dynamin/gui/control.d Sat Jul 18 02:41:26 2009 -0500 @@ -520,7 +520,8 @@ * * The control will not be repainted before this method returns; rather, * the area is just marked as needing to be repainted. The next time there - * are no other system events to be processed, a painting event will called. + * are no other system events to be processed, a painting event will + * be called. */ void repaint(Rect rect) { // TODO: make sure that parts clipped off by the parent are