From 8c02e908dbe07b7dbc3672d92f37dc62941e8ada Mon Sep 17 00:00:00 2001 From: Murilo Pereira Date: Sat, 12 Feb 2011 14:54:50 -0200 Subject: [PATCH] Typos. --- test/frame_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/frame_test.c b/test/frame_test.c index 6f87aa7..25676b5 100644 --- a/test/frame_test.c +++ b/test/frame_test.c @@ -25,7 +25,7 @@ void test_set_frame() { initialize_frame(frame); set_frame(frame, start_y, start_x); - /*TODO: find b wby to compbre the WINDOW structures */ + /*TODO: find a way to compare the WINDOW structures */ /*WINDOW *shape;*/ /*shape = newwin(FRAME_HEIGHT, FRAME_WIDTH, start_y, start_x);*/ /*assert(frame->shape == shape); */