Skip to content

Commit

Permalink
chore: bump crate-ci/typos to 1.24.3
Browse files Browse the repository at this point in the history
Bump crate-ci/typos and fix actual typos.

Signed-off-by: Søren Dalby Larsen <soren@uberresearch.com>
  • Loading branch information
sdlarsen committed Sep 3, 2024
1 parent 7aa8bdd commit 7f417a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Check typos
uses: crate-ci/typos@v1.24.1
uses: crate-ci/typos@v1.24.3
4 changes: 2 additions & 2 deletions crates/iceberg/src/spec/partition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pub struct PartitionSpec {
}

impl PartitionSpec {
/// Create partition spec builer
/// Create partition spec builder
pub fn builder(schema: &Schema) -> PartitionSpecBuilder {
PartitionSpecBuilder::new(schema)
}
Expand Down Expand Up @@ -152,7 +152,7 @@ pub struct UnboundPartitionSpec {
}

impl UnboundPartitionSpec {
/// Create unbound partition spec builer
/// Create unbound partition spec builder
pub fn builder() -> UnboundPartitionSpecBuilder {
UnboundPartitionSpecBuilder::default()
}
Expand Down

0 comments on commit 7f417a2

Please sign in to comment.