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

@ -17,7 +17,7 @@
//! One possible moMoveSelect.
/*!
The neighborhood is explored until
a move enables an improvment of the
a move enables an improvement of the
current solution.
*/
template < class M > class moFirstImprSelect:public moMoveSelect < M >
@ -42,7 +42,7 @@ public:
//!Function that indicates if the current move has not improved the fitness.
/*!
If the given fitness enables an improvment,
If the given fitness enables an improvement,
the move (moMove) should be applied to the current solution.
\param __move a move.