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

@@ -732,7 +732,7 @@ ipmi_open_file(const char * file, int rw)
struct stat st1, st2;
FILE * fp;
/* verify existance */
/* verify existence */
if (lstat(file, &st1) < 0) {
if (rw) {
/* does not exist, ok to create */