Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brennanjl committed Aug 21, 2023
1 parent 2121cf7 commit 7f1d986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kv/badger/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ func (t *Transaction) Get(key []byte) ([]byte, error) {
// and I don't want future users of this to worry about all of them.
type Options struct {
// GuaranteeFSync guarantees that all writes to the wal are fsynced before
// attemtping to be written to the LSM tree.
// attempting to be written to the LSM tree.
GuaranteeFSync bool

// GarbageCollectionInterval is the interval at which the garbage collector
Expand Down

0 comments on commit 7f1d986

Please sign in to comment.