From: Radu Brănișcan Date: Wed, 20 May 2015 00:08:50 +0000 (+0300) Subject: Corrected line comment 5256 X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~36^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c7634fcc7a801294cea81fa5202d59e48d34105;p=php Corrected line comment 5256 From the text "dectupt" to "decrypt" --- diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c index 1ae741136d..d6094e7f11 100644 --- a/ext/openssl/openssl.c +++ b/ext/openssl/openssl.c @@ -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;