From 692aafcdc622e7b521a95ace901a3e6dbd0e3749 Mon Sep 17 00:00:00 2001 From: Ibrahim Jarif Date: Fri, 5 Jun 2020 16:56:18 +0530 Subject: [PATCH] Fix typo: Igore => Ignore --- panicwrap.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panicwrap.go b/panicwrap.go index 1478244..897d0ee 100644 --- a/panicwrap.go +++ b/panicwrap.go @@ -63,7 +63,7 @@ type WrapConfig struct { // os.Stdout. Stdout io.Writer - // Catch and igore these signals in the parent process, let the child + // Catch and ignore these signals in the parent process, let the child // handle them gracefully. IgnoreSignals []os.Signal