diff --git a/include/rocksdb/options.h b/include/rocksdb/options.h index 3e8d8278be0dfe6f256d831adea497b2b53ca676..955ab240da2e3505308b15891fb5d531648ba7d9 100644 --- a/include/rocksdb/options.h +++ b/include/rocksdb/options.h @@ -282,7 +282,7 @@ struct ColumnFamilyOptions { // The minimum number of write buffers that will be merged together // before writing to storage. If set to 1, then - // all write buffers are fushed to L0 as individual files and this increases + // all write buffers are flushed to L0 as individual files and this increases // read amplification because a get request has to check in all of these // files. Also, an in-memory merge may result in writing lesser // data to storage if there are duplicate records in each of these