vrana Wed Sep 15 04:15:19 2004 EDT
Modified files:
/phpdoc/en/reference/filesystem/functions tempnam.xml
Log:
Double 'the'
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/tempnam.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/filesystem/functions/tempnam.xml
diff -u phpdoc/en/reference/filesystem/functions/tempnam.xml:1.7
phpdoc/en/reference/filesystem/functions/tempnam.xml:1.8
--- phpdoc/en/reference/filesystem/functions/tempnam.xml:1.7 Sat Aug 28 10:54:16
2004
+++ phpdoc/en/reference/filesystem/functions/tempnam.xml Wed Sep 15 04:15:17
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 -->
<refentry id="function.tempnam">
<refnamediv>
@@ -61,7 +61,7 @@
<simpara>
This function's behavior changed in 4.0.3. The temporary file is also
created to avoid a race condition where the file might appear in the
- filesystem between the time the string was generated and before the
+ filesystem between the time the string was generated and before
the script gets around to creating the file. Note, that you need
to remove the file in case you need it no more, it is not done
automatically.