general: Fix several misspellings

Fix misspellings found by codespell in code comments,
console output and documentation.

Resolves ipmitool/ipmitool#28
This commit is contained in:
Thorsten Horstmann
2018-08-06 14:59:06 +02:00
committed by Alexander Amelkin
parent a8f3413dc2
commit 232773d171
39 changed files with 149 additions and 149 deletions

View File

@ -655,7 +655,7 @@ serial_bm_build_msg(const struct ipmi_intf * intf,
/* inner send message request is further */
inner_rq = (outer_rq + 1);
} else {
/* there is only outer send message reuest */
/* there is only outer send message request */
inner_rq = outer_rq;
}