summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgon Schmid <eschmid@php.net>2000-07-08 22:55:40 +0000
committerEgon Schmid <eschmid@php.net>2000-07-08 22:55:40 +0000
commitee513d6ed5fb11817778223f191f00819fd24d9a (patch)
tree6abf9b786e78bc92c8b4d05918e6ee7c15a67bfc
parent885e40db053b968ea448844a66839c9cfceb8240 (diff)
downloadphp-git-ee513d6ed5fb11817778223f191f00819fd24d9a.tar.gz
Eliminated a typo.
-rw-r--r--ext/standard/string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/string.c b/ext/standard/string.c
index 44cdc4dd4e..f651c868bd 100644
--- a/ext/standard/string.c
+++ b/ext/standard/string.c
@@ -2582,7 +2582,7 @@ PHP_FUNCTION(substr_count)
/* }}} */
-/* {{{ proto string str_pad(string input, int pad_length [, string pad_string [, int pad_type ]])
+/* {{{ proto string str_pad(string input, int pad_length [, string pad_string [, int pad_type]])
Returns input string padded on the left or right to specified length with pad_string */
PHP_FUNCTION(str_pad)
{