summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsobrado <sobrado@openbsd.org>2015-09-30 14:48:59 +0000
committersobrado <sobrado@openbsd.org>2015-09-30 14:48:59 +0000
commit805f5307963e25981ea57f91ed9d635a57f34741 (patch)
treee2b4ba61b9e26d5f350ec04008387c77ba0cfd5a
parentfix typo; cross-reference smtpd(8). (diff)
downloadwireguard-openbsd-805f5307963e25981ea57f91ed9d635a57f34741.tar.xz
wireguard-openbsd-805f5307963e25981ea57f91ed9d635a57f34741.zip
fix two typos.
-rw-r--r--lib/libssl/src/doc/crypto/ui_compat.pod4
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