From 73e7c687de9c64a3a5fe1086ee7a70fc25b2b5fc Mon Sep 17 00:00:00 2001 From: Nuno Lopes Date: Mon, 6 Mar 2006 22:48:02 +0000 Subject: [PATCH] fix typos, by takagi git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@208810 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ps/functions/ps-rotate.xml | 14 +++++++------- reference/ps/functions/ps-set-info.xml | 6 +++--- reference/ps/functions/ps-setmiterlimit.xml | 4 ++-- reference/ps/functions/ps-setpolydash.xml | 4 ++-- reference/ps/functions/ps-stringwidth.xml | 4 ++-- reference/ps/functions/ps-translate.xml | 14 +++++++------- 6 files changed, 23 insertions(+), 23 deletions(-) diff --git a/reference/ps/functions/ps-rotate.xml b/reference/ps/functions/ps-rotate.xml index 02bb4be7fd..8339216ae5 100644 --- a/reference/ps/functions/ps-rotate.xml +++ b/reference/ps/functions/ps-rotate.xml @@ -1,5 +1,5 @@ - + @@ -60,12 +60,12 @@ - + @@ -29,7 +29,7 @@ This function will have no effect anymore when the header of the postscript - file has been already written. I must be called before the first page + file has been already written. It must be called before the first page or the first call of ps_findfont. @@ -74,7 +74,7 @@ - Upt to version 0.2.6 of pslib, the BoundingBox and Orientation + Up to version 0.2.6 of pslib, the BoundingBox and Orientation will be overwritten by ps_begin_page, unless ps_findfont has been called before. diff --git a/reference/ps/functions/ps-setmiterlimit.xml b/reference/ps/functions/ps-setmiterlimit.xml index 77caec9766..bd6b92862e 100644 --- a/reference/ps/functions/ps-setmiterlimit.xml +++ b/reference/ps/functions/ps-setmiterlimit.xml @@ -1,5 +1,5 @@ - + @@ -40,7 +40,7 @@ The maximum ratio between the miter length and the line width. Larger - values (> 10) wil result in very long spikes when two lines meet + values (> 10) will result in very long spikes when two lines meet in a small angle. Keep the default unless you know what you are doing. diff --git a/reference/ps/functions/ps-setpolydash.xml b/reference/ps/functions/ps-setpolydash.xml index 2ce7d89441..9c25c38c37 100644 --- a/reference/ps/functions/ps-setpolydash.xml +++ b/reference/ps/functions/ps-setpolydash.xml @@ -1,5 +1,5 @@ - + @@ -84,7 +84,7 @@ ps_delete($ps); ]]> - This examples draws a line with a 10 and 1 points long line, and + This example draws a line with a 10 and 2 points long line, and gaps of 5 points inbetween. diff --git a/reference/ps/functions/ps-stringwidth.xml b/reference/ps/functions/ps-stringwidth.xml index 7f032cee99..5f4a5f4254 100644 --- a/reference/ps/functions/ps-stringwidth.xml +++ b/reference/ps/functions/ps-stringwidth.xml @@ -1,5 +1,5 @@ - + @@ -42,7 +42,7 @@ text - The text for which the geometry is to be calculated. + The text for which the witdh is to be calculated. diff --git a/reference/ps/functions/ps-translate.xml b/reference/ps/functions/ps-translate.xml index 60da73d38d..2a67c02aa1 100644 --- a/reference/ps/functions/ps-translate.xml +++ b/reference/ps/functions/ps-translate.xml @@ -1,5 +1,5 @@ - + @@ -69,12 +69,12 @@