summaryrefslogtreecommitdiff
path: root/lib/ipmi_channel.c
diff options
context:
space:
mode:
authorThorsten Horstmann <thorsten.horstmann@web.de>2018-08-06 14:59:06 +0200
committerAlexander Amelkin <mocbuhtig@amelkin.msk.ru>2018-08-06 15:59:06 +0300
commit232773d171a8f5a929d02744e952bbfbe87c1b8e (patch)
tree4d8f22919a1bed4a4b9fca10b25091122d218401 /lib/ipmi_channel.c
parenta8f3413dc25999d07c122f8fa4eeed757b5f0727 (diff)
downloadipmitool-232773d171a8f5a929d02744e952bbfbe87c1b8e.tar.gz
general: Fix several misspellings
Fix misspellings found by codespell in code comments, console output and documentation. Resolves ipmitool/ipmitool#28
Diffstat (limited to 'lib/ipmi_channel.c')
-rw-r--r--lib/ipmi_channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ipmi_channel.c b/lib/ipmi_channel.c
index fab2e54..16eefe1 100644
--- a/lib/ipmi_channel.c
+++ b/lib/ipmi_channel.c
@@ -225,7 +225,7 @@ iana_string(uint32_t iana)
* ipmi_1_5_authtypes
*
* Create a string describing the supported authentication types as
- * specificed by the parameter n
+ * specified by the parameter n
*/
static const char *
ipmi_1_5_authtypes(uint8_t n)