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