From 0c7634fcc7a801294cea81fa5202d59e48d34105 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Radu=20Br=C4=83ni=C8=99can?= Date: Wed, 20 May 2015 03:08:50 +0300 Subject: [PATCH] Corrected line comment 5256 From the text "dectupt" to "decrypt" --- ext/openssl/openssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.1