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 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