mirror of
https://github.com/godotengine/godot.git
synced 2025-10-27 11:44:21 +00:00
Fix typos 'a' and 'an'
This commit is contained in:
parent
b4efb832a7
commit
459f526119
15 changed files with 30 additions and 30 deletions
|
|
@ -1026,7 +1026,7 @@ Variant GDFunction::call(GDInstance *p_instance, const Variant **p_args, int p_a
|
|||
}
|
||||
case OPCODE_ITERATE_BEGIN: {
|
||||
|
||||
CHECK_SPACE(8); //space for this an regular iterate
|
||||
CHECK_SPACE(8); //space for this a regular iterate
|
||||
|
||||
GET_VARIANT_PTR(counter, 1);
|
||||
GET_VARIANT_PTR(container, 2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue