Corrected typo

This commit is contained in:
Henry Weller 2016-03-11 09:46:48 +00:00
parent 97489df33d
commit e1d67b244d

View File

@ -200,7 +200,7 @@ void Foam::Matrix<Form, Type>::operator=(const Matrix<Form, Type>& a)
if (this == &a)
{
FatalErrorInFunction
<< "attempted assigmnent to self"
<< "attempted assignment to self"
<< abort(FatalError);
}