Merge pull request #6 from andrewmccarthy/master

Fix spelling of Packets
This commit is contained in:
Thomas Graf 2014-05-06 14:54:34 +02:00
commit 1c996307d7
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", .name = "packets",
.type = ATTR_TYPE_COUNTER, .type = ATTR_TYPE_COUNTER,
.unit = UNIT_NUMBER, .unit = UNIT_NUMBER,
.description = "Packtes", .description = "Packets",
} }
}; };

View File

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

View File

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