[PHP-DOC] cvs: phpdoc /en/functions misc.xml From: Torben Wilson (torben <email protected>)
Date: 08/19/00

torben Sat Aug 19 19:38:22 2000 EDT

  Modified files:
    /phpdoc/en/functions misc.xml
  Log:
  
  
  Typo fixes.
  
  
Index: phpdoc/en/functions/misc.xml
diff -u phpdoc/en/functions/misc.xml:1.18 phpdoc/en/functions/misc.xml:1.19
--- phpdoc/en/functions/misc.xml:1.18 Wed Aug 16 01:36:13 2000
+++ phpdoc/en/functions/misc.xml Sat Aug 19 19:38:22 2000
@@ -753,12 +753,12 @@
       </listitem>
       <listitem>
        <simpara>
- i signed integer (machine dependant size and byte order)
+ i signed integer (machine dependent size and byte order)
        </simpara>
       </listitem>
       <listitem>
        <simpara>
- I unsigned integer (machine dependant size and byte order)
+ I unsigned integer (machine dependent size and byte order)
        </simpara>
       </listitem>
       <listitem>
@@ -824,7 +824,7 @@
     </para>
     <para>
      Also note that PHP internally stores integral values as signed
- values of a machine dependant size. If you give it an unsigned
+ values of a machine dependent size. If you give it an unsigned
      integral value too large to be stored that way it is converted to
      a double which often yields an undesired result.
     </para>