]> granicus.if.org Git - php/commitdiff
Corrected line comment 5256
authorRadu Brănișcan <radu.braniscan@gmail.com>
Wed, 20 May 2015 00:08:50 +0000 (03:08 +0300)
committerNikita Popov <nikic@php.net>
Sat, 23 May 2015 09:11:58 +0000 (11:11 +0200)
From the text "dectupt" to "decrypt"

ext/openssl/openssl.c

index 1ae741136d2fcbcaf6daa54f302141dcce5ed173..d6094e7f1113b19bdc35b15620e54ed344b27755 100644 (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;