conf change: s/feedFwdOffOffsetCoeff/feedFwdOffsetCoeff/g

Fixup spelling mistake for configuration field name.

Change-Id: I92d0af06f4e15f4408dd10f0dd9cd71099b77f4f
Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/examples/README b/examples/README
index 33c2077..df76978 100644
--- a/examples/README
+++ b/examples/README
@@ -67,7 +67,7 @@
           "samplePeriod": 0.1,          /* The input sample period. (double) */
           "proportionalCoeff": 0.0,     /* The proportional coefficient. (double) */
           "integralCoeff": 0.0,         /* The integral coefficient. (double) */
-          "feedFwdOffOffsetCoeff": 0.0, /* The feed-forward offset coefficient. (double) */
+          "feedFwdOffsetCoeff": 0.0, /* The feed-forward offset coefficient. (double) */
           "feedFwdGainCoeff": 0.010,    /* The feed-forward gain coefficient. (double) */
           "integralLimit_min": 0.0,     /* The integral limit clamp, min, max (double) */
           "integralLimit_max": 0.0,