summaryrefslogtreecommitdiffstats
path: root/utils.cpp
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2017-09-21 18:48:51 -0700
committerPatrick Venture <venture@google.com>2017-09-21 18:50:40 -0700
commitf0c48785cd0a87320168c34f1e970a2ef6066d2d (patch)
tree9db3570be02f805c94f8762e7ab9a9d076688eec /utils.cpp
parent03f84ba1c62099d9669c108b0b90d505847db475 (diff)
downloadphosphor-host-ipmid-f0c48785cd0a87320168c34f1e970a2ef6066d2d.tar.gz
phosphor-host-ipmid-f0c48785cd0a87320168c34f1e970a2ef6066d2d.zip
typofix: s/impelmented/implemented/g
Just noticed in my systemd journal. Change-Id: I0f958750cd5936079e41e819956d079baec26875 Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'utils.cpp')
-rw-r--r--utils.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils.cpp b/utils.cpp
index d81bf76..2124af9 100644
--- a/utils.cpp
+++ b/utils.cpp
@@ -49,7 +49,7 @@ DbusObjectInfo getDbusObject(sdbusplus::bus::bus& bus,
if (objectTree.empty())
{
- log<level::ERR>("No Object has impelmented the interface",
+ log<level::ERR>("No Object has implemented the interface",
entry("INTERFACE=%s", interface.c_str()));
elog<InternalFailure>();
}
@@ -312,7 +312,7 @@ ObjectTree getAllAncestors(sdbusplus::bus::bus& bus,
if (objectTree.empty())
{
- log<level::ERR>("No Object has impelmented the interface",
+ log<level::ERR>("No Object has implemented the interface",
entry("PATH=%s", path.c_str()),
entry("INTERFACES=%s",
convertToString(interfaces).c_str()));
OpenPOWER on IntegriCloud