diff --git a/etc/caseDicts/annotated/topoSetSourcesDict b/etc/caseDicts/annotated/topoSetSourcesDict
index c1ad42711ac590ede5f5e46e244f5faff95407d9..fbcb500e82ee3a10f13e7a21f1d0b27ca48ce6a0 100644
--- a/etc/caseDicts/annotated/topoSetSourcesDict
+++ b/etc/caseDicts/annotated/topoSetSourcesDict
@@ -274,7 +274,6 @@ faceSet_doc
     //- Select based on cellSet
     {
         source  cellToFace;
-        source  faceToCell;
         sets    (c0 c1);
         // or
         set     c0;             // Name of cellSet
@@ -316,7 +315,7 @@ faceSet_doc
     //- Select by explicitly providing face labels
     {
         source  labelToFace;
-        value  (12 13 56);      // labels of faces
+        value   (12 13 56);     // labels of faces
     }
 
 
diff --git a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/cpuCabinet/system/snappyHexMeshDict b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/cpuCabinet/system/snappyHexMeshDict
index 1ee086588b01924941bec7342e3cff2a160b7ca8..1049b0e3b92f23073bfad48304736f684a26d80d 100644
--- a/tutorials/heatTransfer/chtMultiRegionSimpleFoam/cpuCabinet/system/snappyHexMeshDict
+++ b/tutorials/heatTransfer/chtMultiRegionSimpleFoam/cpuCabinet/system/snappyHexMeshDict
@@ -170,7 +170,7 @@ addLayersControls
     slipFeatureAngle 30;
     nGrow           0;
     nBufferCellsNoExtrude 0;
-    minMedianAxisAngle 90;
+    minMedialAxisAngle 90;
     maxFaceThicknessRatio 0.2;
     maxThicknessToMedialRatio 0.3;
     minThickness    1e-06;
diff --git a/tutorials/lagrangian/reactingParcelFoam/airRecirculationRoom/steady/system/snappyHexMeshDict b/tutorials/lagrangian/reactingParcelFoam/airRecirculationRoom/steady/system/snappyHexMeshDict
index 4b6acf04e0f9c46e106b9f6c67fab15b6c67ee98..8dd28fb297ba253d19dd2241f90edccdfec4f8ea 100644
--- a/tutorials/lagrangian/reactingParcelFoam/airRecirculationRoom/steady/system/snappyHexMeshDict
+++ b/tutorials/lagrangian/reactingParcelFoam/airRecirculationRoom/steady/system/snappyHexMeshDict
@@ -273,7 +273,7 @@ addLayersControls
     slipFeatureAngle 30;
     nGrow           0;
     nBufferCellsNoExtrude 0;
-    minMedianAxisAngle 90;
+    minMedialAxisAngle 90;
     maxFaceThicknessRatio 0.2;
     maxThicknessToMedialRatio 0.3;
     minThickness    1e-06;
diff --git a/tutorials/mesh/extrudeMesh/faceZoneExtrusion/Allrun.pre b/tutorials/mesh/extrudeMesh/faceZoneExtrusion/Allrun
similarity index 100%
rename from tutorials/mesh/extrudeMesh/faceZoneExtrusion/Allrun.pre
rename to tutorials/mesh/extrudeMesh/faceZoneExtrusion/Allrun
diff --git a/tutorials/mesh/snappyHexMesh/distributedTriSurfaceMesh/system/snappyHexMeshDict b/tutorials/mesh/snappyHexMesh/distributedTriSurfaceMesh/system/snappyHexMeshDict
index 4d67001452b06b2b4f1480f5b00a7dd2a2b8fef5..676a423c1d9f8bd72a51690d37d0843083dc073b 100644
--- a/tutorials/mesh/snappyHexMesh/distributedTriSurfaceMesh/system/snappyHexMeshDict
+++ b/tutorials/mesh/snappyHexMesh/distributedTriSurfaceMesh/system/snappyHexMeshDict
@@ -249,7 +249,7 @@ addLayersControls
 
     // Angle used to pick up medial axis points
     // Note: changed(corrected) w.r.t 16x! 90 degrees corresponds to 130 in 16x.
-    minMedianAxisAngle 90;
+    minMedialAxisAngle 90;
 
     // Create buffer region for new layer terminations
     nBufferCellsNoExtrude 0;
diff --git a/tutorials/mesh/snappyHexMesh/motorBike_leakDetection/system/snappyHexMeshDict b/tutorials/mesh/snappyHexMesh/motorBike_leakDetection/system/snappyHexMeshDict
index 108f7c818fb88de45c36bc8afcbe6b05ce4d139c..e969ac1b174cf1febba4319cb8e1eae2cdd9106e 100644
--- a/tutorials/mesh/snappyHexMesh/motorBike_leakDetection/system/snappyHexMeshDict
+++ b/tutorials/mesh/snappyHexMesh/motorBike_leakDetection/system/snappyHexMeshDict
@@ -286,7 +286,7 @@ addLayersControls
     // Angle used to pick up medial axis points
     // Note: changed(corrected) w.r.t 1.7.x! 90 degrees corresponds to 130
     // in 1.7.x.
-    minMedianAxisAngle 90;
+    minMedialAxisAngle 90;
 
 
     // Create buffer region for new layer terminations
diff --git a/tutorials/mesh/snappyHexMesh/opposite_walls/system/snappyHexMeshDict b/tutorials/mesh/snappyHexMesh/opposite_walls/system/snappyHexMeshDict
index 464ae0f34990e30d1e25351fa8198b67c7499ece..a8bea2c8ef90330cd034567692449ef2881d458a 100644
--- a/tutorials/mesh/snappyHexMesh/opposite_walls/system/snappyHexMeshDict
+++ b/tutorials/mesh/snappyHexMesh/opposite_walls/system/snappyHexMeshDict
@@ -276,7 +276,7 @@ addLayersControls
 
     // Angle used to pick up medial axis points
     // Note: changed(corrected) w.r.t 16x! 90 degrees corresponds to 130 in 16x.
-    minMedianAxisAngle 90;
+    minMedialAxisAngle 90;
 
     // Create buffer region for new layer terminations
     nBufferCellsNoExtrude 0;
diff --git a/tutorials/mesh/snappyHexMesh/sphere_gapClosure/system/snappyHexMeshDict b/tutorials/mesh/snappyHexMesh/sphere_gapClosure/system/snappyHexMeshDict
index 51d69f1579736dbb5ead191de5db399ff679aca8..7d449b8b162b25f679ad0c0a7e1402ec187075a1 100644
--- a/tutorials/mesh/snappyHexMesh/sphere_gapClosure/system/snappyHexMeshDict
+++ b/tutorials/mesh/snappyHexMesh/sphere_gapClosure/system/snappyHexMeshDict
@@ -263,7 +263,7 @@ addLayersControls
     // Angle used to pick up medial axis points
     // Note: changed(corrected) w.r.t 1.7.x! 90 degrees corresponds to 130
     // in 1.7.x.
-    minMedianAxisAngle 90;
+    minMedialAxisAngle 90;
 
 
     // Create buffer region for new layer terminations
diff --git a/tutorials/multiphase/interFoam/RAS/electrostaticDeposition/system/snappyHexMeshDict b/tutorials/multiphase/interFoam/RAS/electrostaticDeposition/system/snappyHexMeshDict
index 75b28e145664fbe65bb4ac0ffb60425ae2d64836..b3c8311e5514fa750a8f9cc4a7d67a217bde3784 100644
--- a/tutorials/multiphase/interFoam/RAS/electrostaticDeposition/system/snappyHexMeshDict
+++ b/tutorials/multiphase/interFoam/RAS/electrostaticDeposition/system/snappyHexMeshDict
@@ -87,7 +87,7 @@ addLayersControls
     slipFeatureAngle 30;
     nGrow           0;
     nBufferCellsNoExtrude 0;
-    minMedianAxisAngle 90;
+    minMedialAxisAngle 90;
     maxFaceThicknessRatio 0.2;
     maxThicknessToMedialRatio 0.3;
     minThickness    1e-06;
diff --git a/tutorials/multiphase/overInterDyMFoam/rigidBodyHull/overset-1/system/snappyHexMeshDict b/tutorials/multiphase/overInterDyMFoam/rigidBodyHull/overset-1/system/snappyHexMeshDict
index 933d1100d1ae88deb507a70030c674dc03d9f279..bfb028eb7b0e2cde5140fb739a23889d4384d80b 100644
--- a/tutorials/multiphase/overInterDyMFoam/rigidBodyHull/overset-1/system/snappyHexMeshDict
+++ b/tutorials/multiphase/overInterDyMFoam/rigidBodyHull/overset-1/system/snappyHexMeshDict
@@ -137,7 +137,7 @@ addLayersControls
     slipFeatureAngle 30;
     nGrow           0;
     nBufferCellsNoExtrude 0;
-    minMedianAxisAngle 90;
+    minMedialAxisAngle 90;
     maxFaceThicknessRatio 0.2;
     maxThicknessToMedialRatio 0.3;
     minThickness    1e-06;
diff --git a/tutorials/multiphase/overInterDyMFoam/rigidBodyHull/overset-2/system/snappyHexMeshDict b/tutorials/multiphase/overInterDyMFoam/rigidBodyHull/overset-2/system/snappyHexMeshDict
index 06d0bf4ee40fa6f33fe2db7b70b197219d2d6bb4..10e59fe051b22a3b27a64114f6acd4d69343eaf8 100644
--- a/tutorials/multiphase/overInterDyMFoam/rigidBodyHull/overset-2/system/snappyHexMeshDict
+++ b/tutorials/multiphase/overInterDyMFoam/rigidBodyHull/overset-2/system/snappyHexMeshDict
@@ -145,7 +145,7 @@ addLayersControls
     slipFeatureAngle 30;
     nGrow           0;
     nBufferCellsNoExtrude 0;
-    minMedianAxisAngle 90;
+    minMedialAxisAngle 90;
     maxFaceThicknessRatio 0.2;
     maxThicknessToMedialRatio 0.3;
     minThickness    1e-06;