Skip to content

Commit 406f0fc

Browse files
fix typo
Co-authored-by: Lucio Franco <[email protected]>
1 parent 1fe3475 commit 406f0fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsql-wal/src/segment/sealed.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ impl<F: FileExt> SealedSegment<F> {
242242
match file.read_exact_at(frame.as_bytes_mut(), offset) {
243243
Ok(_) => {
244244
let new_checksum = frame.frame.checksum(current_checksum);
245-
// this is the first checksum that don't match the checksum chain, drop the
245+
// this is the first checksum that doesn't match the checksum chain, drop the
246246
// transaction and any frame after that.
247247
if new_checksum != frame.checksum.get() {
248248
tracing::warn!(

0 commit comments

Comments
 (0)