Typo fix: sicret -> secret
authorMichael Meyer <m.meyer2k@gmail.com>
Thu, 13 Mar 2014 10:37:25 +0000 (12:37 +0200)
committerLior Kaplan <kaplanlior@gmail.com>
Thu, 13 Mar 2014 10:37:25 +0000 (12:37 +0200)
ext/openssl/openssl.c

index d20ca83e854ae1cfee3d4b4b9cbf6c54933a37cc..b2ac712bccb672e805f83d293750e7dd496d804f 100755 (executable)
@@ -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;