summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/gd/gd.c2
-rw-r--r--ext/standard/formatted_print.c4
2 files changed, 3 insertions, 3 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)
{
diff --git a/ext/standard/formatted_print.c b/ext/standard/formatted_print.c
index 3b38248889..df0b2e199b 100644
--- a/ext/standard/formatted_print.c
+++ b/ext/standard/formatted_print.c
@@ -553,7 +553,7 @@ php_formatted_print(int ht, int *len)
return result;
}
-/* {{{ proto string sprintf(string format [, mixed arg1 [, ...]])
+/* {{{ proto string sprintf(string format [, mixed arg1 [, mixed ...]])
Return a formatted string */
PHP_FUNCTION(user_sprintf)
{
@@ -568,7 +568,7 @@ PHP_FUNCTION(user_sprintf)
}
/* }}} */
-/* {{{ proto int printf(string format [, mixed arg1 [, ...]])
+/* {{{ proto int printf(string format [, mixed arg1 [, mixed ...]])
Output a formatted string */
PHP_FUNCTION(user_printf)
{