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/xyz/openbmc_project/Dump/Entry.interface.yaml b/yaml/xyz/openbmc_project/Dump/Entry.interface.yaml
index fcb275e..e7f38f9 100644
--- a/yaml/xyz/openbmc_project/Dump/Entry.interface.yaml
+++ b/yaml/xyz/openbmc_project/Dump/Entry.interface.yaml
@@ -22,7 +22,7 @@
type: string
description: >
The location to offload dump file, error InvalidArgument will be
- returned if the URI is not well formated.
+ returned if the URI is not well formatted.
errors:
- xyz.openbmc_project.Common.File.Error.Open
- xyz.openbmc_project.Common.File.Error.Write
diff --git a/yaml/xyz/openbmc_project/Dump/Entry/FaultLog.interface.yaml b/yaml/xyz/openbmc_project/Dump/Entry/FaultLog.interface.yaml
index 08b33a8..daf19d9 100644
--- a/yaml/xyz/openbmc_project/Dump/Entry/FaultLog.interface.yaml
+++ b/yaml/xyz/openbmc_project/Dump/Entry/FaultLog.interface.yaml
@@ -20,6 +20,6 @@
description: >
This is intended to be a unique identifier, depending on Type, to
reference the primary fault data log but is not intended otherwise to
- be programatically interpreted (e.g. string parsing)
+ be programmatically interpreted (e.g. string parsing)
flags:
- const
diff --git a/yaml/xyz/openbmc_project/Dump/Entry/System.interface.yaml b/yaml/xyz/openbmc_project/Dump/Entry/System.interface.yaml
index c75fd29..9b94f63 100644
--- a/yaml/xyz/openbmc_project/Dump/Entry/System.interface.yaml
+++ b/yaml/xyz/openbmc_project/Dump/Entry/System.interface.yaml
@@ -3,7 +3,7 @@
System dumps are dump of the host memory and hardware states generated
during a failure in the host firmware. This can be a huge dump stored in the
- host memory, the BMC doesnt store this dump but stream this dump to an
+ host memory, the BMC doesn't store this dump but stream this dump to an
external client based on the offload request. Apart from system generated
system dump, users can also request for this kind of dump.