tony2001 Wed Jun 15 14:10:26 2005 EDT
Modified files:
/phpdoc/en/reference/oci8/functions oci-lob-flush.xml
Log:
fix typo
http://cvs.php.net/diff.php/phpdoc/en/reference/oci8/functions/oci-lob-flush.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/oci8/functions/oci-lob-flush.xml
diff -u phpdoc/en/reference/oci8/functions/oci-lob-flush.xml:1.2
phpdoc/en/reference/oci8/functions/oci-lob-flush.xml:1.3
--- phpdoc/en/reference/oci8/functions/oci-lob-flush.xml:1.2 Tue Mar 9
04:28:19 2004
+++ phpdoc/en/reference/oci8/functions/oci-lob-flush.xml Wed Jun 15
14:10:26 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.oci-lob-flush">
<refnamediv>
<refname>lob->flush</refname>
@@ -17,7 +17,7 @@
<constant>OCI_LOB_BUFFER_FREE</constant> you can do it explicitly.
Be sure you know what you're doing - next read/write operation to the
same part of LOB will involve a round-trip to the server and initialize
- new buffer resources. Tt is recommended to use
+ new buffer resources. It is recommended to use
<constant>OCI_LOB_BUFFER_FREE</constant> flag only when you are not going
to work with the LOB anymore.
</para>