[hal] Fix typo in NumOccurrences (#8487)

Closes #8439
This commit is contained in:
Thad House
2025-12-16 22:20:48 -08:00
committed by GitHub
parent 718f2f7ccd
commit 8b10a0546d
3 changed files with 345 additions and 345 deletions

View File

@@ -86,7 +86,7 @@ message ProtobufErrorInfoTimestamp {
ProtobufErrorInfo ErrorInfo = 1;
uint64 Timestamp = 2;
int32 SequenceNumber = 3;
int32 NumOccurances = 4;
int32 NumOccurrences = 4;
}
message ProtobufConsoleLineTimestamp {