mirror of
https://github.com/caddyserver/caddy.git
synced 2026-05-13 10:42:16 -04:00
Fix typos (#3087)
* Fix typo * Fix typo, thanks for Spell Checker under VS Code
This commit is contained in:
@@ -282,7 +282,7 @@ func acceptedEncodings(r *http.Request) []string {
|
||||
}
|
||||
|
||||
// encodings with q-factor of 0 are not accepted;
|
||||
// use a small theshold to account for float precision
|
||||
// use a small threshold to account for float precision
|
||||
if qFactor < 0.00001 {
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user