From 1e39f0309bdb5246d71653d38dcc78ba1003b90b Mon Sep 17 00:00:00 2001
From: joshemb <josh@elixxir.io>
Date: Thu, 29 Sep 2022 10:19:28 -0700
Subject: [PATCH] Fix comment

---
 stoppable/multi.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/stoppable/multi.go b/stoppable/multi.go
index 95c7ecdb4..456e376a7 100644
--- a/stoppable/multi.go
+++ b/stoppable/multi.go
@@ -121,7 +121,7 @@ func (m *Multi) Close() error {
 	m.once.Do(func() {
 		var wg sync.WaitGroup
 
-		jww.TRACE.Printf("Sending on quit channel to multi stoppable %q with subprocesses %v.",
+		jww.TRACE.Printf("Sending on quit channel to multi stoppable %q with subprocesseses %v.",
 			m.Name(), m.GetRunningProcesses())
 
 		m.mux.Lock()
-- 
GitLab