From: Michael Meyer Date: Thu, 13 Mar 2014 10:37:25 +0000 (+0200) Subject: Typo fix: sicret -> secret X-Git-Tag: php-5.4.27RC1~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=737c187013624122584ed6d18a39a34599717458;p=php Typo fix: sicret -> secret --- diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c index d20ca83e85..b2ac712bcc 100755 --- a/ext/openssl/openssl.c +++ b/ext/openssl/openssl.c @@ -5014,7 +5014,7 @@ PHP_FUNCTION(openssl_cipher_iv_length) /* {{{ proto string openssl_dh_compute_key(string pub_key, resource dh_key) - Computes shared sicret for public value of remote DH key and local DH key */ + Computes shared secret for public value of remote DH key and local DH key */ PHP_FUNCTION(openssl_dh_compute_key) { zval *key;