summaryrefslogtreecommitdiff
path: root/ext/openssl/tests/openssl_encrypt_error.phpt
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2018-02-04 22:16:50 -0200
committerChristoph M. Becker <cmbecker69@gmx.de>2018-02-06 16:59:00 +0100
commit2d48d734a20192a10792669baaa88dbe86f2b3a6 (patch)
tree7fc432c83d72e936dfa645611049d9d95a77d47f /ext/openssl/tests/openssl_encrypt_error.phpt
parent91b09c7aa6b88b276a02ee0f00277917efc54570 (diff)
downloadphp-git-2d48d734a20192a10792669baaa88dbe86f2b3a6.tar.gz
Fix some misspellings
Diffstat (limited to 'ext/openssl/tests/openssl_encrypt_error.phpt')
-rw-r--r--ext/openssl/tests/openssl_encrypt_error.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/tests/openssl_encrypt_error.phpt b/ext/openssl/tests/openssl_encrypt_error.phpt
index ea69ad9ee2..ea39bff604 100644
--- a/ext/openssl/tests/openssl_encrypt_error.phpt
+++ b/ext/openssl/tests/openssl_encrypt_error.phpt
@@ -12,7 +12,7 @@ $wrong = "wrong";
$object = new stdclass;
$arr = array(1);
-// wrong paramters tests
+// wrong parameters tests
var_dump(openssl_encrypt($data, $wrong, $password));
var_dump(openssl_encrypt($object, $method, $password));
var_dump(openssl_encrypt($data, $object, $password));