aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2001-08-23 17:41:20 +0000
committerLutz Jänicke <jaenicke@openssl.org>2001-08-23 17:41:20 +0000
commitbfd7bb3eb61d3a6381c3d84715347830cb4c676b (patch)
tree8ed965d67fca9e73a61306b77e56daa46516dcdd /doc
parent11c8f0b79d91bf7faba0a688ad3a76b01f157888 (diff)
downloadopenssl-bfd7bb3eb61d3a6381c3d84715347830cb4c676b.tar.gz
Typo.
Diffstat (limited to 'doc')
-rw-r--r--doc/ssl/SSL_alert_type_string.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ssl/SSL_alert_type_string.pod b/doc/ssl/SSL_alert_type_string.pod
index 1d8e524f1b..4b552399f3 100644
--- a/doc/ssl/SSL_alert_type_string.pod
+++ b/doc/ssl/SSL_alert_type_string.pod
@@ -16,16 +16,16 @@ SSL_alert_type_string, SSL_alert_type_string_long, SSL_alert_desc_string, SSL_al
=head1 DESCRIPTION
-SSL_alert_type_string() returns the a one letter string indicating the
+SSL_alert_type_string() returns a one letter string indicating the
type of the alert specified by B<value>.
SSL_alert_type_string_long() returns a string indicating the type of the alert
specified by B<value>.
-SSL_alert_desc_string() returns the a two letter string as a short form
+SSL_alert_desc_string() returns a two letter string as a short form
describing the reason of the alert specified by B<value>.
-SSL_alert_desc_string_long() returns the a string describing the reason
+SSL_alert_desc_string_long() returns a string describing the reason
of the alert specified by B<value>.
=head1 NOTES