From 8cee8a614bed33cbbe0e71ede6e47a03d95b29b8 Mon Sep 17 00:00:00 2001 From: ohemorange Date: Thu, 28 Mar 2019 09:10:20 +0100 Subject: [PATCH] Update certbot-ci/certbot_integration_tests/utils/misc.py Co-Authored-By: adferrand --- certbot-ci/certbot_integration_tests/utils/misc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-ci/certbot_integration_tests/utils/misc.py b/certbot-ci/certbot_integration_tests/utils/misc.py index ea5713e85..166aaa311 100644 --- a/certbot-ci/certbot_integration_tests/utils/misc.py +++ b/certbot-ci/certbot_integration_tests/utils/misc.py @@ -52,7 +52,7 @@ class GracefulTCPServer(socketserver.TCPServer): def create_http_server(port): """ Setup and start an HTTP server for the given TCP port. - This server stay active for the lifetime of the context, and is automatically + This server stays active for the lifetime of the context, and is automatically stopped with context exit, while its temporary webroot is deleted. :param int port: the TCP port to use :return str: the temporary webroot attached to this server