Skip to content

Commit 9510c87

Browse files
Bump crate-ci/typos from 1.34.0 to 1.35.1 (#764)
* Bump crate-ci/typos from 1.34.0 to 1.35.1 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.34.0 to 1.35.1. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.34.0...v1.35.1) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.35.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Fix typo Signed-off-by: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com>
1 parent e609c94 commit 9510c87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ValidatePullRequest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
steps:
6666
- uses: actions/checkout@v4
6767
- name: Spell Check Repo
68-
uses: crate-ci/typos@v1.34.0
68+
uses: crate-ci/typos@v1.35.1
6969

7070
license-headers:
7171
name: check license headers

src/hyperlight_component_util/src/emit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ pub struct WitName<'a> {
621621
pub _version: Vec<&'a str>,
622622
}
623623
impl<'a> WitName<'a> {
624-
/// Extract a list of Rust module names correspondign to the WIT
624+
/// Extract a list of Rust module names corresponding to the WIT
625625
/// namespace/package
626626
pub fn namespace_idents(&self) -> Vec<Ident> {
627627
self.namespaces

0 commit comments

Comments
 (0)