diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-09-22 09:00:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-22 09:00:01 +0200 |
commit | 9906aeb2f8b492e6662e68aafe11e62524a87cc8 (patch) | |
tree | 61f479d3b83fafc419a348835ed823b350f3dc2f /core/global_constants.cpp | |
parent | f6c94e62850c2418b4ccfe2bf6393974cc435f8d (diff) | |
parent | 1a97d6455d05320eef5ab9da7a7b0528d791be4f (diff) |
Merge pull request #11485 from rosshadden/fix/typos
Fixed a bunch of typos, including an error code.
[ci skip]
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 |