aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlloyd <[email protected]>2014-04-16 23:59:34 +0000
committerlloyd <[email protected]>2014-04-16 23:59:34 +0000
commitd56d0bb243bcb9af369a67dc2272a1d6c5ccd4b2 (patch)
tree0125acfa592942c4c1689303136a2015f0b8441a
parentc4d7caf1efb11e88ffe824760946b2e38f7d39db (diff)
Doc fix
-rw-r--r--doc/manual/filters.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/filters.rst b/doc/manual/filters.rst
index cb8f010b6..e8016eac7 100644
--- a/doc/manual/filters.rst
+++ b/doc/manual/filters.rst
@@ -209,7 +209,7 @@ a case where that is useful::
Pipe pipe(new Base64_Decoder,
get_cipher("AES-128", key, iv, DECRYPTION),
new Fork(
- 0, // this message gets ciphertext
+ 0, // this message gets plaintext
new MAC_Filter("HMAC(SHA-1)", mac_key)
)
);