diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-10-01 14:00:32 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-10-01 14:04:14 +0000 |
commit | 5e985c2f346f25ada98e19e0531ea99cd9a7931c (patch) | |
tree | c8785166d2717ae2b70af0c98c1f9a1d6843061b /nlpsolver | |
parent | 2cb9aa4a4549b216ff3747fb1a554d101499428b (diff) |
Fix typos
Change-Id: I4452d4a4a4a61f39cd9c2b5a441c6c2017f15ce8
Reviewed-on: https://gerrit.libreoffice.org/19073
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'nlpsolver')
-rw-r--r-- | nlpsolver/ThirdParty/EvolutionarySolver/src/net/adaptivebox/sco/SCAgent.java | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |