summaryrefslogtreecommitdiffstats
path: root/spawn
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2021-04-14 05:36:23 -0400
committerGitHub <noreply@github.com>2021-04-14 12:36:23 +0300
commit2e406b860397407d979f9c384e8c35dce246a360 (patch)
tree1249ff37715a981e91c2e6f2c81b9047c89359a0 /spawn
parent2a4650607a95ff1b54d433d6cec27a172461e1a5 (diff)
spelling: bidirectional (#10918)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Diffstat (limited to 'spawn')
-rw-r--r--spawn/spawn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/spawn/spawn.c b/spawn/spawn.c
index 017ba7f393..e416a96b43 100644
--- a/spawn/spawn.c
+++ b/spawn/spawn.c
@@ -183,7 +183,7 @@ struct spawn_cmd_info *spawn_get_unprocessed_cmd(void)
* The caller has to be the netdata user as configured.
*
* @param loop the libuv loop of the caller context
- * @param spawn_channel the birectional libuv IPC pipe that the server and the caller will share
+ * @param spawn_channel the bidirectional libuv IPC pipe that the server and the caller will share
* @param process the spawn server libuv process context
* @return 0 on success or the libuv error code
*/