diff options
-rw-r--r-- | ext/cpdf/cpdf.c | 2 |
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; |