From b7208508bd5d741e5a3930484ce599742c704bc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 10:42:45 +0000 Subject: [PATCH 1/2] 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](https://github.com/crate-ci/typos/compare/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] --- .github/workflows/ValidatePullRequest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ValidatePullRequest.yml b/.github/workflows/ValidatePullRequest.yml index 4c8432cd7..f37cb2fab 100644 --- a/.github/workflows/ValidatePullRequest.yml +++ b/.github/workflows/ValidatePullRequest.yml @@ -65,7 +65,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Spell Check Repo - uses: crate-ci/typos@v1.34.0 + uses: crate-ci/typos@v1.35.1 license-headers: name: check license headers From 272509744c74bc77bd647b2fb7ed890a7dbd9901 Mon Sep 17 00:00:00 2001 From: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com> Date: Tue, 5 Aug 2025 10:19:55 -0700 Subject: [PATCH 2/2] Fix typo Signed-off-by: Ludvig Liljenberg <4257730+ludfjig@users.noreply.github.com> --- src/hyperlight_component_util/src/emit.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hyperlight_component_util/src/emit.rs b/src/hyperlight_component_util/src/emit.rs index 447467aff..d075f973b 100644 --- a/src/hyperlight_component_util/src/emit.rs +++ b/src/hyperlight_component_util/src/emit.rs @@ -621,7 +621,7 @@ pub struct WitName<'a> { pub _version: Vec<&'a str>, } impl<'a> WitName<'a> { - /// Extract a list of Rust module names correspondign to the WIT + /// Extract a list of Rust module names corresponding to the WIT /// namespace/package pub fn namespace_idents(&self) -> Vec { self.namespaces