From 85e6520e0c431498e57b10a68b38f3cc4b1d8d88 Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Sun, 8 Apr 2018 15:01:54 -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: Ia7364df04fb1f1842d07b41da23a6fc7c7bd6b3c Signed-off-by: Gunnar Mills --- occ_status.cpp | 2 +- powercap.hpp | 2 +- 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("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; }; -- cgit v1.2.1