From c713e401bf890371a8ecaf8dd10f9513ccee8d3b Mon Sep 17 00:00:00 2001 From: "Brendan W. McAdams" Date: Wed, 13 Dec 2000 19:29:55 +0000 Subject: [PATCH] Typo on line 1589 - "width" was spelled "widgth" Corrected git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@37725 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/pdf.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/pdf.xml b/functions/pdf.xml index 50ef86ba02..eb5388abd8 100644 --- a/functions/pdf.xml +++ b/functions/pdf.xml @@ -1586,7 +1586,7 @@ pdf_stroke($pdf); The pdf_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.