Fix typos

Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com>
This commit is contained in:
tinyboxvk 2025-01-08 23:35:23 -04:00 committed by Johan Malm
parent 4ecedcdb3b
commit 1a6dd845a2
23 changed files with 33 additions and 33 deletions

View file

@ -17,7 +17,7 @@ pid_t spawn_primary_client(const char *command);
void spawn_async_no_shell(char const *command);
/**
* spawn_piped - execute asyncronously
* spawn_piped - execute asynchronously
* @command: command to be executed
* @pipe_fd: set to the read end of a pipe
* connected to stdout of the command