From d358c8359b2f1518e4d5b6a3db4ecd7341525d35 Mon Sep 17 00:00:00 2001 From: Stefan Date: Fri, 2 May 2025 16:48:56 +0200 Subject: [PATCH] Fixed typo --- oscar64/InterCodeGenerator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oscar64/InterCodeGenerator.cpp b/oscar64/InterCodeGenerator.cpp index 76eaccf..c4a7fd6 100644 --- a/oscar64/InterCodeGenerator.cpp +++ b/oscar64/InterCodeGenerator.cpp @@ -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: