diff options
Diffstat (limited to 'ext/hash/hash.c')
-rw-r--r-- | ext/hash/hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/hash/hash.c b/ext/hash/hash.c index 34dccfb32a..614d53666b 100644 --- a/ext/hash/hash.c +++ b/ext/hash/hash.c @@ -1065,7 +1065,7 @@ PHP_FUNCTION(mhash_keygen_s2k) bytes = (int)l_bytes; if (bytes <= 0){ - php_error_docref(NULL, E_WARNING, "the byte parameter must be greater than 0"); + php_error_docref(NULL, E_WARNING, "The byte parameter must be greater than 0"); RETURN_FALSE; } |