diff --git a/stoppable/multi.go b/stoppable/multi.go
index 95c7ecdb431fb158f4f77fe98673e431a5c388f8..456e376a7b71851f254f786ae8a13d2e086ee60f 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()