From:             [EMAIL PROTECTED]
Operating system: Linux
PHP version:      4.0.5
PHP Bug Type:     Documentation problem
Bug description:  Incorrect spelling for PDF_setcolor 

online documentation for PDF_setcolor has the following line

void PDF_secolor (int pdf object, string type, string colorspace, double c1, double 
c2, double c3, double c4)

Shouldn't it be 
void PDF_setcolor (int pdf object, string type, string colorspace, double c1, double 
c2, double c3, double c4)

(setcolor not secolor) 


-- 
Edit Bug report at: http://bugs.php.net/?id=10722&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to