diff options
author | Ross Hadden <rosshadden@gmail.com> | 2017-09-21 23:58:29 -0400 |
---|---|---|
committer | Ross Hadden <rosshadden@gmail.com> | 2017-09-21 23:58:29 -0400 |
commit | 1a97d6455d05320eef5ab9da7a7b0528d791be4f (patch) | |
tree | 31313092761a97a6897ff1b2f1bbb919004c5630 /core/global_constants.cpp | |
parent | d595b79c62a2db691f5b7314d365d3a57b601c18 (diff) | |
download | redot-engine-1a97d6455d05320eef5ab9da7a7b0528d791be4f.tar.gz |
Fixed a bunch of typos, including an error code.
Diffstat (limited to 'core/global_constants.cpp')
-rw-r--r-- | core/global_constants.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/global_constants.cpp b/core/global_constants.cpp index 224ee0e0aa..6f58af2ccf 100644 --- a/core/global_constants.cpp +++ b/core/global_constants.cpp @@ -472,7 +472,7 @@ void register_global_constants() { BIND_GLOBAL_ENUM_CONSTANT(ERR_ALREADY_IN_USE); BIND_GLOBAL_ENUM_CONSTANT(ERR_LOCKED); ///< resource is locked BIND_GLOBAL_ENUM_CONSTANT(ERR_TIMEOUT); - BIND_GLOBAL_ENUM_CONSTANT(ERR_CANT_AQUIRE_RESOURCE); + BIND_GLOBAL_ENUM_CONSTANT(ERR_CANT_ACQUIRE_RESOURCE); BIND_GLOBAL_ENUM_CONSTANT(ERR_INVALID_DATA); ///< Data passed is invalid BIND_GLOBAL_ENUM_CONSTANT(ERR_INVALID_PARAMETER); ///< Parameter passed is invalid BIND_GLOBAL_ENUM_CONSTANT(ERR_ALREADY_EXISTS); ///< When adding ), item already exists |