From 69871760599faafb1a6201b49ec5197ec3294b64 Mon Sep 17 00:00:00 2001 From: sundb Date: Wed, 28 Oct 2020 14:51:35 +0800 Subject: docs: Fix some typos in comments and log messge (#7975) --- src/childinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/childinfo.c') diff --git a/src/childinfo.c b/src/childinfo.c index f95ae9647..d11aa7bcf 100644 --- a/src/childinfo.c +++ b/src/childinfo.c @@ -36,7 +36,7 @@ void openChildInfoPipe(void) { if (pipe(server.child_info_pipe) == -1) { /* On error our two file descriptors should be still set to -1, - * but we call anyway cloesChildInfoPipe() since can't hurt. */ + * but we call anyway closeChildInfoPipe() since can't hurt. */ closeChildInfoPipe(); } else if (anetNonBlock(NULL,server.child_info_pipe[0]) != ANET_OK) { closeChildInfoPipe(); -- cgit v1.2.1