From 3068d4ace1eba26f6120c0bc92e24b9ade5c27a5 Mon Sep 17 00:00:00 2001 From: Martin Samesch Date: Mon, 19 Feb 2001 12:30:05 +0000 Subject: [PATCH] Fixed some typos. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@41497 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/cpdf.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/cpdf.xml b/functions/cpdf.xml index 95f578441e..76e2d5cffe 100644 --- a/functions/cpdf.xml +++ b/functions/cpdf.xml @@ -1302,13 +1302,13 @@ cpdf_restore($pdf) cpdf_newpath int - pdf_document + pdf document The cpdf_newpath starts a new path on the - document given by the pdf_document + document given by the pdf document parameter. @@ -1660,7 +1660,7 @@ cpdf_restore($pdf) The cpdf_closepath_stroke function is a combination of cpdf_closepath and - cpdf_stroke. Than clears the path. + cpdf_stroke. Then clears the path. See also cpdf_closepath,