From f2b98abd906f36611a1b017d275bce222fbe81e8 Mon Sep 17 00:00:00 2001 From: evomarc Date: Sat, 8 Dec 2007 14:49:52 +0000 Subject: [PATCH] 3 identical typos in 3 different files :-) --- eo/src/eoFlOrMonOp.h | 2 +- eo/src/eoProportionalCombinedOp.h | 2 +- eo/test/t-eoPBIL.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eo/src/eoFlOrMonOp.h b/eo/src/eoFlOrMonOp.h index 4b56cb51..ae6f7d74 100644 --- a/eo/src/eoFlOrMonOp.h +++ b/eo/src/eoFlOrMonOp.h @@ -31,7 +31,7 @@ #include /** Base classes for generic mutations on fixed length chromosomes. - * COntains 2 classes that both use an atomic mutation + * Contains 2 classes that both use an atomic mutation * eoFlOrAllMutation applies the atom mutation to all components with given rate * eoFlOrKMutation applies the atom mutation to a fixed nb of components * diff --git a/eo/src/eoProportionalCombinedOp.h b/eo/src/eoProportionalCombinedOp.h index 8a30d368..e1f3053c 100644 --- a/eo/src/eoProportionalCombinedOp.h +++ b/eo/src/eoProportionalCombinedOp.h @@ -205,6 +205,6 @@ std::vector rates; }; -// for General Ops, it's another story - see eoOpCOntainer +// for General Ops, it's another story - see eoOpContainer #endif diff --git a/eo/test/t-eoPBIL.cpp b/eo/test/t-eoPBIL.cpp index bc251fe2..adba787f 100644 --- a/eo/test/t-eoPBIL.cpp +++ b/eo/test/t-eoPBIL.cpp @@ -74,7 +74,7 @@ int main(int argc, char* argv[]) eoEvalFuncPtr mainEval( binary_value); eoEvalFuncCounter eval(mainEval); - // COnstruction of the distribution + // Construction of the distribution eoPBILDistrib & distrib = make_PBILdistrib(parser, state, Indi()); // and the update rule eoDistribUpdater & update = make_PBILupdate(parser, state, Indi());