[3.10] Fix typos in the Tools directory (GH-28769) (GH-28801)

Like GH-28744 but for the Tools directory.

Automerge-Triggered-By: GH:pablogsal
(cherry picked from commit 682aecfdeb)

Co-authored-by: Christian Clauss <cclauss@me.com>
This commit is contained in:
Christian Clauss 2021-10-07 17:34:55 +02:00 committed by GitHub
parent ccd82a0800
commit 03bf55d8cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 24 additions and 24 deletions

View file

@ -41,7 +41,7 @@ def configure_logger(logger, verbosity=VERBOSITY, *,
def hide_emit_errors():
"""Ignore errors while emitting log entries.
Rather than printing a message desribing the error, we show nothing.
Rather than printing a message describing the error, we show nothing.
"""
# For now we simply ignore all exceptions. If we wanted to ignore
# specific ones (e.g. BrokenPipeError) then we would need to use