summaryrefslogtreecommitdiffstats
path: root/dcmihandler.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 /dcmihandler.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 'dcmihandler.cpp')
-rw-r--r--dcmihandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dcmihandler.cpp b/dcmihandler.cpp
index 806ddd0..ab3aa58 100644
--- a/dcmihandler.cpp
+++ b/dcmihandler.cpp
@@ -640,7 +640,7 @@ void register_netfn_dcmi_functions()
ipmi_register_callback(NETFUN_GRPEXT, dcmi::Commands::SET_ASSET_TAG,
NULL, setAssetTag, PRIVILEGE_OPERATOR);
- // <Get Managment Controller Identifier String>
+ // <Get Management Controller Identifier String>
printf("Registering NetFn:[0x%X], Cmd:[0x%X]\n",
NETFUN_GRPEXT, dcmi::Commands::GET_MGMNT_CTRL_ID_STR);
OpenPOWER on IntegriCloud