Skip to content

Commit 3c8a724

Browse files
authored
chore: fix typos (#147)
1 parent ca73d9d commit 3c8a724

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ecsact/parse/status.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ struct ecsact_parse_status {
5151
ecsact_parse_status_code code;
5252

5353
/**
54-
* Character range of where error occured in statement string
54+
* Character range of where error occurred in statement string
5555
*/
5656
ecsact_statement_sv error_location;
5757
};

ecsact/parse/string.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ typedef struct {
1111

1212
/**
1313
* Takes the `src` data and length and derives a copy onto `dst`. This assumes
14-
* the full data pointer points to a similarily formatted string thus the 'mock'
14+
* the full data pointer points to a similarly formatted string thus the 'mock'
1515
* part of the function name. No memory allocation is done in this function.
1616
*/
1717
inline void ecsact_statement_sv_mock_copy(

0 commit comments

Comments
 (0)