From c9ee950d8ab11c9be3f3614bc868727a259b00ae Mon Sep 17 00:00:00 2001 From: James Moore Date: Sun, 5 Nov 2000 18:39:13 +0000 Subject: [PATCH] Fixing typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@35320 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/filesystem.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/filesystem.xml b/functions/filesystem.xml index adb5ef21f0..ab7f33df5b 100644 --- a/functions/filesystem.xml +++ b/functions/filesystem.xml @@ -2422,7 +2422,7 @@ $tmpfname = tempnam ("/tmp", "FOO"); This Function's behaviour changed in 4.0.3, the temporary file is also - created to avoid a race condition where the file might appear in the + created to avoid a rare condition where the file might appear in the filesystem between the time the string was generated and before the the script gets around to creating the file.