diff options
author | Eric Engestrom <eric@engestrom.ch> | 2016-05-02 09:49:37 +0100 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2016-05-02 17:46:35 -0700 |
commit | ee4e21c8a3c5a1b1b18cd1145364ddeec263965f (patch) | |
tree | 918dd27ff3441cb789c9b1aafd86ef25c3983fe7 | |
parent | 3c1aafd2a9157a884478bcd32263baad8d8b78fb (diff) |
tests: fix typo
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Armin Krezović <krezovic.armin@gmail.com>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
-rw-r--r-- | tests/test-runner.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |