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: Ia7364df04fb1f1842d07b41da23a6fc7c7bd6b3c
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/occ_status.cpp b/occ_status.cpp
index d491fe1..26f2979 100644
--- a/occ_status.cpp
+++ b/occ_status.cpp
@@ -123,7 +123,7 @@
         if(Control::Host::convertCommandFromString(cmdCompleted) ==
                 Control::Host::Command::OCCReset)
         {
-            // Must be a Timeout. Log an Erorr trace
+            // Must be a Timeout. Log an Error trace
             log<level::ERR>("Error resetting the OCC.",
                     entry("PATH=%s", path.c_str()),
                     entry("SENSORID=0x%X",sensorMap.at(instance)));
diff --git a/powercap.hpp b/powercap.hpp
index 6a77c9d..6a5f0d1 100644
--- a/powercap.hpp
+++ b/powercap.hpp
@@ -108,7 +108,7 @@
     /* @brief OCC Status object */
     Status &occStatus;
 
-    /** @brief Used to subscribe to dbus pcap propety changes **/
+    /** @brief Used to subscribe to dbus pcap property changes **/
     sdbusplus::bus::match_t pcapMatch;
 
  };