From ee4e21c8a3c5a1b1b18cd1145364ddeec263965f Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 2 May 2016 09:49:37 +0100 Subject: [PATCH] tests: fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Eric Engestrom Reviewed-by: Armin Krezović Reviewed-by: Bryce Harrington --- 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.7.4