diff --git a/ecsact/parse/status.h b/ecsact/parse/status.h index a042621..e60ce43 100644 --- a/ecsact/parse/status.h +++ b/ecsact/parse/status.h @@ -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; }; diff --git a/ecsact/parse/string.h b/ecsact/parse/string.h index 378658d..182067b 100644 --- a/ecsact/parse/string.h +++ b/ecsact/parse/string.h @@ -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(