From 86b8c063a47c1cca13bc208e17eac0d8d96d9072 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 19 Nov 2017 21:29:23 +0100 Subject: Fix typos Change-Id: I964528cf4f3b81230c683011e1878b28378b0014 Reviewed-on: https://gerrit.libreoffice.org/44915 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- sccomp/source/solver/DifferentialEvolution.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sccomp') diff --git a/sccomp/source/solver/DifferentialEvolution.hxx b/sccomp/source/solver/DifferentialEvolution.hxx index 7d37ef82b9f8..2ced9b9d209e 100644 --- a/sccomp/source/solver/DifferentialEvolution.hxx +++ b/sccomp/source/solver/DifferentialEvolution.hxx @@ -97,7 +97,7 @@ public: size_t x = agentIndex; // randomPopulation(generator); size_t a, b, c; - // create a copy of choosen random agent in population + // create a copy of chosen random agent in population Individual& rOriginal = maPopulation[x]; Individual aCandidate(rOriginal); -- cgit