aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorRémi Verschelde2017-09-22 09:00:01 +0200
committerGitHub2017-09-22 09:00:01 +0200
commit9906aeb2f8b492e6662e68aafe11e62524a87cc8 (patch)
tree61f479d3b83fafc419a348835ed823b350f3dc2f /modules
parentf6c94e62850c2418b4ccfe2bf6393974cc435f8d (diff)
parent1a97d6455d05320eef5ab9da7a7b0528d791be4f (diff)
downloadgodot-9906aeb2f8b492e6662e68aafe11e62524a87cc8.tar.gz
godot-9906aeb2f8b492e6662e68aafe11e62524a87cc8.tar.zst
godot-9906aeb2f8b492e6662e68aafe11e62524a87cc8.zip
Merge pull request #11485 from rosshadden/fix/typos
Fixed a bunch of typos, including an error code. [ci skip]
Diffstat (limited to '')
-rw-r--r--modules/gdnative/include/gdnative/gdnative.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/include/gdnative/gdnative.h b/modules/gdnative/include/gdnative/gdnative.h
index 1c5e91d73..18d51daeb 100644
--- a/modules/gdnative/include/gdnative/gdnative.h
+++ b/modules/gdnative/include/gdnative/gdnative.h
@@ -103,7 +103,7 @@ typedef enum {
GODOT_ERR_CANT_CONNECT, // (25)
GODOT_ERR_CANT_RESOLVE,
GODOT_ERR_CONNECTION_ERROR,
- GODOT_ERR_CANT_AQUIRE_RESOURCE,
+ GODOT_ERR_CANT_ACQUIRE_RESOURCE,
GODOT_ERR_CANT_FORK,
GODOT_ERR_INVALID_DATA, ///< Data passed is invalid (30)
GODOT_ERR_INVALID_PARAMETER, ///< Parameter passed is invalid