From dc0f955be2a10b707ae06f7da69f52fab24df3d1 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Fri, 21 Jun 2019 12:34:54 +0000 Subject: [PATCH] Use gender neutral wording Based on a patch provided by an anonymous user. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347626 c90b9560-bf6c-de11-be94-00142212c4b1 --- features/connection-handling.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/connection-handling.xml b/features/connection-handling.xml index eb70a1825d..f81774fe4a 100644 --- a/features/connection-handling.xml +++ b/features/connection-handling.xml @@ -17,8 +17,8 @@ When a PHP script is running normally, the NORMAL state is active. If the remote client disconnects, the ABORTED state flag is - turned on. A remote client disconnect is usually caused by the - user hitting his STOP button. If the PHP-imposed time limit (see + turned on. A remote client disconnect is usually caused by + users hitting their STOP button. If the PHP-imposed time limit (see set_time_limit) is hit, the TIMEOUT state flag is turned on.