diff --git a/internal/stack/stacks_test.go b/internal/stack/stacks_test.go index b1a21d8..4a8aebe 100644 --- a/internal/stack/stacks_test.go +++ b/internal/stack/stacks_test.go @@ -63,7 +63,7 @@ func TestAll(t *testing.T) { got = All() } - // We have exactly 7 gorotuines: + // We have exactly 7 goroutines: // "main" goroutine // test goroutine // 5 goroutines started above.