From ddd176bc1ad2bfb4d6c5d33515ae86d804670bd7 Mon Sep 17 00:00:00 2001
From: Andrew Heather <a.heather@opencfd.co.uk>
Date: Tue, 26 Jun 2018 17:33:00 +0100
Subject: [PATCH] ENH: Corrected header documentation

---
 src/functionObjects/forces/forceCoeffs/forceCoeffs.H | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/functionObjects/forces/forceCoeffs/forceCoeffs.H b/src/functionObjects/forces/forceCoeffs/forceCoeffs.H
index 9c8e16e12eb..53e50a18b2c 100644
--- a/src/functionObjects/forces/forceCoeffs/forceCoeffs.H
+++ b/src/functionObjects/forces/forceCoeffs/forceCoeffs.H
@@ -75,7 +75,7 @@ Usage
     Where the entries comprise:
     \table
         Property     | Description             | Required    | Default value
-        type         | Type name: forces       | yes         |
+        type         | Type name: forceCoeffs  | yes         |
         log          | Write force data to standard output | no | no
         writeFields  | Write the force and moment coefficient fields | no | no
         patches      | Patches included in the forces calculation | yes |
-- 
GitLab