[PATCH wayland 5/5] tests: fix typo
Eric Engestrom
eric at engestrom.ch
Mon May 2 08:49:37 UTC 2016
Signed-off-by: Eric Engestrom <eric at engestrom.ch>
---
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
More information about the wayland-devel
mailing list