diff --git a/certbot/certbot/_internal/plugins/webroot.py b/certbot/certbot/_internal/plugins/webroot.py index 7315ee427..d7ae89d00 100644 --- a/certbot/certbot/_internal/plugins/webroot.py +++ b/certbot/certbot/_internal/plugins/webroot.py @@ -58,7 +58,7 @@ class Authenticator(common.Plugin, interfaces.Authenticator): description = """\ Saves the necessary validation files to a .well-known/acme-challenge/ directory within the \ -nominated webroot path. A seperate HTTP server must be running and serving files from the \ +nominated webroot path. A separate HTTP server must be running and serving files from the \ webroot path. HTTP challenge only (wildcards not supported).""" MORE_INFO = """\ diff --git a/certbot/docs/cli-help.txt b/certbot/docs/cli-help.txt index 112f4a97e..f689cc688 100644 --- a/certbot/docs/cli-help.txt +++ b/certbot/docs/cli-help.txt @@ -734,7 +734,7 @@ standalone: webroot: Saves the necessary validation files to a .well-known/acme-challenge/ - directory within the nominated webroot path. A seperate HTTP server must + directory within the nominated webroot path. A separate HTTP server must be running and serving files from the webroot path. HTTP challenge only (wildcards not supported).