From 95010f7b47c2ba3b51ffefdd6aece93c3a265817 Mon Sep 17 00:00:00 2001 From: andy Date: Tue, 13 Jan 2009 17:45:05 +0000 Subject: [PATCH] minor typo --- src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.H b/src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.H index e781dbad05..e14c0fe497 100644 --- a/src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.H +++ b/src/finiteVolume/fvMatrices/fvMatrix/fvMatrix.H @@ -198,7 +198,7 @@ public: //- Solver class returned by the solver function // used for systems in which it is useful to cache the solver for reuse - // e.g. is the solver is potentialy expensive to construct (AMG) and can + // e.g. if the solver is potentialy expensive to construct (AMG) and can // be used several times (PISO) class fvSolver {