3 identical typos in 3 different files :-)

This commit is contained in:
evomarc 2007-12-08 14:49:52 +00:00
commit f2b98abd90
3 changed files with 3 additions and 3 deletions

View file

@ -74,7 +74,7 @@ int main(int argc, char* argv[])
eoEvalFuncPtr<Indi, double> mainEval( binary_value<Indi>);
eoEvalFuncCounter<Indi> eval(mainEval);
// COnstruction of the distribution
// Construction of the distribution
eoPBILDistrib<Indi> & distrib = make_PBILdistrib(parser, state, Indi());
// and the update rule
eoDistribUpdater<Indi> & update = make_PBILupdate(parser, state, Indi());