Fix misspelling "recieved" (#4059)

This commit is contained in:
Juho Juopperi
2017-01-17 13:43:43 -08:00
committed by Brad Warren
parent 796220f6f1
commit 2797a0377d
4 changed files with 5 additions and 5 deletions
@@ -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 = ""
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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.