summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-lapd.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-lapd.c')
-rw-r--r--epan/dissectors/packet-lapd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-lapd.c b/epan/dissectors/packet-lapd.c
index 03c30cd7e8..3984e89dfd 100644
--- a/epan/dissectors/packet-lapd.c
+++ b/epan/dissectors/packet-lapd.c
@@ -169,7 +169,7 @@ typedef struct lapd_byte_state {
typedef struct lapd_ppi {
gboolean has_crc; /* CRC is captured with LAPD the frames */
- lapd_byte_state_t start_byte_state; /* LAPD bitstream byte state at the beginnigng of processing the packet */
+ lapd_byte_state_t start_byte_state; /* LAPD bitstream byte state at the beginning of processing the packet */
} lapd_ppi_t;
/* Fill values in lapd_byte_state struct */