From 0be7639c0a4adcf711c378e3a68ca93aaeb9c991 Mon Sep 17 00:00:00 2001 From: Ben Date: Sun, 11 May 2025 22:10:16 -0500 Subject: spelling in compilation errors --- src/check_type.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/check_type.cpp') 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; } -- cgit v1.2.3