diff options
-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 |