STYLE: externalCoupledFunctionObject: typo

This commit is contained in:
mattijs
2016-07-27 10:38:58 +01:00
parent f7999317ac
commit b2722eb66b

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2015 OpenCFD Ltd. \\ / A nd | Copyright (C) 2015-2016 OpenCFD Ltd.
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -770,7 +770,7 @@ void Foam::externalCoupledFunctionObject::initialise()
// Wait for initial data to be made available // Wait for initial data to be made available
wait(); wait();
// Eead data passed back from external source // Read data passed back from external source
readData(); readData();
} }