From cb50ed226b08788061a57904292783f2d148f017 Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Wed, 10 Dec 2014 18:33:47 -0800 Subject: [PATCH] tests: Fix minor typo --- tests/weston-test-client-helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/weston-test-client-helper.c b/tests/weston-test-client-helper.c index e374a964..e21439c7 100644 --- a/tests/weston-test-client-helper.c +++ b/tests/weston-test-client-helper.c @@ -90,7 +90,7 @@ move_client(struct client *client, int x, int y) client->surface->y = y; wl_test_move_surface(client->test->wl_test, surface->wl_surface, surface->x, surface->y); - /* The attach here is necessary because commit() will call congfigure + /* The attach here is necessary because commit() will call configure * only on surfaces newly attached, and the one that sets the surface * position is the configure. */ wl_surface_attach(surface->wl_surface, surface->wl_buffer, 0, 0);