gui Mon May 3 19:50:17 2004 EDT
Modified files:
/phpdoc/en/reference/com/functions class.com.xml
/phpdoc/en/reference/exec/functions proc-open.xml
Log:
typo
http://cvs.php.net/diff.php/phpdoc/en/reference/com/functions/class.com.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/com/functions/class.com.xml
diff -u phpdoc/en/reference/com/functions/class.com.xml:1.6
phpdoc/en/reference/com/functions/class.com.xml:1.7
--- phpdoc/en/reference/com/functions/class.com.xml:1.6 Mon May 3 10:55:01 2004
+++ phpdoc/en/reference/com/functions/class.com.xml Mon May 3 19:50:17 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<!-- splitted from ./en/functions/com.xml, last change in rev 1.12 -->
<refentry id="class.com">
<refnamediv>
@@ -177,7 +177,7 @@
</refsect1>
<refsect1 id="class.com.falsemethods">
- <title>Psuedo Methods</title>
+ <title>Pseudo Methods</title>
<para>
In PHP versions prior to 5, a number of not very pleasant hacks meant that
@@ -208,7 +208,7 @@
</refsect1>
<refsect1 id="class.com.iteratormethods">
- <title>Psuedo Methods for Iterating</title>
+ <title>Pseudo Methods for Iterating</title>
<para>
These pseudo methods are only available if
http://cvs.php.net/diff.php/phpdoc/en/reference/exec/functions/proc-open.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/exec/functions/proc-open.xml
diff -u phpdoc/en/reference/exec/functions/proc-open.xml:1.8
phpdoc/en/reference/exec/functions/proc-open.xml:1.9
--- phpdoc/en/reference/exec/functions/proc-open.xml:1.8 Mon Apr 19 11:18:18
2004
+++ phpdoc/en/reference/exec/functions/proc-open.xml Mon May 3 19:50:17 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- splitted from ./en/functions/exec.xml, last change in rev 1.28 -->
<refentry id='function.proc-open'>
<refnamediv>
@@ -79,7 +79,7 @@
<programlisting role="php">
<![CDATA[
<?php
-// Create a psuedo terminal for the child process
+// Create a pseudo terminal for the child process
$descriptorspec = array(
0 => array("pty"),
1 => array("pty"),