Fix typo in comments and message strings (thanks @st-Wook!) (#5262)

Co-authored-by: supertree-wook <phk09242@supertree.co>
This commit is contained in:
D8H
2023-04-28 11:58:51 +02:00
committed by GitHub
parent b70d4c54c1
commit 94045aec91
95 changed files with 149 additions and 149 deletions

View File

@@ -63,7 +63,7 @@ namespace gdjs {
}
/**
* Deleted the last event data, to be called when it is sure the event was processed throughly.
* Deleted the last event data, to be called when it is sure the event was processed thoroughly.
*/
popData() {
this.data.shift();
@@ -116,7 +116,7 @@ namespace gdjs {
let ready = false;
/**
* True if an error occured.
* True if an error occurred.
*/
let error = false;