Merge pull request #233 from polluks/patch-9

Fixed typo
This commit is contained in:
drmortalwombat 2025-05-02 17:41:29 +02:00 committed by GitHub
commit 3da1ddf5da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5529,7 +5529,7 @@ InterCodeGenerator::ExValue InterCodeGenerator::TranslateExpression(Declaration*
}
case EX_AGGREGATE:
mErrors->Error(exp->mLocation, EERR_INVALID_INITIALIZER, "Unexpected aggreate");
mErrors->Error(exp->mLocation, EERR_INVALID_INITIALIZER, "Unexpected aggregate");
return ExValue(TheVoidTypeDeclaration);
case EX_SWITCH: