Fix lintian found spelling error "occurence" -> "occurrence"

Change-Id: I4fcff029ec15a1627dde0d311b063a249f0e0c0a
Reviewed-on: https://code.wireshark.org/review/18643
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Michael Mann 2016-11-02 20:57:04 -04:00
parent a01fac7106
commit 2c8c42df3c
3 changed files with 3 additions and 3 deletions

View File

@ -762,7 +762,7 @@ get_custom_field_tooltip (gchar *custom_field, gint occurrence)
return g_strdup_printf("%s\n%s (%s)", proto_get_protocol_name(hfi->parent), hfi->name, hfi->abbrev);
}
/* One given occurence */
/* One given occurrence */
return g_strdup_printf("%s\n%s (%s#%d)", proto_get_protocol_name(hfi->parent), hfi->name, hfi->abbrev, occurrence);
}

View File

@ -445,7 +445,7 @@ void proto_register_netanalyzer(void)
{ &hf_netanalyzer_gpio,
{ "GPIO event", "netanalyzer.gpio_event",
FT_NONE, BASE_NONE, NULL, 0x0,
"Shows the occurence of an digital switching event", HFILL }
"Shows the occurrence of an digital switching event", HFILL }
},
{ &hf_netanalyzer_gpio_number,
{ "GPIO event on", "netanalyzer.gpio_event.gpio_number",

View File

@ -119,7 +119,7 @@
#define NDDS_TRANSPORT_TCPV4_CONTROL_PROTOCOL_ERROR_NO_MATCH_COOKIE 4
/* fatal internal processing error (caller is not responsible) */
#define NDDS_TRANSPORT_TCPV4_CONTROL_PROTOCOL_ERROR_INTERNAL 5
/* the operation should be retried at the first occurence */
/* the operation should be retried at the first occurrence */
#define NDDS_TRANSPORT_TCPV4_CONTROL_PROTOCOL_ERROR_RETRY 6
#define NDDS_TRANSPORT_TCP_CONTROL_ERROR_CODE_ATTRIBUTE_BAD_REQUEST_ID 400
#define NDDS_TRANSPORT_TCP_CONTROL_ERROR_CODE_ATTRIBUTE_UNKNOWN_ATTRIBUTE_ID 420