summaryrefslogtreecommitdiffstats
path: root/softoff
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2017-10-25 17:11:29 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-10-31 13:41:53 +0000
commit8991dd62b7678ce012c545de01d36959b6e5b940 (patch)
tree569a845f7a827e983c9628d6c97bfebe4259e0c6 /softoff
parent5794fcf6f311068ef88a0cb2bd838953f08c3223 (diff)
downloadphosphor-host-ipmid-8991dd62b7678ce012c545de01d36959b6e5b940.tar.gz
phosphor-host-ipmid-8991dd62b7678ce012c545de01d36959b6e5b940.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: I78e9d126f19fd9fb2e3f2fa9fe8c2404dc505f82 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'softoff')
-rw-r--r--softoff/mainapp.cpp2
-rw-r--r--softoff/test/utest.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/softoff/mainapp.cpp b/softoff/mainapp.cpp
index 7cf0eb7..c6c1858 100644
--- a/softoff/mainapp.cpp
+++ b/softoff/mainapp.cpp
@@ -50,7 +50,7 @@ int main(int argc, char** argv)
// Claim the bus. Delaying it until sending SMS_ATN may result
// in a race condition between this available and IPMI trying to send
- // message as a reponse to ack from host.
+ // message as a response to ack from host.
bus.request_name(SOFTOFF_BUSNAME);
// Create the SoftPowerOff object.
diff --git a/softoff/test/utest.cpp b/softoff/test/utest.cpp
index 9ffb04e..baaead4 100644
--- a/softoff/test/utest.cpp
+++ b/softoff/test/utest.cpp
@@ -204,7 +204,7 @@ TEST_F(TimerTest, updateTimerAndNeverExpire)
}
EXPECT_EQ(false, timer.isExpired());
- // 2 becase of one more count that happens prior to exiting
+ // 2 because of one more count that happens prior to exiting
EXPECT_EQ(2, count);
}
OpenPOWER on IntegriCloud