From b3b124703de77eb3723a5540f3d1b1e7681f4294 Mon Sep 17 00:00:00 2001
From: Henry Weller <http://cfd.direct>
Date: Tue, 13 Jun 2017 16:50:02 +0100
Subject: [PATCH] surfaceInterpolation::outletStabilised: Corrected typo

Resolves bug-report https://bugs.openfoam.org/view.php?id=2574
---
 .../schemes/outletStabilised/outletStabilised.H               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/outletStabilised/outletStabilised.H b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/outletStabilised/outletStabilised.H
index b2617ef6f6c..0413fc3753d 100644
--- a/src/finiteVolume/interpolation/surfaceInterpolation/schemes/outletStabilised/outletStabilised.H
+++ b/src/finiteVolume/interpolation/surfaceInterpolation/schemes/outletStabilised/outletStabilised.H
@@ -2,7 +2,7 @@
   =========                 |
   \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
    \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2011-2016 OpenFOAM Foundation
+   \\  /    A nd           | Copyright (C) 2011-2017 OpenFOAM Foundation
      \\/     M anipulation  |
 -------------------------------------------------------------------------------
 License
@@ -183,7 +183,7 @@ public:
         }
 
         //- Return the explicit correction to the face-interpolate
-        //  set to zero on the near-boundary faces where upwinf is applied
+        //  set to zero on the near-boundary faces where upwind is applied
         virtual tmp<GeometricField<Type, fvsPatchField, surfaceMesh>>
         correction
         (
-- 
GitLab