Fix typos

This commit is contained in:
tokyo4j 2024-03-08 18:39:53 +09:00
parent e00f7cd6db
commit c207e18014
21 changed files with 40 additions and 40 deletions

View file

@ -3,7 +3,7 @@
#define LABWC_SPAWN_H
/**
* spawn_async_no_shell - execute asyncronously
* spawn_async_no_shell - execute asynchronously
* @command: command to be executed
*/
void spawn_async_no_shell(char const *command);