summaryrefslogtreecommitdiff
path: root/ext/cpdf
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2001-12-15 14:12:33 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2001-12-15 14:12:33 +0000
commit72c7872e7f2f1be01c774c39a306ea05cc46d096 (patch)
tree1902546a544fdb183815d6ca09f7773b1968dd11 /ext/cpdf
parent9f6ff716c1646c9477d682ebb37906b500af5c4e (diff)
downloadphp-git-72c7872e7f2f1be01c774c39a306ea05cc46d096.tar.gz
proto fix
Diffstat (limited to 'ext/cpdf')
-rw-r--r--ext/cpdf/cpdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/cpdf/cpdf.c b/ext/cpdf/cpdf.c
index d743b6a835..66046dcae6 100644
--- a/ext/cpdf/cpdf.c
+++ b/ext/cpdf/cpdf.c
@@ -1131,7 +1131,7 @@ PHP_FUNCTION(cpdf_set_text_pos)
/* }}} */
/* {{{ proto void cpdf_rotate_text(int pdfdoc, float angle)
- Sets character spacing */
+ Sets text rotation angle */
PHP_FUNCTION(cpdf_rotate_text)
{
pval *arg1, *arg2;