changeset 15:96b29f2efa4d

Fix typo in doc comment.
author Jordan Miner <jminer7@gmail.com>
date Sat, 18 Jul 2009 02:41:26 -0500
parents e6e201c3a439
children dcaa95190f4b
files dynamin/gui/control.d
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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