summaryrefslogtreecommitdiff
path: root/ext/gd/gd.c
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2000-06-25 17:21:04 +0000
committerEgon Schmid <eschmid@php.net>2000-06-25 17:21:04 +0000
commit9f0eba9f1033a380227c47f181686ec45a68e766 (patch)
tree86687569ce495d3314c97bde2cf535e6ad43fe19 /ext/gd/gd.c
parentf311ab1608de36b64c828ec7fef07abf7cc60192 (diff)
downloadphp-git-9f0eba9f1033a380227c47f181686ec45a68e766.tar.gz
It was Jouni: Prevent Hartmut finding this until it is actually implemented...
Diffstat (limited to 'ext/gd/gd.c')
-rw-r--r--ext/gd/gd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/gd.c b/ext/gd/gd.c
index bb633b6c06..5d563ada7c 100644
--- a/ext/gd/gd.c
+++ b/ext/gd/gd.c
@@ -516,7 +516,7 @@ PHP_FUNCTION(imagecreatefromxbm)
}
/* }}} */
-/* {{{ proto int imagecreatefromxpm(string filename)
+/* {{{ droto int imagecreatefromxpm(string filename)
Create a new image from XPM file or URL */
PHP_FUNCTION(imagecreatefromxpm)
{