diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-02-25 11:50:09 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-02-25 11:50:09 +0100 |
commit | 83b32f990e9cb1bf829981c8ce79d405139538b2 (patch) | |
tree | 723fb9e869ba1f3d2f53f94cbbeaaf2024b972b0 /core/variant/variant_construct.h | |
parent | a0300314081c1568cc212d272eaa640c8e932574 (diff) | |
parent | 13e82094ee6deb325ba83111af7e354177ac0009 (diff) | |
download | redot-engine-83b32f990e9cb1bf829981c8ce79d405139538b2.tar.gz |
Merge pull request #88733 from ryevdokimov/Remove-word-duplicates
Remove word duplicates in comments and strings, and fix casing and punctuation
Diffstat (limited to 'core/variant/variant_construct.h')
-rw-r--r-- | core/variant/variant_construct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/variant/variant_construct.h b/core/variant/variant_construct.h index ef7bf2dfc2..36935907ae 100644 --- a/core/variant/variant_construct.h +++ b/core/variant/variant_construct.h @@ -661,7 +661,7 @@ public: VariantInternal::clear(r_ret); } static void ptr_construct(void *base, const void **p_args) { - ERR_FAIL_MSG("can't ptrcall nil constructor"); + ERR_FAIL_MSG("Cannot ptrcall nil constructor"); } static int get_argument_count() { |