From e1d67b244dbc4fcf15f851ed0b1040759e8e23c4 Mon Sep 17 00:00:00 2001 From: Henry Weller <http://cfd.direct> Date: Fri, 11 Mar 2016 09:46:48 +0000 Subject: [PATCH] Corrected typo --- src/OpenFOAM/matrices/Matrix/Matrix.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OpenFOAM/matrices/Matrix/Matrix.C b/src/OpenFOAM/matrices/Matrix/Matrix.C index 39761e49da0..ec9ae8b1b0f 100644 --- a/src/OpenFOAM/matrices/Matrix/Matrix.C +++ b/src/OpenFOAM/matrices/Matrix/Matrix.C @@ -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); } -- GitLab