Corrected line comment 5256

From the text "dectupt" to "decrypt"
This commit is contained in:
Radu Brănișcan 2015-05-20 03:08:50 +03:00 committed by Nikita Popov
parent 8542befa7b
commit 0c7634fcc7

View File

@ -5253,7 +5253,7 @@ PHP_FUNCTION(openssl_encrypt)
/* }}} */
/* {{{ proto string openssl_decrypt(string data, string method, string password [, long options=0 [, string $iv = '']])
Takes raw or base64 encoded string and dectupt it using given method and key */
Takes raw or base64 encoded string and decrypts it using given method and key */
PHP_FUNCTION(openssl_decrypt)
{
zend_long options = 0;