]> granicus.if.org Git - php/commitdiff
Eliminated a typo.
authorEgon Schmid <eschmid@php.net>
Sat, 8 Jul 2000 22:55:40 +0000 (22:55 +0000)
committerEgon Schmid <eschmid@php.net>
Sat, 8 Jul 2000 22:55:40 +0000 (22:55 +0000)
ext/standard/string.c

index 44cdc4dd4e21103ef25bb65d387a96ec52c1771c..f651c868bd56bdcab264fbc611be8ab9f347f6d8 100644 (file)
@@ -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)
 {