Signed-off-by: Eric Engestrom <[email protected]>
---
 tests/test-runner.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test-runner.c b/tests/test-runner.c
index 742b4f0..4aa6667 100644
--- a/tests/test-runner.c
+++ b/tests/test-runner.c
@@ -205,7 +205,7 @@ run_test(const struct test *t)
 
        t->run();
 
-       /* turn off timeout (if any) after test completition */
+       /* turn off timeout (if any) after test completion */
        if (timeouts_enabled)
                alarm(0);
 
-- 
2.8.2

_______________________________________________
wayland-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to