@cryptotaxi247 / netdata-1 / commits / 2e406b860

spelling: bidirectional (#10918)

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

Josh Soref committed Apr 14, 2021 at 05:36 UTC 2e406b860397407d979f9c384e8c35dce246a360
1 file changed +1 -1
spawn/spawn.c
+1 -1
@@ -183,7 +183,7 @@ struct spawn_cmd_info *spawn_get_unprocessed_cmd(void)
183 * The caller has to be the netdata user as configured.
184 *
185 * @param loop the libuv loop of the caller context
186 - * @param spawn_channel the birectional libuv IPC pipe that the server and the caller will share
186 + * @param spawn_channel the bidirectional libuv IPC pipe that the server and the caller will share
187 * @param process the spawn server libuv process context
188 * @return 0 on success or the libuv error code
189 */