PR: 1835
[openssl.git] / doc / ssl / SSL_SESSION_free.pod
index 558de01df91d1f8f677a2691dd1b638d20012c2d..110ec73ab622cc83d3dfec01462b100dd9d03b83 100644 (file)
@@ -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