diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-15 15:09:30 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-15 15:09:30 -0400 |
commit | f7018e47e48cc61ef6e84adcff89f892cee2c8db (patch) | |
tree | d3aebde0ddc926c3e8f21eb0ac3079dcad5f6b24 /doc/design/encryption.mdwn | |
parent | 7b9f799a77f82d076f4e7a2b8c35467e914b9726 (diff) |
typo
Diffstat (limited to 'doc/design/encryption.mdwn')
-rw-r--r-- | doc/design/encryption.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/encryption.mdwn b/doc/design/encryption.mdwn index 90b722b9b..915eee1a1 100644 --- a/doc/design/encryption.mdwn +++ b/doc/design/encryption.mdwn @@ -39,7 +39,7 @@ At a high level, an encryption backend needs to support these operations: a stream to an action that consumes the encrypted content. * Given a streaming source of encrypted content, decrypt it, and send - it in a stream to an anction that consumes the decrypted content. + it in a stream to an action that consumes the decrypted content. * Clean up. |