@ -53,7 +53,7 @@ spawn(Display * disp,
if(!arg)
return;
/* The double-fork construct avoids zombie processes and keeps the code
* * clean from stupid signal handlers. */
* clean from stupid signal handlers. */
if(fork() == 0)
{