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 <gmills@us.ibm.com>
diff --git a/utils.cpp b/utils.cpp
index 81fd919..ea3a6aa 100644
--- a/utils.cpp
+++ b/utils.cpp
@@ -520,7 +520,7 @@
     }
     catch (std::exception & e)
     {
-        log<level::ERR>("Exception occured during getVLAN",
+        log<level::ERR>("Exception occurred during getVLAN",
                         entry("PATH=%s",path.c_str()),
                         entry("EXCEPTION=%s", e.what()));
     }