From 3888ed44fa2ca4df364f4d0859a64c15b21ba320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-S=C3=A9bastien=20Goupil?= Date: Wed, 8 Mar 2006 03:28:42 +0000 Subject: [PATCH] typos git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208910 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ps/functions/ps-shading-pattern.xml | 4 ++-- reference/ps/functions/ps-shfill.xml | 4 ++-- reference/ps/functions/ps-symbol-width.xml | 6 +++--- reference/ps/functions/ps-translate.xml | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/reference/ps/functions/ps-shading-pattern.xml b/reference/ps/functions/ps-shading-pattern.xml index 75d1865d3d..f5055fb12f 100644 --- a/reference/ps/functions/ps-shading-pattern.xml +++ b/reference/ps/functions/ps-shading-pattern.xml @@ -1,5 +1,5 @@ - + @@ -39,7 +39,7 @@ shadingid - The identifier of a shading previously createed with + The identifier of a shading previously created with ps_shading. diff --git a/reference/ps/functions/ps-shfill.xml b/reference/ps/functions/ps-shfill.xml index 65e377fc25..e55c87c12e 100644 --- a/reference/ps/functions/ps-shfill.xml +++ b/reference/ps/functions/ps-shfill.xml @@ -1,5 +1,5 @@ - + @@ -39,7 +39,7 @@ shadingid - The identifier of a shading previously createed with + The identifier of a shading previously created with ps_shading. diff --git a/reference/ps/functions/ps-symbol-width.xml b/reference/ps/functions/ps-symbol-width.xml index 6ab2677a88..776baf94be 100644 --- a/reference/ps/functions/ps-symbol-width.xml +++ b/reference/ps/functions/ps-symbol-width.xml @@ -1,5 +1,5 @@ - + @@ -57,8 +57,8 @@ size - The size of the font to be used. If not size is specified - the current font size will be used. + The size of the font. If no size is specified the current size + is used. diff --git a/reference/ps/functions/ps-translate.xml b/reference/ps/functions/ps-translate.xml index 2a67c02aa1..9501727f62 100644 --- a/reference/ps/functions/ps-translate.xml +++ b/reference/ps/functions/ps-translate.xml @@ -1,5 +1,5 @@ - + @@ -122,7 +122,7 @@ ps_delete($ps); been drawn. - On the second page a slighty different and more elegant approach is + On the second page a slightly different and more elegant approach is applied. Instead of undoing the translation with a second call of ps_translate the graphics context is saved before modifying the coordinate system and restored after drawing the rectangle.