From c217800a74844506edadbde85a5b250b208c7028 Mon Sep 17 00:00:00 2001
From: Andrew Heather <a.heather@opencfd.co.uk>
Date: Sat, 30 Dec 2017 20:29:13 +0000
Subject: [PATCH] TUT: minor update to div scheme test

---
 .../verificationAndValidation/schemes/divergenceExample/Allrun  | 2 +-
 .../schemes/divergenceExample/system/schemesToTest              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tutorials/verificationAndValidation/schemes/divergenceExample/Allrun b/tutorials/verificationAndValidation/schemes/divergenceExample/Allrun
index 46e746c9c9b..c15cbc2e040 100755
--- a/tutorials/verificationAndValidation/schemes/divergenceExample/Allrun
+++ b/tutorials/verificationAndValidation/schemes/divergenceExample/Allrun
@@ -8,7 +8,7 @@ runApplication blockMesh
 
 cat system/schemesToTest | while read scheme
 do
-    echo "Updating fvSchmes to use $scheme"
+    echo "Updating fvSchemes to use $scheme"
     sed "s/DIVSCHEME/$scheme/g" system/fvSchemes.template > system/fvSchemes
 
     # Create a sanitised name for the scheme - remove 'special' characters
diff --git a/tutorials/verificationAndValidation/schemes/divergenceExample/system/schemesToTest b/tutorials/verificationAndValidation/schemes/divergenceExample/system/schemesToTest
index be48003bf66..3657278aa26 100644
--- a/tutorials/verificationAndValidation/schemes/divergenceExample/system/schemesToTest
+++ b/tutorials/verificationAndValidation/schemes/divergenceExample/system/schemesToTest
@@ -2,7 +2,7 @@ limitedLinear 0.2
 limitedLinear 1.0
 linear
 linearUpwind grad(U)
-LUST
+LUST grad(U)
 midPoint
 Minmod
 MUSCL
-- 
GitLab