From 8991dd62b7678ce012c545de01d36959b6e5b940 Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Wed, 25 Oct 2017 17:11:29 -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: I78e9d126f19fd9fb2e3f2fa9fe8c2404dc505f82 Signed-off-by: Gunnar Mills --- utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils.cpp') diff --git a/utils.cpp b/utils.cpp index 81fd919..ea3a6aa 100644 --- a/utils.cpp +++ b/utils.cpp @@ -520,7 +520,7 @@ uint32_t getVLAN(const std::string& path) } catch (std::exception & e) { - log("Exception occured during getVLAN", + log("Exception occurred during getVLAN", entry("PATH=%s",path.c_str()), entry("EXCEPTION=%s", e.what())); } -- cgit v1.2.1