summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew McCarthy <andrewmc@celt.dias.ie>2014-04-30 09:46:46 +0100
committerAndrew McCarthy <andrewmc@celt.dias.ie>2014-04-30 09:46:46 +0100
commitbb3b4c4b2c442a807c9de5a27eb7bd301099ad05 (patch)
tree393d6ddbf5c038bc47b6c960132b19864d7a3822
parentefa145200cca250b3422d80b5e38cecc58733fe0 (diff)
Fix spelling of Packets.
-rw-r--r--src/in_dummy.c2
-rw-r--r--src/in_netlink.c2
-rw-r--r--src/in_proc.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/in_dummy.c b/src/in_dummy.c
index 00eca82..5c94a9e 100644
--- a/src/in_dummy.c
+++ b/src/in_dummy.c
@@ -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",
}
};
diff --git a/src/in_netlink.c b/src/in_netlink.c
index ddd687c..67f4a83 100644
--- a/src/in_netlink.c
+++ b/src/in_netlink.c
@@ -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,
},
diff --git a/src/in_proc.c b/src/in_proc.c
index b360de2..245cd6b 100644
--- a/src/in_proc.c
+++ b/src/in_proc.c
@@ -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",