From 2797a0377d0382b2c8aad0f611537c3f89f06c64 Mon Sep 17 00:00:00 2001 From: Juho Juopperi Date: Tue, 17 Jan 2017 23:43:43 +0200 Subject: [PATCH] Fix misspelling "recieved" (#4059) --- certbot-apache/certbot_apache/configurator.py | 2 +- certbot/error_handler.py | 4 ++-- certbot/errors.py | 2 +- docs/ciphers.rst | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/certbot-apache/certbot_apache/configurator.py b/certbot-apache/certbot_apache/configurator.py index 27e214362..523f690b4 100644 --- a/certbot-apache/certbot_apache/configurator.py +++ b/certbot-apache/certbot_apache/configurator.py @@ -1807,7 +1807,7 @@ def get_file_path(vhost_path): else: return None except AttributeError: - # If we recieved a None path + # If we received a None path return None last_good = "" diff --git a/certbot/error_handler.py b/certbot/error_handler.py index 819d32405..b188b276a 100644 --- a/certbot/error_handler.py +++ b/certbot/error_handler.py @@ -118,9 +118,9 @@ class ErrorHandler(object): self.prev_handlers.clear() def _signal_handler(self, signum, unused_frame): - """Replacement function for handling recieved signals. + """Replacement function for handling received signals. - Store the recieved signal. If we are executing the code block in + Store the received signal. If we are executing the code block in the body of the context manager, stop by raising signal exit. :param int signum: number of current signal diff --git a/certbot/errors.py b/certbot/errors.py index 738b7536b..6d191404c 100644 --- a/certbot/errors.py +++ b/certbot/errors.py @@ -30,7 +30,7 @@ class HookCommandNotFound(Error): class SignalExit(Error): - """A Unix signal was recieved while in the ErrorHandler context manager.""" + """A Unix signal was received while in the ErrorHandler context manager.""" # Auth Handler Errors diff --git a/docs/ciphers.rst b/docs/ciphers.rst index c429c185d..cf9ffdb99 100644 --- a/docs/ciphers.rst +++ b/docs/ciphers.rst @@ -206,7 +206,7 @@ or a family of enhancements, one per selectable ciphersuite configuration. Feedback ======== -We recieve lots of feedback on the type of ciphersuites that Let's Encrypt supports and list some coallated feedback below. This section aims to track suggestions and references that people have offered or identified to improve the ciphersuites that Let's Encrypt enables when configuring TLS on servers. +We receive lots of feedback on the type of ciphersuites that Let's Encrypt supports and list some coallated feedback below. This section aims to track suggestions and references that people have offered or identified to improve the ciphersuites that Let's Encrypt enables when configuring TLS on servers. Because of the Chatham House Rule applicable to some of the discussions, people are *not* individually credited for their suggestions, but most suggestions here were made or found by other people, and I thank them for their contributions.