corrected spelling errors

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67458 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
irc-html 2002-01-10 00:26:29 +00:00
parent 141341ab15
commit 522b761cc5
4 changed files with 18 additions and 18 deletions

View file

@ -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>

View file

@ -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 @@ Object leafy belongs to class spinach a subclass of Vegetable
</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>

View file

@ -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 @@ $conn = null;
<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 @@ $conn = null;
<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>

View file

@ -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 @@ cpdf_end_text($pdf)
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 @@ cpdf_end_text($pdf)
<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 @@ cpdf_end_text($pdf)
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 @@ cpdf_end_text($pdf)
<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 @@ cpdf_end_text($pdf)
</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 @@ cpdf_restore($pdf)
</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 @@ cpdf_restore($pdf)
<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 @@ cpdf_restore($pdf)
</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>