diff --git a/knights/board_2d.cpp b/knights/board_2d.cpp index 4e8e0dd..27d9aed 100644 --- a/knights/board_2d.cpp +++ b/knights/board_2d.cpp @@ -262,7 +262,7 @@ void board_2d::redrawAll( void ) drawPosition( tmp++ ); redrawLights(); - /* Make sure everything is tqrepainted */ + /* Make sure everything is repainted */ updateX1 = updateY1 = 0; updateX2 = updateY2 = IMAGE_MAX * 9;