Skip to content

Commit 66092f8

Browse files
committed
spelling: us
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
1 parent 08b13db commit 66092f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/cgi/cgi_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2011,7 +2011,7 @@ consult the installation file that came with this distribution, or visit \n\
20112011
int running = 0;
20122012
pid_t pid;
20132013

2014-
/* Create a process group for ourself & children */
2014+
/* Create a process group for us & children */
20152015
setsid();
20162016
pgroup = getpgrp();
20172017
#ifdef DEBUG_FASTCGI

0 commit comments

Comments
 (0)