summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorRobert Yevdokimov <robert.yevdokimov@autStand.com>2024-02-23 14:49:13 -0500
committerRobert Yevdokimov <robert.yevdokimov@autStand.com>2024-02-23 17:28:28 -0500
commit13e82094ee6deb325ba83111af7e354177ac0009 (patch)
tree6e84e0a3ff8cad3bf34d9612eef985d605edfeac /core/templates
parent3abb32671e6c7aa109e494f7077da955b173cfa9 (diff)
downloadredot-engine-13e82094ee6deb325ba83111af7e354177ac0009.tar.gz
Remove word duplicates in comments and strings, and fix casing and punctuation
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/rid_owner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/rid_owner.h b/core/templates/rid_owner.h
index e6c62ebf43..f92e0f4162 100644
--- a/core/templates/rid_owner.h
+++ b/core/templates/rid_owner.h
@@ -270,7 +270,7 @@ public:
if (THREAD_SAFE) {
spin_lock.unlock();
}
- ERR_FAIL_MSG("Attempted to free an uninitialized or invalid RID");
+ ERR_FAIL_MSG("Attempted to free an uninitialized or invalid RID.");
} else if (unlikely(validator_chunks[idx_chunk][idx_element] != validator)) {
if (THREAD_SAFE) {
spin_lock.unlock();