degendered terms

This commit is contained in:
Diana Thayer
2015-03-11 21:41:43 -07:00
parent 10a58725cd
commit 94b1e76af4
15 changed files with 19 additions and 19 deletions

View File

@ -778,7 +778,7 @@ int main(int argc, char *argv[]) {
ELOG("Could not setup signal handler");
/* Ignore SIGPIPE to survive errors when an IPC client disconnects
* while we are sending him a message */
* while we are sending them a message */
signal(SIGPIPE, SIG_IGN);
/* Autostarting exec-lines */