Fixed typo in crypto plugin docs

This fixes a simple typo in the docs for the crypto plugin.

Change-Id: Ie50fe23fea189ac782602c8cb46ab72569e2a9ad
This commit is contained in:
Cassandra Burnias 2016-06-08 15:10:45 -05:00
parent ea77fdca9b
commit 3d7600d9d4

View File

@ -9,7 +9,7 @@ Barbican.
Barbican supports two storage modes for secrets: a cryptographic mode (detailed
on this page), and a :doc:`secret store mode </plugin/secret_store>`. The
cryptograpic mode stores encrypted secrets in Barbican's data store, utilizing
cryptographic mode stores encrypted secrets in Barbican's data store, utilizing
a cryptographic process or appliance (such as a hardware security module (HSM))
to perform the encryption/decryption. Barbican includes a PKCS11-based
interface to SafeNet HSMs.