aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_function.cpp
diff options
context:
space:
mode:
authorRémi Verschelde2017-09-02 16:37:40 +0200
committerGitHub2017-09-02 16:37:40 +0200
commit2b8d379824354227efd55b23152b6165cf6338cf (patch)
treec61ea80ca6adf2a2494ffdebb0a73dd56d4e5cbc /modules/gdscript/gd_function.cpp
parentb4efb832a749730b924f63be073cfe80c9afc334 (diff)
parent459f526119da43efae52307a6165a8ccd5cb2288 (diff)
downloadgodot-2b8d379824354227efd55b23152b6165cf6338cf.tar.gz
godot-2b8d379824354227efd55b23152b6165cf6338cf.tar.zst
godot-2b8d379824354227efd55b23152b6165cf6338cf.zip
Merge pull request #10890 from Noshyaar/an-pr
Fix typos 'a' and 'an' [ci skip]
Diffstat (limited to 'modules/gdscript/gd_function.cpp')
-rw-r--r--modules/gdscript/gd_function.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/gd_function.cpp b/modules/gdscript/gd_function.cpp
index cba1baaca..ddee7b252 100644
--- a/modules/gdscript/gd_function.cpp
+++ b/modules/gdscript/gd_function.cpp
@@ -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);