*: fix comment typos found with github.com/client9/misspell

This commit is contained in:
Eric Chiang
2016-12-13 12:23:16 -08:00
parent 79c51f2983
commit fe196864c0
5 changed files with 5 additions and 5 deletions

View File

@@ -70,7 +70,7 @@ func renderTemplate(w http.ResponseWriter, tmpl *template.Template, data interfa
switch err := err.(type) {
case *template.Error:
// An ExecError guarentees that Execute has not written to the underlying reader.
// An ExecError guarantees that Execute has not written to the underlying reader.
log.Printf("Error rendering template %s: %s", tmpl.Name(), err)
// TODO(ericchiang): replace with better internal server error.