From: Hannu Niemistö Date: Wed, 2 Aug 2017 11:19:35 +0000 (+0300) Subject: (refs #7404) Fixed a typo in the error message. X-Git-Tag: v1.31.0~264^2~9 X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=commitdiff_plain;h=b77d6bc2e8713d4138a0af0afb64a97f92a21052;hp=1a70d6085093907f2120e5319554420b1ada614a (refs #7404) Fixed a typo in the error message. Change-Id: Id7e134d8c8648e40ddc440257888e067e083451a --- diff --git a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/expressions/EAmbiguous.java b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/expressions/EAmbiguous.java index 7434bf2ac..09397ba05 100644 --- a/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/expressions/EAmbiguous.java +++ b/bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/elaboration/expressions/EAmbiguous.java @@ -76,7 +76,7 @@ public class EAmbiguous extends SimplifiableExpression { StringBuilder b = new StringBuilder(); b.append("Expected <"); requiredType.toString(new TypeUnparsingContext(), b); - b.append(">, but no alteratives match the type: "); + b.append(">, but no alternatives match the type: "); for(int i=0;i