diff --git a/lib/SimpleSAML/Utils/Crypto.php b/lib/SimpleSAML/Utils/Crypto.php
index d7c9bfbae2b35fab0d3b5ca1c729f5c7f9aebdba..10f6dc97ffb79dbc0ec141f1c453850421344a44 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.
      *