[PHP-DEV] Bug #10722: Incorrect spelling for PDF_setcolor From: leea <email protected>
Date: 05/07/01

From: leea <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: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>