diff --git a/src/OpenFOAM/primitives/spatialVectorAlgebra/spatialTransform/spatialTransformI.H b/src/OpenFOAM/primitives/spatialVectorAlgebra/spatialTransform/spatialTransformI.H
index 4ab3f7e51245af1c77b9dc7cebedc33b3d8fa28b..c1323e1860edbe75ffe679c4f55fc3e95ea41c07 100644
--- a/src/OpenFOAM/primitives/spatialVectorAlgebra/spatialTransform/spatialTransformI.H
+++ b/src/OpenFOAM/primitives/spatialVectorAlgebra/spatialTransform/spatialTransformI.H
@@ -257,7 +257,7 @@ inline spatialTransform Xrx(const scalar& omega)
     return spatialTransform(Rx(omega), Zero);
 }
 
-//- Rotational spatial transformation tensor about the x-axis by omega radians
+//- Rotational spatial transformation tensor about the y-axis by omega radians
 inline spatialTransform Xry(const scalar& omega)
 {
     return spatialTransform(Ry(omega), Zero);
diff --git a/src/fvOptions/sources/derived/effectivenessHeatExchangerSource/effectivenessHeatExchangerSource.H b/src/fvOptions/sources/derived/effectivenessHeatExchangerSource/effectivenessHeatExchangerSource.H
index 46b3c6fb8968c96c129a311d9fc7cfc004c36803..e64bfce42961ea0964df2e4ac7e833576c2a3777 100644
--- a/src/fvOptions/sources/derived/effectivenessHeatExchangerSource/effectivenessHeatExchangerSource.H
+++ b/src/fvOptions/sources/derived/effectivenessHeatExchangerSource/effectivenessHeatExchangerSource.H
@@ -107,23 +107,29 @@ Usage
 
     \verbatim
         (
-            0.02
             (
-                (0.1    A)
-                (0.2    B)
-                (0.3    C)
-            ),
-            0.04
+                0.02
+                (
+                    (0.1    A)
+                    (0.2    B)
+                    (0.3    C)
+                )
+            )
             (
-                (0.1    D)
-                (0.2    E)
-                (0.3    F)
-            ),
-            0.06
+                0.04
+                (
+                    (0.1    D)
+                    (0.2    E)
+                    (0.3    F)
+                )
+            )
             (
-                (0.1    G)
-                (0.2    H)
-                (0.3    I)
+                0.06
+                (
+                    (0.1    G)
+                    (0.2    H)
+                    (0.3    I)
+                )
             )
         );
     \endverbatim