File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ func (db *DB) checkBackgroundSnapshotRewrite() error {
448448 return fmt .Errorf ("background snapshot rewriting failed: %w" , result .err )
449449 }
450450
451- // background snapshot rewrite don't success, but no error to propogate , ignore it.
451+ // background snapshot rewrite don't success, but no error to propagate , ignore it.
452452 return nil
453453 }
454454
Original file line number Diff line number Diff line change @@ -547,7 +547,7 @@ func testIdempotentWrite(t *testing.T, asyncCommit bool) {
547547 commitInfo := * db .LastCommitInfo ()
548548 require .NoError (t , db .Close ())
549549
550- // reload db from disk at an intermidiate version
550+ // reload db from disk at an intermediate version
551551 db , err = Load (dir , Options {TargetVersion : 5 })
552552 require .NoError (t , err )
553553
You can’t perform that action at this time.
0 commit comments