summaryrefslogtreecommitdiffstats
path: root/doc/ssl/SSL_free.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ssl/SSL_free.pod')
-rw-r--r--doc/ssl/SSL_free.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssl/SSL_free.pod b/doc/ssl/SSL_free.pod
index 2d4f8b6168..13c1abd9ec 100644
--- a/doc/ssl/SSL_free.pod
+++ b/doc/ssl/SSL_free.pod
@@ -14,7 +14,7 @@ SSL_free - free an allocated SSL structure
SSL_free() decrements the reference count of B<ssl>, and removes the SSL
structure pointed to by B<ssl> and frees up the allocated memory if the
-the reference count has reached 0.
+reference count has reached 0.
=head1 NOTES