summaryrefslogtreecommitdiffstats
path: root/ncsi_util.cpp
diff options
context:
space:
mode:
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