*: fix comment typos found with github.com/client9/misspell
This commit is contained in:
@@ -223,7 +223,7 @@ func (t *templates) oob(w http.ResponseWriter, code string) {
|
||||
renderTemplate(w, t.oobTmpl, data)
|
||||
}
|
||||
|
||||
// small io.Writer utilitiy to determine if executing the template wrote to the underlying response writer.
|
||||
// small io.Writer utility to determine if executing the template wrote to the underlying response writer.
|
||||
type writeRecorder struct {
|
||||
wrote bool
|
||||
w io.Writer
|
||||
|
||||
Reference in New Issue
Block a user