summaryrefslogtreecommitdiffstats
path: root/softoff/mainapp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'softoff/mainapp.cpp')
-rw-r--r--softoff/mainapp.cpp2
1 files changed, 1 insertions, 1 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.
OpenPOWER on IntegriCloud