Fix spelling of Packets.

This commit is contained in:
Andrew McCarthy 2014-04-30 09:46:46 +01:00
parent efa145200c
commit bb3b4c4b2c
3 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@ static struct attr_map link_attrs[NUM_DUMMY_VALUE] = {
.name = "packets",
.type = ATTR_TYPE_COUNTER,
.unit = UNIT_NUMBER,
.description = "Packtes",
.description = "Packets",
}
};

View File

@ -58,7 +58,7 @@ static struct attr_map link_attrs[] = {
.name = "packets",
.type = ATTR_TYPE_COUNTER,
.unit = UNIT_NUMBER,
.description = "Packtes",
.description = "Packets",
.rxid = RTNL_LINK_RX_PACKETS,
.txid = RTNL_LINK_TX_PACKETS,
},

View File

@ -57,7 +57,7 @@ static struct attr_map link_attrs[NUM_PROC_VALUE] = {
.name = "packets",
.type = ATTR_TYPE_COUNTER,
.unit = UNIT_NUMBER,
.description = "Packtes",
.description = "Packets",
},
{
.name = "errors",