From 83e187178021531780a873a89b4a8c70e2f70e56 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Fri, 19 Jan 2018 12:52:50 +0800 Subject: [PATCH] test: fix a typo in test-fork.c PR-URL: https://github.com/libuv/libuv/pull/1721 Reviewed-By: Colin Ihrig Reviewed-By: Gireesh Punathil Reviewed-By: Santiago Gimeno --- test/test-fork.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-fork.c b/test/test-fork.c index 924c65b2..39b59c8f 100644 --- a/test/test-fork.c +++ b/test/test-fork.c @@ -335,7 +335,7 @@ TEST_IMPL(fork_signal_to_child_closed) { /* Note that we're deliberately not running the loop * in the child, and also not closing the loop's handles, * so the child default loop can't be cleanly closed. - * We need te explicitly exit to avoid an automatic failure + * We need to explicitly exit to avoid an automatic failure * in that case. */ exit(0);