summaryrefslogtreecommitdiffstats
path: root/apphandler.cpp
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 /apphandler.cpp
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 'apphandler.cpp')
-rw-r--r--apphandler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/apphandler.cpp b/apphandler.cpp
index 1655144..fbe474a 100644
--- a/apphandler.cpp
+++ b/apphandler.cpp
@@ -168,7 +168,7 @@ ipmi_ret_t ipmi_app_get_device_id(ipmi_netfn_t netfn, ipmi_cmd_t cmd,
}
}
- // IPMI Spec verison 2.0
+ // IPMI Spec version 2.0
dev_id.ipmi_ver = 2;
// Additional device Support.
@@ -213,7 +213,7 @@ ipmi_ret_t ipmi_app_get_self_test_results(ipmi_netfn_t netfn, ipmi_cmd_t cmd,
// Byte 2:
// 55h - No error.
- // 56h - Self Test funciton not implemented in this controller.
+ // 56h - Self Test function not implemented in this controller.
// 57h - Corrupted or inaccesssible data or devices.
// 58h - Fatal hardware error.
// FFh - reserved.
OpenPOWER on IntegriCloud