Skip to content

Commit 58d0487

Browse files
Bump crate-ci/typos from 1.31.2 to 1.32.0 (#459)
* Bump crate-ci/typos from 1.31.2 to 1.32.0 Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.31.2 to 1.32.0. - [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.31.2...v1.32.0) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-version: 1.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Address typos reported by tool Signed-off-by: Ludvig Liljenberg <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Ludvig Liljenberg <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ludvig Liljenberg <[email protected]>
1 parent d1a90c1 commit 58d0487

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.31.2
68+
uses: crate-ci/typos@v1.32.0
6969

7070
# Gate PR merges on this specific "join-job" which requires all other
7171
# jobs to run first. We need this job since we cannot gate on particular jobs

src/hyperlight_host/src/sandbox/initialized_multi_use.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ where
240240
///
241241
/// The evolve function creates a new MultiUseCallContext which is then passed to a callback function allowing the
242242
/// callback function to call guest functions as part of the evolve process, once the callback function is complete
243-
/// the context is finished using a crate internal method that does not restore the prior state of the Sanbbox.
243+
/// the context is finished using a crate internal method that does not restore the prior state of the Sandbox.
244244
/// It then creates a mew memory snapshot on the snapshot stack and returns the MultiUseSandbox
245245
#[instrument(err(Debug), skip_all, parent = Span::current(), level = "Trace")]
246246
fn evolve(

src/hyperlight_host/src/sandbox/uninitialized.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ mod tests {
691691
"test"
692692
);
693693

694-
// There may be cases where a mutable reference to the captured variable is not required to be used outside the closue
694+
// There may be cases where a mutable reference to the captured variable is not required to be used outside the closure
695695
// e.g. if the function is writing to a file or a socket etc.
696696

697697
// writer as a FnMut closure mutating a captured variable but not trying to access the captured variable

0 commit comments

Comments
 (0)