diff options
author | Andy Maloney <asmaloney@gmail.com> | 2020-07-17 12:02:06 -0400 |
---|---|---|
committer | Andy Maloney <asmaloney@gmail.com> | 2020-07-17 12:02:06 -0400 |
commit | 8b949918b1ce076c7008e4954c34217b3aa3eaa3 (patch) | |
tree | 9d954fc1084b0742493c5f34817d885b134292b5 /core | |
parent | 9e34ba48556b71f1f672b5be47d12b0e3f679b86 (diff) |
Fix spelling of a var, a struct, and 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) { |