Fixing typo

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@35320 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
James Moore 2000-11-05 18:39:13 +00:00
parent d88e124ae9
commit c9ee950d8a

View file

@ -2422,7 +2422,7 @@ $tmpfname = tempnam ("/tmp", "FOO");
<note>
<simpara>
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.
</simpara>