Skip to content

Commit

Permalink
chore: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Jul 2, 2024
1 parent 88608d0 commit 8cf37e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecsact/codegen/plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ typedef enum ecsact_codegen_report_type {
ECSACT_CODEGEN_REPORT_WARNING,

/**
* An error has occured, but can still continue running. Will be shown to user
* An error has occurred, but can still continue running. Will be shown to user
* when possible.
*/
ECSACT_CODEGEN_REPORT_ERROR,

/**
* An error has occured and plugin cannot continue running. Will be shown to
* An error has occurred and plugin cannot continue running. Will be shown to
* user when possible.
*/
ECSACT_CODEGEN_REPORT_FATAL,
Expand Down

0 comments on commit 8cf37e8

Please sign in to comment.