Skip to content

Commit

Permalink
a word correction
Browse files Browse the repository at this point in the history
  • Loading branch information
xyang619 committed Aug 26, 2015
1 parent 1c40366 commit ee3f6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EMExp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ void EMExp::iterate(int maxIter, double epsilon)
}
if (it >= maxIter)
{
cerr << "Warning: Max interation reached before convergence, set a larger number" << endl;
cerr << "Warning: Max iteration reached before convergence, set a larger number" << endl;
}
//clean stuff
delete[] nlambda;
Expand Down

0 comments on commit ee3f6a4

Please sign in to comment.