]> granicus.if.org Git - apache/commitdiff
fix comment typo
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 9 Feb 2010 01:59:59 +0000 (01:59 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 9 Feb 2010 01:59:59 +0000 (01:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@907880 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_init.c

index c8380128f9e39630544984691f0b527b4f4371ca..b73ef55df18765a176ca567de7d083a763635334 100644 (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,