aboutsummaryrefslogtreecommitdiff
path: root/src/check_type.cpp
diff options
context:
space:
mode:
authorLaytan <laytanlaats@hotmail.com>2025-06-20 22:37:03 +0200
committerGitHub <noreply@github.com>2025-06-20 22:37:03 +0200
commit62c5805c914785c9d8ee39c77ffd19b75d30de61 (patch)
tree931738ae52e195734566ebe257bff7ea9cd91c40 /src/check_type.cpp
parent2995557394f77909156f65afdf8d76c1806f1d32 (diff)
parent0be7639c0a4adcf711c378e3a68ca93aaeb9c991 (diff)
Merge pull request #5150 from wishfoundry/patch-1
spelling in compilation errors
Diffstat (limited to 'src/check_type.cpp')
-rw-r--r--src/check_type.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/check_type.cpp b/src/check_type.cpp
index 450b5e100..5f9540ee0 100644
--- a/src/check_type.cpp
+++ b/src/check_type.cpp
@@ -3284,7 +3284,7 @@ gb_internal void check_array_type_internal(CheckerContext *ctx, Ast *e, Type **t
}
if (count < 0) {
- error(at->count, "? can only be used in conjuction with compound literals");
+ error(at->count, "? can only be used in conjunction with compound literals");
count = 0;
}