Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci_typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
steps:
- uses: actions/checkout@v5
- name: Check typos
uses: crate-ci/typos@v1.36.3
uses: crate-ci/typos@v1.37.2
2 changes: 1 addition & 1 deletion src/moonlink/src/storage/async_bitwriter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ mod tests {
use tokio::io::BufWriter;
use tokio_bitstream_io::BigEndian;

/// Test [`write_bit`] intereface.
/// Test [`write_bit`] interface.
#[tokio::test]
#[rstest]
#[case(0)]
Expand Down
2 changes: 1 addition & 1 deletion src/moonlink/src/table_handler/table_handler_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub(crate) enum MaintenanceProcessStatus {
InProcess,
/// Maintenance result has been put into snapshot buffer, which will be persisted into iceberg later.
ReadyToPersist,
/// Maintenance task result is being peristed into iceberg.
/// Maintenance task result is being persisted into iceberg.
InPersist,
}

Expand Down