summaryrefslogtreecommitdiff
path: root/DBUS_USAGE.md
diff options
context:
space:
mode:
authorEd Tanous <ed@tanous.net>2024-01-03 00:16:50 +0300
committerEd Tanous <ed@tanous.net>2024-01-09 20:44:00 +0300
commit8ece0e457ee994e54c23ee7393fbce831d81a954 (patch)
treed673c8d7c744c2057a7250e4027e82249480c2fe /DBUS_USAGE.md
parentf3cb5df94799e94df37f9e2e6c2fcc473e0cae4a (diff)
downloadbmcweb-8ece0e457ee994e54c23ee7393fbce831d81a954.tar.xz
Fix spelling mistakes
These were found with: codespell -w $(git ls-files | grep "\.[hc]\(pp\)\?$") At some point in the future, we might want to get this enabled in CI. Change-Id: Iccb57b2adfd06a2e177e99db2923fe4e8e329118 Signed-off-by: Ed Tanous <ed@tanous.net>
Diffstat (limited to 'DBUS_USAGE.md')
-rw-r--r--DBUS_USAGE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/DBUS_USAGE.md b/DBUS_USAGE.md
index 577bf9f888..94502077e0 100644
--- a/DBUS_USAGE.md
+++ b/DBUS_USAGE.md
@@ -8,7 +8,7 @@ schemas:
verified that _all_ OpenBMC implementers of the interface support that
property.
- If an implementation presents a property that doesn't match the type specified
- by the interface at any version, it shall be repored as a 500 error.
+ by the interface at any version, it shall be reported as a 500 error.
- If the DBus interface definition has an "unknown" or "unspecified" value,
detecting these will omit the property from the Redfish tree, in line with the
Redfish specification.