diff --git a/.github/workflows/ValidatePullRequest.yml b/.github/workflows/ValidatePullRequest.yml index fa718e9f3..e6b07ddac 100644 --- a/.github/workflows/ValidatePullRequest.yml +++ b/.github/workflows/ValidatePullRequest.yml @@ -65,7 +65,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Spell Check Repo - uses: crate-ci/typos@v1.35.6 + uses: crate-ci/typos@v1.36.2 license-headers: name: check license headers diff --git a/src/hyperlight_guest_tracing/src/lib.rs b/src/hyperlight_guest_tracing/src/lib.rs index 92902e3da..b89f88e9b 100644 --- a/src/hyperlight_guest_tracing/src/lib.rs +++ b/src/hyperlight_guest_tracing/src/lib.rs @@ -326,7 +326,7 @@ mod trace { // Flush the buffer buffer.flush(); - // After flushing, the entryes should still be intact, we don't clear them + // After flushing, the entries should still be intact, we don't clear them assert_eq!(buffer.write_index, 0); assert_eq!(buffer.entries[0].msg_len, msg.len()); assert_eq!(&buffer.entries[0].msg[..msg.len()], msg.as_bytes());