irc-html                Wed Jan  9 19:26:29 2002 EDT

  Modified files:              
    /phpdoc/en/functions        bc.xml classobj.xml com.xml cpdf.xml 
  Log:
  corrected spelling errors
  
Index: phpdoc/en/functions/bc.xml
diff -u phpdoc/en/functions/bc.xml:1.18 phpdoc/en/functions/bc.xml:1.19
--- phpdoc/en/functions/bc.xml:1.18     Wed Dec 12 15:46:37 2001
+++ phpdoc/en/functions/bc.xml  Wed Jan  9 19:26:29 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.18 $ -->
+<!-- $Revision: 1.19 $ -->
  <reference id="ref.bc">
   <title>BCMath Arbitrary Precision Mathematics Functions</title>
   <titleabbrev>BC math</titleabbrev>
@@ -75,7 +75,7 @@
      <parameter>right operand</parameter> and returns the result as an
      integer.  The optional <parameter>scale</parameter> parameter is
      used to set the number of digits after the decimal place which
-     will be used in the comparion.  The return value is 0 if the two
+     will be used in the comparison.  The return value is 0 if the two
      operands are equal.  If the <parameter>left operand</parameter>
      is larger than the <parameter>right operand</parameter> the
      return value is +1 and if the <parameter>left operand</parameter>
@@ -227,7 +227,7 @@
    <refnamediv>
     <refname>bcsqrt</refname>
     <refpurpose>
-     Get the square root of an arbitray precision number
+     Get the square root of an arbitrary precision number
     </refpurpose>
    </refnamediv>
    <refsect1>
Index: phpdoc/en/functions/classobj.xml
diff -u phpdoc/en/functions/classobj.xml:1.31 phpdoc/en/functions/classobj.xml:1.32
--- phpdoc/en/functions/classobj.xml:1.31       Wed Jan  2 07:08:05 2002
+++ phpdoc/en/functions/classobj.xml    Wed Jan  9 19:26:29 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.31 $ -->
+<!-- $Revision: 1.32 $ -->
  <reference id="ref.classobj">
   <title>Class/Object Functions</title>
   <titleabbrev>Classes/Objects</titleabbrev>
@@ -197,7 +197,7 @@
     </funcsynopsis>
     <para>
      Calls a the method referred by <parameter>method_name</parameter> from
-     the user defined <parameter>obj</parameter> object, using the paramaters
+     the user defined <parameter>obj</parameter> object, using the parameters
      in <parameter>paramarr</parameter>.
     </para>
     <para>
Index: phpdoc/en/functions/com.xml
diff -u phpdoc/en/functions/com.xml:1.28 phpdoc/en/functions/com.xml:1.29
--- phpdoc/en/functions/com.xml:1.28    Wed Jan  9 19:17:41 2002
+++ phpdoc/en/functions/com.xml Wed Jan  9 19:26:29 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.28 $ -->
+<!-- $Revision: 1.29 $ -->
 <reference id="ref.com"> 
   <title>COM support functions for Windows</title> 
   <titleabbrev>COM</titleabbrev> 
@@ -23,7 +23,7 @@
    <simpara>
     For further information on COM read the <ulink url="&url.comspecs;">COM
     specification</ulink> or perhaps take a look at Don Box's 
-    <ulink url="&url.yacl;"> Yet Another COM Libracy (YACL)</ulink> 
+    <ulink url="&url.yacl;"> Yet Another COM Library (YACL)</ulink> 
    </simpara> 
   </partintro> 
  
@@ -205,7 +205,7 @@
       <constant>VT_BOOL</constant>, <constant>VT_ERROR</constant>, 
<constant>VT_CY</constant>, 
       <constant>VT_DATE</constant>, <constant>VT_BSTR</constant>, 
<constant>VT_DECIMAL</constant>, 
       <constant>VT_UNKNOWN</constant>, <constant>VT_DISPATCH</constant> and 
<constant>VT_VARIANT</constant>. These values are
-      mutual exclusive, but they can be combined with <constant>VT_BYREF</constant> 
to specify beeing a value. If omitted,
+      mutual exclusive, but they can be combined with <constant>VT_BYREF</constant> 
+to specify being a value. If omitted,
       the type of <parameter>value</parameter> is used. Consult the msdn library for 
additional information.
      </simpara>
     </listitem>
@@ -255,7 +255,7 @@
    <para>
     <function>com_load</function> creates a new COM component and
     returns a reference to it. Returns &false; on
-    failiure.Possible values for <parameter>codepage</parameter> are
+    failure.Possible values for <parameter>codepage</parameter> are
     <constant>CP_ACP</constant>, <constant>CP_MACCP</constant>,
     <constant>CP_OEMCP</constant>, <constant>CP_SYMBOL</constant>,
     <constant>CP_THREAD_ACP</constant>, <constant>CP_UTF7</constant>
Index: phpdoc/en/functions/cpdf.xml
diff -u phpdoc/en/functions/cpdf.xml:1.35 phpdoc/en/functions/cpdf.xml:1.36
--- phpdoc/en/functions/cpdf.xml:1.35   Sat Dec 15 09:33:08 2001
+++ phpdoc/en/functions/cpdf.xml        Wed Jan  9 19:26:29 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.35 $ -->
+<!-- $Revision: 1.36 $ -->
  <reference id="ref.cpdf">
   <title>ClibPDF functions</title>
   <titleabbrev>ClibPDF</titleabbrev>
@@ -767,7 +767,7 @@
      name</parameter>.  The format of the image has to be jpeg. The
      image is placed on the current page at position
      (<parameter>x-coor</parameter>, <parameter>y-coor</parameter>).
-     The image is rotated by <parameter>angle</parameter> degres.
+     The image is rotated by <parameter>angle</parameter> degrees.
     </para>
     <para>
      The optional parameter <parameter>mode</parameter> determines the
@@ -1008,7 +1008,7 @@
     <para>
      The <function>cpdf_place_inline_image</function> function places
      an image created with the php image functions on the page at
-     postion (<parameter>x-coor</parameter>,
+     position (<parameter>x-coor</parameter>,
      <parameter>y-coor</parameter>). The image can be scaled at the
      same time.
     </para>
@@ -1046,7 +1046,7 @@
      The <function>cpdf_rect</function> function draws a rectangle with
      its lower left corner at point 
      (<parameter>x-coor</parameter>, <parameter>y-coor</parameter>).
-     This width is set to <parameter>widgth</parameter>.
+     This width is set to <parameter>width</parameter>.
      This height is set to <parameter>height</parameter>.
     </para>
     <para>
@@ -1061,7 +1061,7 @@
   <refentry id="function.cpdf-restore">
    <refnamediv>
     <refname>cpdf_restore</refname>
-    <refpurpose>Restores formerly saved enviroment</refpurpose>
+    <refpurpose>Restores formerly saved environment</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -1073,7 +1073,7 @@
     </funcsynopsis>
     <para>
      The <function>cpdf_restore</function> function restores the
-     enviroment saved with <function>cpdf_save</function>. It works
+     environment saved with <function>cpdf_save</function>. It works
      like the postscript command grestore. Very useful if you want
      to translate or rotate an object without effecting other objects.
      <example>
@@ -1179,7 +1179,7 @@
     </funcsynopsis>
     <para>
      The <function>cpdf_rotate</function> function set the rotation in
-     degress to <parameter>angle</parameter>.
+     degrees to <parameter>angle</parameter>.
     </para>
    </refsect1>
   </refentry>
@@ -1209,7 +1209,7 @@
   <refentry id="function.cpdf-save">
    <refnamediv>
     <refname>cpdf_save</refname>
-    <refpurpose>Saves current enviroment</refpurpose>
+    <refpurpose>Saves current environment</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
@@ -1221,7 +1221,7 @@
     </funcsynopsis>
     <para>
      The <function>cpdf_save</function> function saves the current
-     enviroment. It works like the postscript command gsave. Very
+     environment. It works like the postscript command gsave. Very
      useful if you want to translate or rotate an object without effecting
      other objects.
     </para>


Reply via email to