From 24627f91d4485d77d06e87b7167b7bea9a6b84fe Mon Sep 17 00:00:00 2001 From: sobrado <> Date: Wed, 30 Sep 2015 14:48:59 +0000 Subject: fix two typos. --- src/lib/libssl/src/doc/crypto/ui_compat.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libssl/src/doc/crypto/ui_compat.pod b/src/lib/libssl/src/doc/crypto/ui_compat.pod index adf2ae5e53..4ef5465539 100644 --- a/src/lib/libssl/src/doc/crypto/ui_compat.pod +++ b/src/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 to standard output turns echo off and reads an input string from the terminal. The string is -returned in I, which must have spac for at least I bytes. +returned in I, which must have space for at least I bytes. If I 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, which must therefore also be at least I bytes. A return -- cgit v1.2.3-55-g6feb