summaryrefslogtreecommitdiff
path: root/tools/wireshark_gen.py
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2015-11-16 00:06:10 +0400
committerAnders Broman <a.broman58@gmail.com>2015-12-07 07:11:54 +0000
commit9a9b1c9bbaba1e23a17b6a3f06afac7116c6a82b (patch)
treec5feed0ecd58da3593cb5998fc7b8110ec0f1769 /tools/wireshark_gen.py
parenta18af795fafb562452446118e322f0f73c799d65 (diff)
downloadwireshark-9a9b1c9bbaba1e23a17b6a3f06afac7116c6a82b.tar.gz
Spelling fixes for errors found by lintian
Change-Id: I889283902875193f4d3f3fd59788f59f8d9bcc20 Reviewed-on: https://code.wireshark.org/review/11945 Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'tools/wireshark_gen.py')
-rwxr-xr-xtools/wireshark_gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/wireshark_gen.py b/tools/wireshark_gen.py
index f1f6e28cd5..250a434791 100755
--- a/tools/wireshark_gen.py
+++ b/tools/wireshark_gen.py
@@ -91,7 +91,7 @@ import tempfile
#
# 12. Implement IDL "union" code [done]
# 13. Implement support for plugins [done]
-# 14. Dont generate code for empty operations (cf: exceptions without members)
+# 14. Don't generate code for empty operations (cf: exceptions without members)
# 15. Generate code to display Enums numerically and symbolically [done]
# 16. Place structs/unions in subtrees
# 17. Recursive struct and union handling [done]