aboutsummaryrefslogtreecommitdiff
path: root/src/check_type.cpp
diff options
context:
space:
mode:
authorBen <bngreer@gmail.com>2025-05-11 22:10:16 -0500
committerGitHub <noreply@github.com>2025-05-11 22:10:16 -0500
commit0be7639c0a4adcf711c378e3a68ca93aaeb9c991 (patch)
tree12c89a80d0d9b27aefc7598583b620d8b3d5dcd7 /src/check_type.cpp
parent39789bc6cb2d5a4f7a232ef1a9286fc6d6e3df53 (diff)
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 431698459..41e7a2795 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;
}