From e1d67b244dbc4fcf15f851ed0b1040759e8e23c4 Mon Sep 17 00:00:00 2001 From: Henry Weller 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 39761e49da..ec9ae8b1b0 100644 --- a/src/OpenFOAM/matrices/Matrix/Matrix.C +++ b/src/OpenFOAM/matrices/Matrix/Matrix.C @@ -200,7 +200,7 @@ void Foam::Matrix::operator=(const Matrix& a) if (this == &a) { FatalErrorInFunction - << "attempted assigmnent to self" + << "attempted assignment to self" << abort(FatalError); }