File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ struct ecsact_parse_status {
51
51
ecsact_parse_status_code code ;
52
52
53
53
/**
54
- * Character range of where error occured in statement string
54
+ * Character range of where error occurred in statement string
55
55
*/
56
56
ecsact_statement_sv error_location ;
57
57
};
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ typedef struct {
11
11
12
12
/**
13
13
* 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'
15
15
* part of the function name. No memory allocation is done in this function.
16
16
*/
17
17
inline void ecsact_statement_sv_mock_copy (
You can’t perform that action at this time.
0 commit comments