diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-07-20 15:51:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-20 15:51:05 +0200 |
commit | 0e1c235d95b637f092bc91434cbb2b81c61b5b70 (patch) | |
tree | da24c606014a41bae620c31df69c2415614b3a2b /core | |
parent | 0d4838950dfcc0d462e8571e54f9cb8221fc6d67 (diff) | |
parent | 8b949918b1ce076c7008e4954c34217b3aa3eaa3 (diff) |
Merge pull request #40468 from asmaloney/spelling-code
Fix spelling of a var, a struct, and some message output
Diffstat (limited to 'core')
-rw-r--r-- | core/container_type_validate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/container_type_validate.h b/core/container_type_validate.h index f2724e884d..8a361aa0ef 100644 --- a/core/container_type_validate.h +++ b/core/container_type_validate.h @@ -38,7 +38,7 @@ struct ContainerTypeValidate { Variant::Type type = Variant::NIL; StringName class_name; Ref<Script> script; - const char *where = "conatiner"; + const char *where = "container"; _FORCE_INLINE_ bool can_reference(const ContainerTypeValidate &p_type) const { if (type == p_type.type) { |