all: fix typos in docs, comments and package name (#3757)

This commit is contained in:
Oleksandr Redko
2024-06-25 16:16:58 +03:00
committed by GitHub
parent 82ff628751
commit a8293a36f5
7 changed files with 12 additions and 12 deletions

View File

@ -901,7 +901,7 @@ func TestPrintContextParkedGoroutine(t *testing.T) {
frameout := strings.Split(term.MustExec("frame 0"), "\n")
t.Logf("frame 0 -> %q", frameout)
if strings.Contains(frameout[0], "stacktraceme") {
t.Fatal("bad output for `frame 0` command on a parked goorutine")
t.Fatal("bad output for `frame 0` command on a parked goroutine")
}
listout := strings.Split(term.MustExec("list"), "\n")