diff --git a/arbitrator/brotli/src/lib.rs b/arbitrator/brotli/src/lib.rs index b2c808b1a4..17bef93335 100644 --- a/arbitrator/brotli/src/lib.rs +++ b/arbitrator/brotli/src/lib.rs @@ -215,7 +215,7 @@ pub fn decompress(input: &[u8], dictionary: Dictionary) -> Result, Brotl // TODO: consider window and quality check? // TODO: fuzz if let Some(dict) = dictionary.slice() { - let attatched = BrotliDecoderAttachDictionary( + let attached = BrotliDecoderAttachDictionary( state, BrotliSharedDictionaryType::Raw, dict.len(),