Spelling: 's/Coefficent/Coefficient/g

Tested: Top commit (along with this) was built and ran against
        validator.
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>

Change-Id: Ie5af15941250b795215cee87e757e56cce26c46e
diff --git a/static/redfish/v1/JsonSchemas/OemManager/index.json b/static/redfish/v1/JsonSchemas/OemManager/index.json
index 107621e..143f02b 100644
--- a/static/redfish/v1/JsonSchemas/OemManager/index.json
+++ b/static/redfish/v1/JsonSchemas/OemManager/index.json
@@ -88,18 +88,18 @@
             },
             "properties": {
                 "FFGainCoefficient": {
-                    "description": "Feed forward gain coefficent for the PID.",
-                    "longDescription": "Feed forward gain coefficent for the PID.",
+                    "description": "Feed forward gain coefficient for the PID.",
+                    "longDescription": "Feed forward gain coefficient for the PID.",
                     "type": "number"
                 },
                 "FFOffCoefficient": {
-                    "description": "Feed forward offset coefficent for the PID.",
-                    "longDescription": "Feed forward offset coefficent for the PID.",
+                    "description": "Feed forward offset coefficient for the PID.",
+                    "longDescription": "Feed forward offset coefficient for the PID.",
                     "type": "number"
                 },
                 "ICoefficient": {
-                    "description": "Integral Coefficent for the PID.",
-                    "longDescription": "Integral Coefficent for the PID.",
+                    "description": "Integral Coefficient for the PID.",
+                    "longDescription": "Integral Coefficient for the PID.",
                     "type": "number"
                 },
                 "ILimitMax": {
@@ -150,8 +150,8 @@
                     "type": "array"
                 },
                 "PCoefficient": {
-                    "description": "Polynomial coefficent for the PID.",
-                    "longDescription": "Polynomial coefficent for the PID.",
+                    "description": "Polynomial coefficient for the PID.",
+                    "longDescription": "Polynomial coefficient for the PID.",
                     "type": "number"
                 },
                 "PositiveHysteresis": {
@@ -343,18 +343,18 @@
             },
             "properties": {
                 "FFGainCoefficient": {
-                    "description": "Feed forward gain coefficent for the PID.",
-                    "longDescription": "Feed forward gain coefficent for the PID.",
+                    "description": "Feed forward gain coefficient for the PID.",
+                    "longDescription": "Feed forward gain coefficient for the PID.",
                     "type": "number"
                 },
                 "FFOffCoefficient": {
-                    "description": "Feed forward offset coefficent for the PID.",
-                    "longDescription": "Feed forward offset coefficent for the PID.",
+                    "description": "Feed forward offset coefficient for the PID.",
+                    "longDescription": "Feed forward offset coefficient for the PID.",
                     "type": "number"
                 },
                 "ICoefficient": {
-                    "description": "Integral Coefficent for the PID.",
-                    "longDescription": "Integral Coefficent for the PID.",
+                    "description": "Integral Coefficient for the PID.",
+                    "longDescription": "Integral Coefficient for the PID.",
                     "type": "number"
                 },
                 "ILimitMax": {
@@ -394,8 +394,8 @@
                     "type": "number"
                 },
                 "PCoefficient": {
-                    "description": "Polynomial coefficent for the PID.",
-                    "longDescription": "Polynomial coefficent for the PID.",
+                    "description": "Polynomial coefficient for the PID.",
+                    "longDescription": "Polynomial coefficient for the PID.",
                     "type": "number"
                 },
                 "PositiveHysteresis": {
diff --git a/static/redfish/v1/schema/OemManager_v1.xml b/static/redfish/v1/schema/OemManager_v1.xml
index 9ae36ca..4554db4 100644
--- a/static/redfish/v1/schema/OemManager_v1.xml
+++ b/static/redfish/v1/schema/OemManager_v1.xml
@@ -114,16 +114,16 @@
                 <Annotation Term="OData.AdditionalProperties" Bool="false" />
                 <Annotation Term="OData.Description" String="Configuration data for Fan Controllers." />
                 <Property Name="FFGainCoefficient" Type="Edm.Decimal" Nullable="false">
-                    <Annotation Term="OData.Description" String="Feed forward gain coefficent for the PID." />
-                    <Annotation Term="OData.LongDescription" String="Feed forward gain coefficent for the PID." />
+                    <Annotation Term="OData.Description" String="Feed forward gain coefficient for the PID." />
+                    <Annotation Term="OData.LongDescription" String="Feed forward gain coefficient for the PID." />
                 </Property>
                 <Property Name="FFOffCoefficient" Type="Edm.Decimal" Nullable="false">
-                    <Annotation Term="OData.Description" String="Feed forward offset coefficent for the PID." />
-                    <Annotation Term="OData.LongDescription" String="Feed forward offset coefficent for the PID." />
+                    <Annotation Term="OData.Description" String="Feed forward offset coefficient for the PID." />
+                    <Annotation Term="OData.LongDescription" String="Feed forward offset coefficient for the PID." />
                 </Property>
                 <Property Name="ICoefficient" Type="Edm.Decimal" Nullable="false">
-                    <Annotation Term="OData.Description" String="Integral Coefficent for the PID." />
-                    <Annotation Term="OData.LongDescription" String="Integral Coefficent for the PID." />
+                    <Annotation Term="OData.Description" String="Integral Coefficient for the PID." />
+                    <Annotation Term="OData.LongDescription" String="Integral Coefficient for the PID." />
                 </Property>
                 <Property Name="ILimitMax" Type="Edm.Decimal" Nullable="false">
                     <Annotation Term="OData.Description" String="Integral limit maxiumum for the PID." />
@@ -158,8 +158,8 @@
                     <Annotation Term="OData.LongDescription" String="Output sensors to the PID controller."/>
                 </Property>
                 <Property Name="PCoefficient" Type="Edm.Decimal" Nullable="false">
-                    <Annotation Term="OData.Description" String="Polynomial coefficent for the PID." />
-                    <Annotation Term="OData.LongDescription" String="Polynomial coefficent for the PID." />
+                    <Annotation Term="OData.Description" String="Polynomial coefficient for the PID." />
+                    <Annotation Term="OData.LongDescription" String="Polynomial coefficient for the PID." />
                 </Property>
                 <Property Name="SlewNeg" Type="Edm.Decimal" Nullable="false">
                     <Annotation Term="OData.Description" String="Negative slew rate for the PID." />
@@ -198,16 +198,16 @@
                 <Annotation Term="OData.AdditionalProperties" Bool="false" />
                 <Annotation Term="OData.Description" String="Configuration data for Fan Controllers." />
                 <Property Name="FFGainCoefficient" Type="Edm.Decimal" Nullable="false">
-                    <Annotation Term="OData.Description" String="Feed forward gain coefficent for the PID." />
-                    <Annotation Term="OData.LongDescription" String="Feed forward gain coefficent for the PID." />
+                    <Annotation Term="OData.Description" String="Feed forward gain coefficient for the PID." />
+                    <Annotation Term="OData.LongDescription" String="Feed forward gain coefficient for the PID." />
                 </Property>
                 <Property Name="FFOffCoefficient" Type="Edm.Decimal" Nullable="false">
-                    <Annotation Term="OData.Description" String="Feed forward offset coefficent for the PID." />
-                    <Annotation Term="OData.LongDescription" String="Feed forward offset coefficent for the PID." />
+                    <Annotation Term="OData.Description" String="Feed forward offset coefficient for the PID." />
+                    <Annotation Term="OData.LongDescription" String="Feed forward offset coefficient for the PID." />
                 </Property>
                 <Property Name="ICoefficient" Type="Edm.Decimal" Nullable="false">
-                    <Annotation Term="OData.Description" String="Integral Coefficent for the PID." />
-                    <Annotation Term="OData.LongDescription" String="Integral Coefficent for the PID." />
+                    <Annotation Term="OData.Description" String="Integral Coefficient for the PID." />
+                    <Annotation Term="OData.LongDescription" String="Integral Coefficient for the PID." />
                 </Property>
                 <Property Name="ILimitMax" Type="Edm.Decimal" Nullable="false">
                     <Annotation Term="OData.Description" String="Integral limit maxiumum for the PID." />
@@ -238,8 +238,8 @@
                     <Annotation Term="OData.LongDescription" String="Positive hysteresis for the controller." />
                </Property>
                 <Property Name="PCoefficient" Type="Edm.Decimal" Nullable="false">
-                    <Annotation Term="OData.Description" String="Polynomial coefficent for the PID." />
-                    <Annotation Term="OData.LongDescription" String="Polynomial coefficent for the PID." />
+                    <Annotation Term="OData.Description" String="Polynomial coefficient for the PID." />
+                    <Annotation Term="OData.LongDescription" String="Polynomial coefficient for the PID." />
                 </Property>
                <Property Name="SetPoint" Type="Edm.Decimal" Nullable="false">
                     <Annotation Term="OData.Description" String="Setpoint for the PID." />