Skip to content

Commit 441a9c4

Browse files
chore(deps): Bump crate-ci/typos from 1.36.3 to 1.37.2 (#1734)
## Which issue does this PR close? - Closes #1732. ## What changes are included in this PR? Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.36.3 to 1.37.2. ## Are these changes tested? Signed-off-by: Alan Tang <[email protected]> Co-authored-by: Renjie Liu <[email protected]>
1 parent 39812f8 commit 441a9c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_typos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v5
4444
- name: Check typos
45-
uses: crate-ci/typos@v1.36.3
45+
uses: crate-ci/typos@v1.37.2

crates/catalog/hms/src/utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const OWNER: &str = "owner";
3737
const COMMENT: &str = "comment";
3838
/// hive metatore `location` property
3939
const LOCATION: &str = "location";
40-
/// hive metatore `metadat_location` property
40+
/// hive metatore `metadata_location` property
4141
const METADATA_LOCATION: &str = "metadata_location";
4242
/// hive metatore `external` property
4343
const EXTERNAL: &str = "EXTERNAL";

0 commit comments

Comments
 (0)