diff --git a/src/store/writer.rs b/src/store/writer.rs index f68fce831..1a15ab4ea 100644 --- a/src/store/writer.rs +++ b/src/store/writer.rs @@ -222,7 +222,7 @@ impl StoreWriter { } } -/// BlockCompressor is seperated from StoreWriter, to be run in an own thread +/// BlockCompressor is separated from StoreWriter, to be run in an own thread pub struct BlockCompressor { compressor: Compressor, doc: DocId,