@@ -159,13 +159,13 @@ typedef enum {
159159 ECSACT_ADD_OK = 0 ,
160160
161161 /* *
162- * An invalid or non-existant entity ID was found in one or more of the
162+ * An invalid or non-existent entity ID was found in one or more of the
163163 * component fields.
164164 */
165165 ECSACT_ADD_ERR_ENTITY_INVALID = 1 ,
166166
167167 /* *
168- * One or more of the component entity fields constraints were not satisifed .
168+ * One or more of the component entity fields constraints were not satisfied .
169169 */
170170 ECSACT_ADD_ERR_ENTITY_CONSTRAINT_BROKEN = 2 ,
171171} ecsact_add_error;
@@ -177,13 +177,13 @@ typedef enum {
177177 ECSACT_UPDATE_OK = 0 ,
178178
179179 /* *
180- * An invalid or non-existant entity ID was found in one or more of the
180+ * An invalid or non-existent entity ID was found in one or more of the
181181 * component fields.
182182 */
183183 ECSACT_UPDATE_ERR_ENTITY_INVALID = 1 ,
184184
185185 /* *
186- * One or more of the component entity fields constraints were not satisifed .
186+ * One or more of the component entity fields constraints were not satisfied .
187187 */
188188 ECSACT_UPDATE_ERR_ENTITY_CONSTRAINT_BROKEN = 2 ,
189189} ecsact_update_error;
@@ -195,13 +195,13 @@ typedef enum {
195195 ECSACT_EXEC_SYS_OK = 0 ,
196196
197197 /* *
198- * An invalid or non-existant entity ID was found in one or more of the
198+ * An invalid or non-existent entity ID was found in one or more of the
199199 * action fields.
200200 */
201201 ECSACT_EXEC_SYS_ERR_ACTION_ENTITY_INVALID = 1 ,
202202
203203 /* *
204- * One or more of the action entity fields constraints were not satisifed .
204+ * One or more of the action entity fields constraints were not satisfied .
205205 */
206206 ECSACT_EXEC_SYS_ERR_ACTION_ENTITY_CONSTRAINT_BROKEN = 2 ,
207207} ecsact_execute_systems_error;
@@ -249,7 +249,7 @@ typedef enum {
249249
250250 /* *
251251 * System may only execute on entities where this component is present, but
252- * the systme may not read or write to the component.
252+ * the system may not read or write to the component.
253253 */
254254 ECSACT_SYS_CAP_INCLUDE = 8 ,
255255
@@ -326,8 +326,8 @@ typedef enum {
326326/* *
327327 * ees - Entity Execution Status
328328 *
329- * An entitys execution status gives details about how an entity relates to a
330- * system or action's execution. By default an entitys execution status is
329+ * An entities execution status gives details about how an entity relates to a
330+ * system or action's execution. By default an entities execution status is
331331 * `ECSACT_ESS_IDLE`.
332332 *
333333 * @note This detail is exposed mostly for serialization. It is important to
0 commit comments