summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadu Brănișcan <radu.braniscan@gmail.com>2015-05-20 03:08:50 +0300
committerNikita Popov <nikic@php.net>2015-05-23 11:11:58 +0200
commit0c7634fcc7a801294cea81fa5202d59e48d34105 (patch)
tree097ffbd3b31484a2a29d07348122c81c82ce0efc
parent8542befa7b4338a26464acf4e1d224bd71b9d5e6 (diff)
downloadphp-git-0c7634fcc7a801294cea81fa5202d59e48d34105.tar.gz
Corrected line comment 5256
From the text "dectupt" to "decrypt"
-rw-r--r--ext/openssl/openssl.c2
1 files changed, 1 insertions, 1 deletions
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;