* Fix typo

* Fix typo, thanks for Spell Checker under VS Code
This commit is contained in:
Success Go
2020-02-28 10:30:48 +08:00
committed by GitHub
parent e2d41ee761
commit ca5c679880
11 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -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
}