Skip to content

Commit 65090db

Browse files
committed
mpm/event: fix 'occured' -> 'occurred' in event.c comment
Comment in server/mpm/event/event.c line 919 read 'unrecoverable error occured'. Fixed to 'occurred'. Comment-only change. Signed-off-by: SAY-5 <SAY-5@users.noreply.github.com> Submitted by: SAY-5 <SAY-5@users.noreply.github.com> Github: closes #635 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1933096 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3252ffa commit 65090db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/mpm/event/event.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -916,7 +916,7 @@ static int defer_lingering_close(event_conn_state_t *cs)
916916
}
917917

918918
/* Close the connection and release its resources (ptrans), either because an
919-
* unrecoverable error occured (queues or pollset add/remove) or more usually
919+
* unrecoverable error occurred (queues or pollset add/remove) or more usually
920920
* if lingering close timed out.
921921
* Pre-condition: nonblocking, can be called from anywhere provided cs is not
922922
* in any timeout queue or in the pollset.

0 commit comments

Comments
 (0)