From 5e985c2f346f25ada98e19e0531ea99cd9a7931c Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 1 Oct 2015 14:00:32 +0200 Subject: Fix typos Change-Id: I4452d4a4a4a61f39cd9c2b5a441c6c2017f15ce8 Reviewed-on: https://gerrit.libreoffice.org/19073 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- .../ThirdParty/EvolutionarySolver/src/net/adaptivebox/sco/SCAgent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nlpsolver/ThirdParty') diff --git a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/sco/SCAgent.java b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/sco/SCAgent.java index e922ba1d40ad..959b22e13ffa 100644 --- a/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/sco/SCAgent.java +++ b/nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/sco/SCAgent.java @@ -76,7 +76,7 @@ public class SCAgent { public SearchPoint generatePoint() { //generate a new point generatePoint(trailPoint); - //evaluete the generated point + //evaluate the generated point problemEncoder.evaluate(trailPoint); return trailPoint; } -- cgit