]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mpm/event: fix 'occured' -> 'occurred' in event.c comment
authorJoe Orton <jorton@apache.org>
Thu, 16 Apr 2026 07:30:19 +0000 (07:30 +0000)
committerJoe Orton <jorton@apache.org>
Thu, 16 Apr 2026 07:30:19 +0000 (07:30 +0000)
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

server/mpm/event/event.c

index 403f9a3c9399d0d0be069fd18ff4c7193e0931fc..385532d03b4cdcc0f123e471eaba48ca56703255 100644 (file)
@@ -916,7 +916,7 @@ static int defer_lingering_close(event_conn_state_t *cs)
 }
 
 /* Close the connection and release its resources (ptrans), either because an
- * unrecoverable error occured (queues or pollset add/remove) or more usually
+ * unrecoverable error occurred (queues or pollset add/remove) or more usually
  * if lingering close timed out.
  * Pre-condition: nonblocking, can be called from anywhere provided cs is not
  *                in any timeout queue or in the pollset.