From 5c868ca20412e423c8c58dcb5fc2b19af89282a8 Mon Sep 17 00:00:00 2001 From: Ezekiel Warren Date: Wed, 3 Apr 2024 22:58:40 -0700 Subject: [PATCH] chore: fix typos --- ecsact/parse/status.h | 2 +- ecsact/parse/string.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(