From 392368f3c6cbb28869e13845a8b44af251b275cf Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sun, 17 Jan 2010 16:21:48 +0000 Subject: [PATCH] Typo (spotted by yannick) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293652 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/misc/functions/ignore-user-abort.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/misc/functions/ignore-user-abort.xml b/reference/misc/functions/ignore-user-abort.xml index 7de22afe6e..9e013fe043 100644 --- a/reference/misc/functions/ignore-user-abort.xml +++ b/reference/misc/functions/ignore-user-abort.xml @@ -19,7 +19,7 @@ When running PHP as a command line script, and the script's tty goes away without the script being terminated then the script will die the next time it tries to write anything, unless - value is to to &true; + value is set to &true;