summaryrefslogtreecommitdiffstats
path: root/ncsi_util.cpp
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-04-08 14:50:06 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-04-08 14:50:06 -0500
commit6af6144a745aff4ed90d923cedb064ba28ed3fb2 (patch)
treebe3e96842dffddcdcfb87b2c680dc72d0d6fc7a5 /ncsi_util.cpp
parented5d7ff7c36b1de56e650341056e3dedfd3f3df7 (diff)
downloadphosphor-networkd-6af6144a745aff4ed90d923cedb064ba28ed3fb2.tar.gz
phosphor-networkd-6af6144a745aff4ed90d923cedb064ba28ed3fb2.zip
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. Change-Id: Ia0a4d655510a1d5f81ac369bdad9f7cfbd675484 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'ncsi_util.cpp')
-rw-r--r--ncsi_util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncsi_util.cpp b/ncsi_util.cpp
index 77224f7..c1deff4 100644
--- a/ncsi_util.cpp
+++ b/ncsi_util.cpp
@@ -274,7 +274,7 @@ int applyCmd(int ifindex, int cmd, int package = DEFAULT_VALUE,
ret = nl_recvmsgs_default(socket.get());
if (ret < 0)
{
- log<level::ERR>("Failed to recieve the message",
+ log<level::ERR>("Failed to receive the message",
entry("RC=%d", ret));
}
return ret;
OpenPOWER on IntegriCloud