summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-03-19 20:42:07 +0100
committerAnders Broman <a.broman58@gmail.com>2017-03-19 21:55:21 +0000
commit2d6e634f34559b9dea7affa51f93090333df8e5c (patch)
tree855741def67da1b5e3fa7f2b24597824cd72348f /tools
parent784169bcb779e7c3c5092fd70435c1192eb8f18c (diff)
downloadwireshark-2d6e634f34559b9dea7affa51f93090333df8e5c.tar.gz
dissectors (and tools): fix typo dependant -> dependent
found by lintian Change-Id: I50907b9721f3941c291cf322916f553ab3b4b168 Reviewed-on: https://code.wireshark.org/review/20638 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/wireshark_gen.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/wireshark_gen.py b/tools/wireshark_gen.py
index 250a434791..5bc4deddbc 100755
--- a/tools/wireshark_gen.py
+++ b/tools/wireshark_gen.py
@@ -586,7 +586,7 @@ class wireshark_gen_C:
# static const char get_Penguin_Echo_get_width_at[] = "_get_width" ;
# static const char set_Penguin_Echo_set_width_at[] = "_set_width" ;
#
- # TODO: Implement some language dependant templates to handle naming conventions
+ # TODO: Implement some language dependent templates to handle naming conventions
# language <=> attribute. for C, C++. Java etc
#
# OR, just add a runtime GUI option to select language binding for attributes -- FS
@@ -2883,7 +2883,7 @@ static const value_string @valstringname@[] = {
"""
#
- # get/set accessor method names are language mapping dependant.
+ # get/set accessor method names are language mapping dependent.
#
template_attributes_declare_Java_get = """static const char get_@sname@_at[] = \"_get_@atname@\" ;"""