You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2022/05/08 12:59:38 UTC

svn commit: r1900693 - /httpd/httpd/trunk/modules/ssl/ssl_private.h

Author: jailletc36
Date: Sun May  8 12:59:38 2022
New Revision: 1900693

URL: http://svn.apache.org/viewvc?rev=1900693&view=rev
Log:
Fix a typo

[skip ci]

Modified:
    httpd/httpd/trunk/modules/ssl/ssl_private.h

Modified: httpd/httpd/trunk/modules/ssl/ssl_private.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/ssl_private.h?rev=1900693&r1=1900692&r2=1900693&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/ssl/ssl_private.h (original)
+++ httpd/httpd/trunk/modules/ssl/ssl_private.h Sun May  8 12:59:38 2022
@@ -1172,7 +1172,7 @@ int ssl_is_challenge(conn_rec *c, const
                      X509 **pcert, EVP_PKEY **pkey,
                     const char **pcert_file, const char **pkey_file);
 
-/* Set the renegotation state for connection. */
+/* Set the renegotiation state for connection. */
 void modssl_set_reneg_state(SSLConnRec *sslconn, modssl_reneg_state state);
 
 #endif /* SSL_PRIVATE_H */