summaryrefslogtreecommitdiffstats
path: root/core/variant/variant_construct.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-02-25 11:50:09 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-02-25 11:50:09 +0100
commit83b32f990e9cb1bf829981c8ce79d405139538b2 (patch)
tree723fb9e869ba1f3d2f53f94cbbeaaf2024b972b0 /core/variant/variant_construct.h
parenta0300314081c1568cc212d272eaa640c8e932574 (diff)
parent13e82094ee6deb325ba83111af7e354177ac0009 (diff)
downloadredot-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.h2
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() {