summaryrefslogtreecommitdiff
path: root/docbook/wsdg_src/WSDG_chapter_dissection.asciidoc
diff options
context:
space:
mode:
authorEugene Sukhodolin <eugene@sukhodolin.com>2014-08-10 23:02:30 -0700
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-08-11 06:37:56 +0000
commit9deb7690963ea1132dd896d853acd976dc8a75c2 (patch)
tree2092e24cae23459866820bda4d77717663389092 /docbook/wsdg_src/WSDG_chapter_dissection.asciidoc
parent9c799212ac6c7a216504e7f8a40ae237a46469ab (diff)
downloadwireshark-9deb7690963ea1132dd896d853acd976dc8a75c2.tar.gz
Minor typo corrections
Change-Id: I5962ba6a9b9285095ddacf00307a3094c697461a Reviewed-on: https://code.wireshark.org/review/3546 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'docbook/wsdg_src/WSDG_chapter_dissection.asciidoc')
-rw-r--r--docbook/wsdg_src/WSDG_chapter_dissection.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_dissection.asciidoc b/docbook/wsdg_src/WSDG_chapter_dissection.asciidoc
index 13b8287bdd..7f7884023b 100644
--- a/docbook/wsdg_src/WSDG_chapter_dissection.asciidoc
+++ b/docbook/wsdg_src/WSDG_chapter_dissection.asciidoc
@@ -15,7 +15,7 @@ decoding to subsequent dissectors for an encapsulated protocol.
Every dissection starts with the Frame dissector which dissects the packet
details of the capture file itself (e.g. timestamps). From there it passes the
-data on to the the lowest-level data dissector, e.g. the Ethernet dissector for
+data on to the lowest-level data dissector, e.g. the Ethernet dissector for
the Ethernet header. The payload is then passed on to the next dissector (e.g.
IP) and so on. At each stage, details of the packet will be decoded and
displayed.