Skip to content

Commit bd80ab4

Browse files
Bump crate-ci/typos from 1.35.6 to 1.36.2 (#862)
1 parent da8dc26 commit bd80ab4

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@v5
6767
- name: Spell Check Repo
68-
uses: crate-ci/typos@v1.35.6
68+
uses: crate-ci/typos@v1.36.2
6969

7070
license-headers:
7171
name: check license headers

src/hyperlight_guest_tracing/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ mod trace {
326326
// Flush the buffer
327327
buffer.flush();
328328

329-
// After flushing, the entryes should still be intact, we don't clear them
329+
// After flushing, the entries should still be intact, we don't clear them
330330
assert_eq!(buffer.write_index, 0);
331331
assert_eq!(buffer.entries[0].msg_len, msg.len());
332332
assert_eq!(&buffer.entries[0].msg[..msg.len()], msg.as_bytes());

0 commit comments

Comments
 (0)