Skip to content

Commit

Permalink
chore: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Apr 4, 2024
1 parent ca73d9d commit 5c868ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ecsact/parse/status.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ struct ecsact_parse_status {
ecsact_parse_status_code code;

/**
* Character range of where error occured in statement string
* Character range of where error occurred in statement string
*/
ecsact_statement_sv error_location;
};
Expand Down
2 changes: 1 addition & 1 deletion ecsact/parse/string.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ typedef struct {

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

0 comments on commit 5c868ca

Please sign in to comment.