mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-07-04 03:33:36 +00:00
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:
committed by
Alexander Amelkin
parent
a8f3413dc2
commit
232773d171
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user