summaryrefslogtreecommitdiff
path: root/sccomp
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-11-19 21:29:23 +0100
committerJulien Nabet <serval2412@yahoo.fr>2017-11-19 21:57:17 +0100
commit86b8c063a47c1cca13bc208e17eac0d8d96d9072 (patch)
tree36d4ff66aedc3b2f2e5f734ddb62753eb4fd4993 /sccomp
parent2b2f1352c72280dd25ed3bef090a3c708ee4b964 (diff)
Fix typos
Change-Id: I964528cf4f3b81230c683011e1878b28378b0014 Reviewed-on: https://gerrit.libreoffice.org/44915 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sccomp')
-rw-r--r--sccomp/source/solver/DifferentialEvolution.hxx2
1 files changed, 1 insertions, 1 deletions
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);