From c143c3a32c8e9283e272c65edb8fa554bb74cca8 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Thu, 3 Jan 2019 14:37:37 +0000
Subject: [PATCH] STYLE: columnFvMesh: typo

---
 .../fvMesh/simplifiedFvMesh/columnFvMesh/columnFvMesh.C    | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/finiteVolume/fvMesh/simplifiedFvMesh/columnFvMesh/columnFvMesh.C b/src/finiteVolume/fvMesh/simplifiedFvMesh/columnFvMesh/columnFvMesh.C
index 6af42518bcb..36f7283e0ef 100644
--- a/src/finiteVolume/fvMesh/simplifiedFvMesh/columnFvMesh/columnFvMesh.C
+++ b/src/finiteVolume/fvMesh/simplifiedFvMesh/columnFvMesh/columnFvMesh.C
@@ -2,7 +2,7 @@
   =========                 |
   \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
    \\    /   O peration     |
-    \\  /    A nd           | Copyright (C) 2018 OpenCFD Ltd.
+    \\  /    A nd           | Copyright (C) 2018-2019 OpenCFD Ltd.
      \\/     M anipulation  |
 -------------------------------------------------------------------------------
 License
@@ -122,8 +122,9 @@ bool Foam::simplifiedMeshes::columnFvMeshInfo::setPatchEntries
 
         WarningInFunction
             << "All boundaries will be approximated using wall-type patches. "
-            << "This may cause your final case to run differntly.  "
-            << "Create you mesh first for improved performance"
+            << "This may cause your" << nl
+            << "    final case to run differently. "
+            << "Create your mesh first for improved performance"
             << endl;
 
         const dictionary& boundaryFieldDict =
-- 
GitLab