From 76d08990c397d05cb7a38845c0302126b5d2a68d Mon Sep 17 00:00:00 2001 From: forevermatt <forevermatt@users.noreply.github.com> Date: Wed, 28 Jul 2021 13:00:36 -0400 Subject: [PATCH] Fix minor typo in DocBlock for `loadPrivateKey()` --- lib/SimpleSAML/Utils/Crypto.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SimpleSAML/Utils/Crypto.php b/lib/SimpleSAML/Utils/Crypto.php index d7c9bfbae..10f6dc97f 100644 --- a/lib/SimpleSAML/Utils/Crypto.php +++ b/lib/SimpleSAML/Utils/Crypto.php @@ -180,7 +180,7 @@ class Crypto * - 'privatekey': Name of a private key file in the cert-directory. * - 'privatekey_pass': Password for the private key. * - * It returns and array with the following elements: + * It returns an array with the following elements: * - 'PEM': Data for the private key, in PEM-format. * - 'password': Password for the private key. * -- GitLab