diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2015-09-30 14:49:00 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2015-09-30 14:49:00 +0000 |
commit | 5d73202a4c74eddd671ab127bcbcce27a1066423 (patch) | |
tree | c71ca9813e9c595f515f0e73ca1664fee6541d04 | |
parent | 932ef2b8756893aa43dcb280eecb7b6e5d825b9d (diff) |
fix two typos.
-rw-r--r-- | lib/libssl/src/doc/crypto/ui_compat.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/src/doc/crypto/ui_compat.pod b/lib/libssl/src/doc/crypto/ui_compat.pod index adf2ae5e53c..4ef5465539e 100644 --- a/lib/libssl/src/doc/crypto/ui_compat.pod +++ b/lib/libssl/src/doc/crypto/ui_compat.pod @@ -19,12 +19,12 @@ Compatibility user interface functions =head1 DESCRIPTION The DES library contained a few routines to prompt for passwords. These -aren't necessarely dependent on DES, and have therefore become part of the +aren't necessarily dependent on DES, and have therefore become part of the UI compatibility library. des_read_pw() writes the string specified by I<prompt> to standard output turns echo off and reads an input string from the terminal. The string is -returned in I<buf>, which must have spac for at least I<size> bytes. +returned in I<buf>, which must have space for at least I<size> bytes. If I<verify> is set, the user is asked for the password twice and unless the two copies match, an error is returned. The second password is stored in I<buff>, which must therefore also be at least I<size> bytes. A return |