1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

fix comment typo

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@907880 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William A. Rowe Jr
2010-02-09 01:59:59 +00:00
parent 379528fdd6
commit 1d17660c10

View File

@@ -153,7 +153,7 @@ int ssl_init_Module(apr_pool_t *p, apr_pool_t *plog,
mc->pid = getpid();
/*
* Let us cleanup on restarts and exists
* Let us cleanup on restarts and exits
*/
apr_pool_cleanup_register(p, base_server,
ssl_init_ModuleKill,