aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ebhscr.c
diff options
context:
space:
mode:
authorGuy Harris <gharris@sonic.net>2021-09-11 02:08:06 -0700
committerGuy Harris <gharris@sonic.net>2021-09-11 10:01:27 +0000
commit76b08ea0832844c6afcda89f43aa122f7bfe5fe6 (patch)
tree3819ceab0596e3a7a3bd7222383f081181b14a0a /epan/dissectors/packet-ebhscr.c
parentd4ed12972706b43ba73b5749ccb75f75ecc14a50 (diff)
Fix spelling errors.
The Ubuntu build commented on some spelling errors in executable code files. Fix the errors that don't come from external files containing the spelling errors (USB product and vendor IDs, PCI IDs, ASN.1 specifications), and fix some errors that don't show up in the executable code files (e.g., in comments and variable names).
Diffstat (limited to 'epan/dissectors/packet-ebhscr.c')
-rw-r--r--epan/dissectors/packet-ebhscr.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/epan/dissectors/packet-ebhscr.c b/epan/dissectors/packet-ebhscr.c
index 2931531722..add109280e 100644
--- a/epan/dissectors/packet-ebhscr.c
+++ b/epan/dissectors/packet-ebhscr.c
@@ -79,7 +79,7 @@ static int hf_ts_utc_leap_sec = -1;
static int hf_ts_sync_state = -1;
static int hf_dio_overflow_mon_unit = -1;
-static int hf_dio_jump_occured = -1;
+static int hf_dio_jump_occurred = -1;
static int hf_dio_value_type = -1;
static int hf_dio_reserved_bytes = -1;
@@ -251,7 +251,7 @@ static const value_string ts_sync_state_strings[] = {
static int * const dio_status_bits[] = {
&hf_dio_overflow_mon_unit,
- &hf_dio_jump_occured,
+ &hf_dio_jump_occurred,
NULL
};
@@ -887,11 +887,11 @@ proto_register_ebhscr(void)
NULL, 0x0001,
"Set to 1 in case of an overflow in the monitoring unit. In this case all remaining fields are invalid.", HFILL }
},
- { &hf_dio_jump_occured,
- { "Time jump occured", "ebhscr.dio.jump_occ",
+ { &hf_dio_jump_occurred,
+ { "Time jump occurred", "ebhscr.dio.jump_occ",
FT_BOOLEAN, 16,
NULL, 0x0400,
- "Set to 1 if a time jump occured near the edge and thus the timestamp was estimated.", HFILL }
+ "Set to 1 if a time jump occurred near the edge and thus the timestamp was estimated.", HFILL }
},
{ &hf_dio_value_type,
{ "Digital IO value type", "ebhscr.dio.valtype",