correct spelling mistake (#1092)

This commit is contained in:
Edward Betts 2017-09-01 15:02:25 +01:00 committed by Bo-Yi Wu
parent c16c2b7ec3
commit ab50cf9790
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ func RecoveryWithWriter(out io.Writer) HandlerFunc {
}
}
// 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