summaryrefslogtreecommitdiff
path: root/ext/openssl
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2014-03-13 12:40:14 +0200
committerLior Kaplan <kaplanlior@gmail.com>2014-03-13 12:40:14 +0200
commit356c442558661a2be00bfe7acd6a9abc4c7f97d0 (patch)
tree72e5ce05bffe8ba43a3435f5ef37e7629341f4a1 /ext/openssl
parentf7b9c12ed91461c18c6de6f5c75e998625f8de76 (diff)
parent737c187013624122584ed6d18a39a34599717458 (diff)
downloadphp-git-356c442558661a2be00bfe7acd6a9abc4c7f97d0.tar.gz
Merge branch 'PHP-5.4' into PHP-5.5
* PHP-5.4: Typo fix: sicret -> secret
Diffstat (limited to 'ext/openssl')
-rwxr-xr-xext/openssl/openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/openssl.c b/ext/openssl/openssl.c
index 9d8f66cf90..374f886e44 100755
--- a/ext/openssl/openssl.c
+++ b/ext/openssl/openssl.c
@@ -5077,7 +5077,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;