summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-04-08 15:01:54 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-04-08 15:01:54 -0500
commit85e6520e0c431498e57b10a68b38f3cc4b1d8d88 (patch)
tree3091b112afb7a3ad16132e4811390fddd49c3fbf
parente7d976b4d28ad30f563f300322df1dc6c4c38017 (diff)
downloadopenpower-occ-control-85e6520e0c431498e57b10a68b38f3cc4b1d8d88.tar.gz
openpower-occ-control-85e6520e0c431498e57b10a68b38f3cc4b1d8d88.zip
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>
-rw-r--r--occ_status.cpp2
-rw-r--r--powercap.hpp2
2 files changed, 2 insertions, 2 deletions
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 @@ void Status::hostControlEvent(sdbusplus::message::message& msg)
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 @@ private:
/* @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;
};
OpenPOWER on IntegriCloud