Skip to content
Snippets Groups Projects
Commit e1d67b24 authored by Henry Weller's avatar Henry Weller
Browse files

Corrected typo

parent 97489df3
No related merge requests found
...@@ -200,7 +200,7 @@ void Foam::Matrix<Form, Type>::operator=(const Matrix<Form, Type>& a) ...@@ -200,7 +200,7 @@ void Foam::Matrix<Form, Type>::operator=(const Matrix<Form, Type>& a)
if (this == &a) if (this == &a)
{ {
FatalErrorInFunction FatalErrorInFunction
<< "attempted assigmnent to self" << "attempted assignment to self"
<< abort(FatalError); << abort(FatalError);
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment