summaryrefslogtreecommitdiff
path: root/ext/gd/gd.c
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2000-06-25 10:59:42 +0000
committerEgon Schmid <eschmid@php.net>2000-06-25 10:59:42 +0000
commitb0d0aff6a85890fde3937bacc782b100395e3d1d (patch)
tree556506496af61c8f36ed9490587299cd43487b4f /ext/gd/gd.c
parent5a241ca1afcf8bfc7f31b7a481e615c514505bc5 (diff)
downloadphp-git-b0d0aff6a85890fde3937bacc782b100395e3d1d.tar.gz
A droto is not a proto.
Diffstat (limited to 'ext/gd/gd.c')
-rw-r--r--ext/gd/gd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gd/gd.c b/ext/gd/gd.c
index 2b2b472366..bb633b6c06 100644
--- a/ext/gd/gd.c
+++ b/ext/gd/gd.c
@@ -516,7 +516,7 @@ PHP_FUNCTION(imagecreatefromxbm)
}
/* }}} */
-/* {{{ droto int imagecreatefromxpm(string filename)
+/* {{{ proto int imagecreatefromxpm(string filename)
Create a new image from XPM file or URL */
PHP_FUNCTION(imagecreatefromxpm)
{
@@ -1764,7 +1764,7 @@ PHP_FUNCTION(imagecopy)
/* }}} */
/* {{{ proto int imagecopymerge(int src_im, int dst_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h, int pct)
- Merge one part of an image with another*/
+ Merge one part of an image with another */
PHP_FUNCTION(imagecopymerge)
{
#if HAVE_LIBGD13