X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=include%2Fstartup.h;fp=include%2Fstartup.h;h=feece575c36f8a9d8361fdb08ef81b5b1a01ce43;hp=5da221e1679ca364da489db753145f0eb32266c8;hb=1847938d4eeba98260cc79ca45a11a134274c2ea;hpb=c54f5008395b10c046f380cc3069ff779e5d2877 diff --git a/include/startup.h b/include/startup.h index 5da221e1..feece575 100644 --- a/include/startup.h +++ b/include/startup.h @@ -21,7 +21,7 @@ * Starts the given application by passing it through a shell. We use double * fork to avoid zombie processes. As the started application’s parent exits * (immediately), the application is reparented to init (process-id 1), which - * correctly handles childs, so we don’t have to do it :-). + * correctly handles children, so we don’t have to do it :-). * * The shell used to start applications is the system's bourne shell (i.e., * /bin/sh).