fix a spello, and reword so misspell doesn't complain about it

This commit is contained in:
Mechiel Lukkien
2023-08-23 14:59:43 +02:00
parent affb057a0c
commit b3dd4a55c3
3 changed files with 3 additions and 3 deletions

View File

@ -317,7 +317,7 @@ func (w *staticgzcacheReplacer) Header() http.Header {
return w.w.Header()
}
// WriteHeader checks whether the response is eligable for compressing. If not,
// WriteHeader checks whether the response is eligible for compressing. If not,
// WriteHeader on the underlying ResponseWriter is called. If so, headers for gzip
// content are set and the gzip content is written, either from disk or compressed
// and stored in the cache.