ID:417 - Fix some typos

Commit fixes typos in texts in code, print-outs, README and man page.

Submitted by Jörg Frings-Fürst
This commit is contained in:
Zdenek Styblik
2016-02-27 10:03:44 +01:00
parent a74e837562
commit b8ca3cac3a
10 changed files with 85 additions and 85 deletions

View File

@@ -779,7 +779,7 @@ ipmi_mc_rst_watchdog(struct ipmi_intf * intf)
if (rsp->ccode) {
lprintf(LOG_ERR, "Reset Watchdog Timer command failed: %s",
(rsp->ccode == IPM_WATCHDOG_RESET_ERROR) ?
"Attempt to reset unitialized watchdog" :
"Attempt to reset uninitialized watchdog" :
val2str(rsp->ccode, completion_code_vals));
return -1;
}