summaryrefslogtreecommitdiff
path: root/modules/mono/glue
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-05-19 22:04:14 +0200
committerGitHub <noreply@github.com>2019-05-19 22:04:14 +0200
commita940b4cf640930b2decb356d395ac4cd89beefaf (patch)
tree8b16bd41e01eb747f8c7142b0ea8f3cf9c36e773 /modules/mono/glue
parentd111d59640ae93e60331f941fb2c62f460323171 (diff)
parente0574e1d98079b9954d262792bf748f7861e1d0a (diff)
Merge pull request #28997 from akien-mga/codespell
Fix typos with codespell
Diffstat (limited to 'modules/mono/glue')
-rw-r--r--modules/mono/glue/Managed/Files/DynamicObject.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/glue/Managed/Files/DynamicObject.cs b/modules/mono/glue/Managed/Files/DynamicObject.cs
index 9860feafdd..a0f105d55e 100644
--- a/modules/mono/glue/Managed/Files/DynamicObject.cs
+++ b/modules/mono/glue/Managed/Files/DynamicObject.cs
@@ -202,7 +202,7 @@ namespace Godot
//public override bool TryDeleteIndex(DeleteIndexBinder binder, object[] indexes);
//public override bool TryDeleteMember(DeleteMemberBinder binder);
- // Invokation on the object itself, e.g.: obj(param)
+ // Invocation on the object itself, e.g.: obj(param)
//public override bool TryInvoke(InvokeBinder binder, object[] args, out object result);
// No unnary operations to handle