misspelling errors have been corrected in some files. improvment -> improvement

git-svn-id: svn://scm.gforge.inria.fr/svnroot/paradiseo@584 331e1502-861f-0410-8da2-ba01fb791d7f
This commit is contained in:
jboisson 2007-07-31 12:15:20 +00:00
commit cba18441d6
130 changed files with 217 additions and 217 deletions

View file

@ -20,7 +20,7 @@
//! One of the possible moMove selector (moMoveSelect)
/*!
All the neighbors are considered.
One of them that enables an improvment of the objective function is choosen.
One of them that enables an improvement of the objective function is choosen.
*/
template < class M > class moRandImprSelect:public moMoveSelect < M >
{