Skip to content

Commit af4c774

Browse files
committed
chore: fixed typos
1 parent 606630e commit af4c774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ecsact/runtime/common.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ typedef struct ecsact_action {
392392
ecsact_action_id action_id;
393393

394394
/**
395-
* Pointer to action data. Size is determined by the registerd action
395+
* Pointer to action data. Size is determined by the registered action
396396
* associated with the `action_id`.
397397
*/
398398
const void* action_data;
@@ -409,7 +409,7 @@ typedef struct ecsact_component {
409409
ecsact_component_id component_id;
410410

411411
/**
412-
* Pointer to component data. Size is determined by the registerd component
412+
* Pointer to component data. Size is determined by the registered component
413413
* associated with the `component_id`.
414414
*/
415415
const void* component_data;

0 commit comments

Comments
 (0)