From 3d7600d9d4540d0423f9833f10c64fcc1d0edc1d Mon Sep 17 00:00:00 2001 From: Cassandra Burnias Date: Wed, 8 Jun 2016 15:10:45 -0500 Subject: [PATCH] Fixed typo in crypto plugin docs This fixes a simple typo in the docs for the crypto plugin. Change-Id: Ie50fe23fea189ac782602c8cb46ab72569e2a9ad --- doc/source/plugin/crypto.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/plugin/crypto.rst b/doc/source/plugin/crypto.rst index e79f785a6..64b624add 100644 --- a/doc/source/plugin/crypto.rst +++ b/doc/source/plugin/crypto.rst @@ -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 `. 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.