summaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_SESSION_free.pod
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-02-14 21:49:38 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-02-14 21:49:38 +0000
commit477fd4596feb89fe943130c8b1a4e37a0d3764bb (patch)
tree06e988b58c9127180ea9ce61841064bcfa736f9f /doc/ssl/SSL_SESSION_free.pod
parent30b1b28aff8911c6a39890e78f8358079a415353 (diff)
PR: 1835
Submitted by: Damien Miller <djm@mindrot.org> Approved by: steve@openssl.org Fix various typos.
Diffstat (limited to 'doc/ssl/SSL_SESSION_free.pod')
-rw-r--r--doc/ssl/SSL_SESSION_free.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssl/SSL_SESSION_free.pod b/doc/ssl/SSL_SESSION_free.pod
index 558de01df9..110ec73ab6 100644
--- a/doc/ssl/SSL_SESSION_free.pod
+++ b/doc/ssl/SSL_SESSION_free.pod
@@ -14,7 +14,7 @@ SSL_SESSION_free - free an allocated SSL_SESSION structure
SSL_SESSION_free() decrements the reference count of B<session> and removes
the B<SSL_SESSION> structure pointed to by B<session> and frees up the allocated
-memory, if the the reference count has reached 0.
+memory, if the reference count has reached 0.
=head1 NOTES