From ea54d3a184715a0d8c6abed488d27a8c5a25b4b5 Mon Sep 17 00:00:00 2001 From: andy <andy> Date: Wed, 30 May 2012 15:28:12 +0100 Subject: [PATCH] STYLE: spelling typo correction --- src/lagrangian/intermediate/submodels/SubModelBase.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lagrangian/intermediate/submodels/SubModelBase.H b/src/lagrangian/intermediate/submodels/SubModelBase.H index afa42881bf8..d9d97c941b9 100644 --- a/src/lagrangian/intermediate/submodels/SubModelBase.H +++ b/src/lagrangian/intermediate/submodels/SubModelBase.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -63,7 +63,7 @@ protected: //- Reference to the cloud dictionary const dictionary& dict_; - //- Name of the sub-model bas class + //- Name of the sub-model base class const word baseName_; //- Name of the sub-model -- GitLab