From 35b177a1a08e31d5cce2d6939afa0128f77c7913 Mon Sep 17 00:00:00 2001 From: OmniTroid Date: Fri, 21 Jun 2024 15:35:42 +0200 Subject: [PATCH] seperate->separate (#9954) --- certbot/certbot/_internal/plugins/webroot.py | 2 +- certbot/docs/cli-help.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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).