diff --git a/src/header/name.rs b/src/header/name.rs index 64a276ae..fe31744b 100644 --- a/src/header/name.rs +++ b/src/header/name.rs @@ -203,7 +203,7 @@ standard_headers! { /// not to compress if a server use more than 80 % of its computational /// power. /// - /// As long as the identity value, meaning no encryption, is not explicitly + /// As long as the identity value, meaning no compression, is not explicitly /// forbidden, by an identity;q=0 or a *;q=0 without another explicitly set /// value for identity, the server must never send back a 406 Not Acceptable /// error. diff --git a/util/src/main.rs b/util/src/main.rs index 915cf0b8..336b2347 100644 --- a/util/src/main.rs +++ b/util/src/main.rs @@ -68,7 +68,7 @@ standard_headers! { /// not to compress if a server use more than 80 % of its computational /// power. /// - /// As long as the identity value, meaning no encryption, is not explicitly + /// As long as the identity value, meaning no compression, is not explicitly /// forbidden, by an identity;q=0 or a *;q=0 without another explicitly set /// value for identity, the server must never send back a 406 Not Acceptable /// error.