alindeman Thu Mar 28 11:06:33 2002 EDT
Modified files:
/phpdoc/en/faq com.xml
Log:
typos
Index: phpdoc/en/faq/com.xml
diff -u phpdoc/en/faq/com.xml:1.6 phpdoc/en/faq/com.xml:1.7
--- phpdoc/en/faq/com.xml:1.6 Wed Dec 12 15:46:32 2001
+++ phpdoc/en/faq/com.xml Thu Mar 28 11:06:33 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<chapter id="faq.com">
<title>PHP and COM</title>
<titleabbrev>PHP and COM</titleabbrev>
@@ -80,7 +80,7 @@
</question>
<answer>
<para>
- No, unfortunatelly there is no such tool available for PHP.
+ No, unfortunately there is no such tool available for PHP.
</para>
</answer>
</qandaentry>
@@ -119,7 +119,7 @@
</question>
<answer>
<para>
- Exactly like you run local objects. You only have to pass the ip of the remote
machine as second parameter to
+ Exactly like you run local objects. You only have to pass the IP of the remote
+machine as second parameter to
the COM constructor.
</para>
<para>
@@ -184,7 +184,7 @@
<qandaentry id="faq.com.q13">
<question>
- <para>I'm having problems when trying to invoke a method of a COM object wich
exposes more than one interface. What can I do ?</para>
+ <para>I'm having problems when trying to invoke a method of a COM object which
+exposes more than one interface. What can I do ?</para>
</question>
<answer>
<para>
@@ -212,7 +212,7 @@
</question>
<answer>
<para>
- PHP itself doesn't handle transactions yet. Thus if an error occours no
rollback is initiated. If you use components that
+ PHP itself doesn't handle transactions yet. Thus if an error occurs no rollback
+is initiated. If you use components that
support transactions you will have to implement the transaction management
yourself.
</para>
</answer>