summaryrefslogtreecommitdiffstats
path: root/utils.cpp
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-04-08 16:35:25 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-04-18 16:56:36 -0500
commitc9fa69ef08e3eeb8e239f68d21419875b32917ae (patch)
tree3c920b90abc4dd74e64de6ea6e099fbd36eee110 /utils.cpp
parent2fa0e702a482aa0fbec0c26f58ae1b7d8799b392 (diff)
downloadphosphor-host-ipmid-c9fa69ef08e3eeb8e239f68d21419875b32917ae.tar.gz
phosphor-host-ipmid-c9fa69ef08e3eeb8e239f68d21419875b32917ae.zip
Grammar and spelling fixes
Spelling errors found using github.com/lucasdemarchi/codespell A tool to fix common misspellings. This tool is licensed under GNU General Public License, version 2. Some additional grammar and capitalization errors were fixed as well. Change-Id: I700db4e6d7ba52b02374c9c3e84be0af8bd91859 Signed-off-by: Gunnar Mills <gmills@us.ibm.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 31c219c..4f59f6c 100644
--- a/utils.cpp
+++ b/utils.cpp
@@ -496,7 +496,7 @@ void createIP(sdbusplus::bus::bus& bus,
if (reply.is_method_error())
{
- log<level::ERR>("Failed to excute method",
+ log<level::ERR>("Failed to execute method",
entry("METHOD=%s", "IP"),
entry("PATH=%s", objPath.c_str()));
elog<InternalFailure>();
@@ -522,7 +522,7 @@ void createVLAN(sdbusplus::bus::bus& bus,
if (reply.is_method_error())
{
- log<level::ERR>("Failed to excute method",
+ log<level::ERR>("Failed to execute method",
entry("METHOD=%s", "VLAN"),
entry("PATH=%s", objPath.c_str()));
elog<InternalFailure>();
OpenPOWER on IntegriCloud