1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
Description: some source typos
Author: Jörg Frings-Fürst <debian@jff-webhosting.net>
Forwarded: Not possible because not authorized
Last-Update: 2016-02-18
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: trunk/util/ihpm.c
===================================================================
--- trunk.orig/util/ihpm.c
+++ trunk/util/ihpm.c
@@ -3337,12 +3337,12 @@ int HpmfwupgQueryRollbackStatus(void *in
if ( pCtx->resp.rollbackComp.ComponentBits.byte != 0 )
{
/* Rollback occured */
- lprintf(LOG_NOTICE,"Rollback occured on component mask: 0x%02x",
+ lprintf(LOG_NOTICE,"Rollback occurred on component mask: 0x%02x",
pCtx->resp.rollbackComp.ComponentBits.byte);
}
else
{
- lprintf(LOG_NOTICE,"No Firmware rollback occured");
+ lprintf(LOG_NOTICE,"No Firmware rollback occurred");
}
}
else if ( rsp->ccode == 0x81 )
@@ -3747,7 +3747,7 @@ static void HpmfwupgPrintUsage(void)
lprintf(LOG_NOTICE," component 0 - BOOT");
lprintf(LOG_NOTICE," component 1 - RTK");
lprintf(LOG_NOTICE,"upgrade <file> activate - Upgrade the firmware using a valid HPM.1 image <file>");
- lprintf(LOG_NOTICE," If activate is specified, activate new firmware rigth");
+ lprintf(LOG_NOTICE," If activate is specified, activate new firmware right");
lprintf(LOG_NOTICE," away");
lprintf(LOG_NOTICE,"activate [norollback] - Activate the newly uploaded firmware");
lprintf(LOG_NOTICE,"targetcap - Get the target upgrade capabilities");
Index: trunk/lib/lanplus/lanplus.c
===================================================================
--- trunk.orig/lib/lanplus/lanplus.c
+++ trunk/lib/lanplus/lanplus.c
@@ -3806,7 +3806,7 @@ ipmi_lanplus_open(struct ipmi_intf * int
if (ipmi_get_auth_capabilities_cmd(intf, &auth_cap))
{
lprintf(LOG_INFO, "Error issuing Get Channel "
- "Authentication Capabilies request");
+ "Authentication Capabilities request");
goto fail;
}
}
|