]> granicus.if.org Git - php/commitdiff
A droto is not a proto.
authorEgon Schmid <eschmid@php.net>
Sun, 25 Jun 2000 10:59:42 +0000 (10:59 +0000)
committerEgon Schmid <eschmid@php.net>
Sun, 25 Jun 2000 10:59:42 +0000 (10:59 +0000)
ext/gd/gd.c

index 2b2b472366788def6ce35a0be8d03f6a711e06c4..bb633b6c06e9773aaf2867513de6769d0c6180fb 100644 (file)
@@ -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