From 522b761cc5ab21b9df7f9ac22e321d1d8dc968c1 Mon Sep 17 00:00:00 2001 From: irc-html Date: Thu, 10 Jan 2002 00:26:29 +0000 Subject: [PATCH] corrected spelling errors git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67458 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/bc.xml | 6 +++--- functions/classobj.xml | 4 ++-- functions/com.xml | 8 ++++---- functions/cpdf.xml | 18 +++++++++--------- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/functions/bc.xml b/functions/bc.xml index 6732b78f73..3560003979 100644 --- a/functions/bc.xml +++ b/functions/bc.xml @@ -1,5 +1,5 @@ - + BCMath Arbitrary Precision Mathematics Functions BC math @@ -75,7 +75,7 @@ right operand and returns the result as an integer. The optional scale 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 left operand is larger than the right operand the return value is +1 and if the left operand @@ -227,7 +227,7 @@ bcsqrt - Get the square root of an arbitray precision number + Get the square root of an arbitrary precision number diff --git a/functions/classobj.xml b/functions/classobj.xml index bd4a6c7ce7..e9c4eea7a2 100644 --- a/functions/classobj.xml +++ b/functions/classobj.xml @@ -1,5 +1,5 @@ - + Class/Object Functions Classes/Objects @@ -197,7 +197,7 @@ Object leafy belongs to class spinach a subclass of Vegetable Calls a the method referred by method_name from - the user defined obj object, using the paramaters + the user defined obj object, using the parameters in paramarr. diff --git a/functions/com.xml b/functions/com.xml index 220d2b29ab..c47bcb5b17 100644 --- a/functions/com.xml +++ b/functions/com.xml @@ -1,5 +1,5 @@ - + COM support functions for Windows COM @@ -23,7 +23,7 @@ For further information on COM read the COM specification or perhaps take a look at Don Box's - Yet Another COM Libracy (YACL) + Yet Another COM Library (YACL) @@ -205,7 +205,7 @@ $conn = null; VT_BOOL, VT_ERROR, VT_CY, VT_DATE, VT_BSTR, VT_DECIMAL, VT_UNKNOWN, VT_DISPATCH and VT_VARIANT. These values are - mutual exclusive, but they can be combined with VT_BYREF to specify beeing a value. If omitted, + mutual exclusive, but they can be combined with VT_BYREF to specify being a value. If omitted, the type of value is used. Consult the msdn library for additional information. @@ -255,7 +255,7 @@ $conn = null; com_load creates a new COM component and returns a reference to it. Returns &false; on - failiure.Possible values for codepage are + failure.Possible values for codepage are CP_ACP, CP_MACCP, CP_OEMCP, CP_SYMBOL, CP_THREAD_ACP, CP_UTF7 diff --git a/functions/cpdf.xml b/functions/cpdf.xml index f1811761fd..85c2f41919 100644 --- a/functions/cpdf.xml +++ b/functions/cpdf.xml @@ -1,5 +1,5 @@ - + ClibPDF functions ClibPDF @@ -767,7 +767,7 @@ cpdf_end_text($pdf) name. The format of the image has to be jpeg. The image is placed on the current page at position (x-coor, y-coor). - The image is rotated by angle degres. + The image is rotated by angle degrees. The optional parameter mode determines the @@ -1008,7 +1008,7 @@ cpdf_end_text($pdf) The cpdf_place_inline_image function places an image created with the php image functions on the page at - postion (x-coor, + position (x-coor, y-coor). The image can be scaled at the same time. @@ -1046,7 +1046,7 @@ cpdf_end_text($pdf) The cpdf_rect function draws a rectangle with its lower left corner at point (x-coor, y-coor). - This width is set to widgth. + This width is set to width. This height is set to height. @@ -1061,7 +1061,7 @@ cpdf_end_text($pdf) cpdf_restore - Restores formerly saved enviroment + Restores formerly saved environment Description @@ -1073,7 +1073,7 @@ cpdf_end_text($pdf) The cpdf_restore function restores the - enviroment saved with cpdf_save. It works + environment saved with cpdf_save. It works like the postscript command grestore. Very useful if you want to translate or rotate an object without effecting other objects. @@ -1179,7 +1179,7 @@ cpdf_restore($pdf) The cpdf_rotate function set the rotation in - degress to angle. + degrees to angle. @@ -1209,7 +1209,7 @@ cpdf_restore($pdf) cpdf_save - Saves current enviroment + Saves current environment Description @@ -1221,7 +1221,7 @@ cpdf_restore($pdf) The cpdf_save 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.