From 6af6144a745aff4ed90d923cedb064ba28ed3fb2 Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Sun, 8 Apr 2018 14:50:06 -0500 Subject: 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 --- ncsi_util.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ncsi_util.cpp') 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("Failed to recieve the message", + log("Failed to receive the message", entry("RC=%d", ret)); } return ret; -- cgit v1.2.1