diff options
author | Torstein Husebø <torstein@huseboe.net> | 2015-01-05 09:55:11 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-01-05 12:34:11 +0100 |
commit | 6b3fd9a14d378a35d95ec4be65065708d092bee2 (patch) | |
tree | e449b79884698037cac32ac6610c5e2196f24458 /src/libsystemd-network/lldp-internal.h | |
parent | 9bc5cd6d74d6efc7769d6a25b21e451dae39fe76 (diff) |
libsystemd-network: fix typo in lldp
Diffstat (limited to 'src/libsystemd-network/lldp-internal.h')
-rw-r--r-- | src/libsystemd-network/lldp-internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd-network/lldp-internal.h b/src/libsystemd-network/lldp-internal.h index c7235c11ee..8e09ee8f3a 100644 --- a/src/libsystemd-network/lldp-internal.h +++ b/src/libsystemd-network/lldp-internal.h @@ -31,7 +31,7 @@ typedef struct lldp_neighbour_port lldp_neighbour_port; typedef struct lldp_chassis lldp_chassis; typedef struct lldp_chassis_id lldp_chassis_id; -typedef struct lldp_agent_statitics lldp_agent_statitics; +typedef struct lldp_agent_statistics lldp_agent_statistics; struct lldp_neighbour_port { uint8_t type; |