diff options
| author | Laytan <laytanlaats@hotmail.com> | 2025-06-20 22:37:03 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-20 22:37:03 +0200 |
| commit | 62c5805c914785c9d8ee39c77ffd19b75d30de61 (patch) | |
| tree | 931738ae52e195734566ebe257bff7ea9cd91c40 /src | |
| parent | 2995557394f77909156f65afdf8d76c1806f1d32 (diff) | |
| parent | 0be7639c0a4adcf711c378e3a68ca93aaeb9c991 (diff) | |
Merge pull request #5150 from wishfoundry/patch-1
spelling in compilation errors
Diffstat (limited to 'src')
| -rw-r--r-- | src/check_type.cpp | 2 |
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; } |