Corrected typo
This commit is contained in:
parent
930d750bfd
commit
bb49210567
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue