summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Stoeckmann <tobias@cvs.openbsd.org>2009-11-22 16:03:45 +0000
committerTobias Stoeckmann <tobias@cvs.openbsd.org>2009-11-22 16:03:45 +0000
commitace7113432def3c0a21491f9d8b6c3b3aa03c972 (patch)
tree83dfebc362ddf61390c7866930fbaf607ca27d7b
parentc4be8df587388f4f76c49caf3a3b0e01014ea208 (diff)
Fixed typo in function name.
ok jmc
-rw-r--r--lib/libdes/des_crypt.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdes/des_crypt.3 b/lib/libdes/des_crypt.3
index 08259805906..5805c4cd519 100644
--- a/lib/libdes/des_crypt.3
+++ b/lib/libdes/des_crypt.3
@@ -495,7 +495,7 @@ data is encrypted.
is used to specify the encryption mode to use with
.I des_enc_read
and
-.I des_end_write.
+.I des_enc_write.
If set to
.I DES_PCBC_MODE
(the default), des_pcbc_encrypt is used.