Fix spelling mistakes using codespell

This commit corrects various spelling mistakes throughout the
repository. The corrections were made automatically using `codespell`[1]
tool.

[1]: https://github.com/codespell-project/codespell

Change-Id: I965f52f9eae78bcad39a8d711f99bef7be4cbde0
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
diff --git a/yaml/com/google/gbmc/Hoth.errors.yaml b/yaml/com/google/gbmc/Hoth.errors.yaml
index 0b61989..b62cea8 100644
--- a/yaml/com/google/gbmc/Hoth.errors.yaml
+++ b/yaml/com/google/gbmc/Hoth.errors.yaml
@@ -8,6 +8,6 @@
   description:
       Could not find a response. The command may not have completed yet.
 - name: InterfaceError
-  description: A system error occured with the Hoth interface.
+  description: A system error occurred with the Hoth interface.
 - name: ExpectedInfoNotFound
   description: Could not find the expected information in the response.
diff --git a/yaml/com/google/gbmc/Hoth.interface.yaml b/yaml/com/google/gbmc/Hoth.interface.yaml
index 685f745..5485837 100644
--- a/yaml/com/google/gbmc/Hoth.interface.yaml
+++ b/yaml/com/google/gbmc/Hoth.interface.yaml
@@ -206,7 +206,7 @@
     - name: Confirm
       description: >
           Prevents hoth from rolling back and using the previous image. When an
-          image can be comfirmed to be working well, this command is given,
+          image can be confirmed to be working well, this command is given,
           which disarms the hoth watchdog.
       errors:
           - self.Error.CommandFailure
diff --git a/yaml/com/ibm/Dump/Create.interface.yaml b/yaml/com/ibm/Dump/Create.interface.yaml
index 883cef6..2d38983 100644
--- a/yaml/com/ibm/Dump/Create.interface.yaml
+++ b/yaml/com/ibm/Dump/Create.interface.yaml
@@ -10,7 +10,7 @@
       values:
           - name: "VSPString"
             description: >
-                The resouce dump is collected from various host resources. The
+                The resource dump is collected from various host resources. The
                 resource to collect the dump is indicated by using the resource
                 selector. The resource selector string needs to be passed to
                 host to generate a resource dump.
@@ -38,7 +38,7 @@
                 Hostboot dump is collected during a boot failure during the
                 hostboot booting phase.
           - name: "Hardware"
-            desription: >
+            description: >
                 Hardware dump is collected during a system checkstop.
           - name: "System"
             description: >
diff --git a/yaml/com/ibm/Dump/Notify.interface.yaml b/yaml/com/ibm/Dump/Notify.interface.yaml
index c5074b0..7c482ed 100644
--- a/yaml/com/ibm/Dump/Notify.interface.yaml
+++ b/yaml/com/ibm/Dump/Notify.interface.yaml
@@ -41,7 +41,7 @@
             description: >
                 Sometimes the dump is created in the host based on the request
                 from the user, such requests come through the BMC first and then
-                get forwaded to host in such cases host will be sending a token
+                get forwarded to host in such cases host will be sending a token
                 to identify the dump request. If the token is not valid it
                 should be defaulted to 0.
       errors:
diff --git a/yaml/com/ibm/VPD.errors.yaml b/yaml/com/ibm/VPD.errors.yaml
index 514a449..d0c6033 100644
--- a/yaml/com/ibm/VPD.errors.yaml
+++ b/yaml/com/ibm/VPD.errors.yaml
@@ -18,7 +18,7 @@
 - name: InvalidVPD
   description: VPD file is not valid. Mandatory records are missing in VPD file.
 - name: EccCheckFailed
-  desciption: Invalid VPD data. Ecc check for the data failed.
+  description: Invalid VPD data. Ecc check for the data failed.
 - name: InvalidJson
   description: Invalid Json file.
 - name: DbusFailure
diff --git a/yaml/com/ibm/ipzvpd/VCEN.interface.yaml b/yaml/com/ibm/ipzvpd/VCEN.interface.yaml
index 97ab017..8343e98 100644
--- a/yaml/com/ibm/ipzvpd/VCEN.interface.yaml
+++ b/yaml/com/ibm/ipzvpd/VCEN.interface.yaml
@@ -8,7 +8,7 @@
     - name: DR
       type: array[byte]
       description: >
-          Descrition of the record.
+          Description of the record.
     - name: SE
       type: array[byte]
       description: >
diff --git a/yaml/com/ibm/ipzvpd/VINI.interface.yaml b/yaml/com/ibm/ipzvpd/VINI.interface.yaml
index 48e7622..ed08514 100644
--- a/yaml/com/ibm/ipzvpd/VINI.interface.yaml
+++ b/yaml/com/ibm/ipzvpd/VINI.interface.yaml
@@ -8,7 +8,7 @@
     - name: DR
       type: array[byte]
       description: >
-          Descrition of the record.
+          Description of the record.
     - name: CE
       type: array[byte]
       description: >
diff --git a/yaml/com/ibm/ipzvpd/VR10.interface.yaml b/yaml/com/ibm/ipzvpd/VR10.interface.yaml
index ae2d879..b3a810f 100644
--- a/yaml/com/ibm/ipzvpd/VR10.interface.yaml
+++ b/yaml/com/ibm/ipzvpd/VR10.interface.yaml
@@ -8,7 +8,7 @@
     - name: DR
       type: array[byte]
       description: >
-          Descrition of the record.
+          Description of the record.
     - name: DC
       type: array[byte]
       description: >
diff --git a/yaml/com/ibm/ipzvpd/VSBP.interface.yaml b/yaml/com/ibm/ipzvpd/VSBP.interface.yaml
index 1f81914..f5022f1 100644
--- a/yaml/com/ibm/ipzvpd/VSBP.interface.yaml
+++ b/yaml/com/ibm/ipzvpd/VSBP.interface.yaml
@@ -8,7 +8,7 @@
     - name: DR
       type: array[byte]
       description: >
-          Descrition of the record.
+          Description of the record.
     - name: PA
       type: array[byte]
       description: >
diff --git a/yaml/com/ibm/ipzvpd/VSYS.interface.yaml b/yaml/com/ibm/ipzvpd/VSYS.interface.yaml
index b15a0a8..591290b 100644
--- a/yaml/com/ibm/ipzvpd/VSYS.interface.yaml
+++ b/yaml/com/ibm/ipzvpd/VSYS.interface.yaml
@@ -8,7 +8,7 @@
     - name: DR
       type: array[byte]
       description: >
-          Descrition of the record.
+          Description of the record.
     - name: BR
       type: array[byte]
       description: >
diff --git a/yaml/com/ibm/ipzvpd/VW10.interface.yaml b/yaml/com/ibm/ipzvpd/VW10.interface.yaml
index aac4aed..8932fe6 100644
--- a/yaml/com/ibm/ipzvpd/VW10.interface.yaml
+++ b/yaml/com/ibm/ipzvpd/VW10.interface.yaml
@@ -8,8 +8,8 @@
     - name: DR
       type: array[byte]
       description: >
-          Descrition of the record.
+          Description of the record.
     - name: GD
       type: array[byte]
       description: >
-          Gard data.
+          Guard data.