From 00313d614e711c7c7ac97fd50fb3bdaa1b60bf50 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Fri, 26 Feb 2021 18:30:13 +0000 Subject: [PATCH] Fix typo in e051eb28fb43e0710593e04ebb6900a62277b90e --- tests/scripts/gdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/gdb.py b/tests/scripts/gdb.py index d8229dea4c..6c39022a46 100644 --- a/tests/scripts/gdb.py +++ b/tests/scripts/gdb.py @@ -18,7 +18,7 @@ latter case, it saves a full backtrace and core file. These signals are considered part of normal operation and will not trigger the above handling: -- SIGPIPE: normal in a networked environmnet +- SIGPIPE: normal in a networked environment - SIGHUP: normally used to tell a process to shut down """