pkg: fix codespell issues

This commit is contained in:
Mario Trangoni
2018-04-13 18:40:14 +02:00
parent 511b34eb5c
commit 91fb2e07ce
22 changed files with 29 additions and 29 deletions

View File

@ -35,7 +35,7 @@ var (
slash = []byte("/")
)
// stack returns a nicely formated stack frame, skipping skip frames
// stack returns a nicely formatted stack frame, skipping skip frames
func stack(skip int) []byte {
buf := new(bytes.Buffer) // the returned data
// As we loop, we open files and read them. These variables record the currently