summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",