aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsug_src/WSUG_app_howitworks.xml
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2007-09-10 21:02:58 +0000
committerBill Meier <wmeier@newsguy.com>2007-09-10 21:02:58 +0000
commit3a77860d96d5b49e7286d209d875bd7c01165f15 (patch)
treeb4552b6757fef0846a7c988b7d031856b1ce78b8 /docbook/wsug_src/WSUG_app_howitworks.xml
parentbaead522d49493b6def47be7b4022dc4b08763cb (diff)
Some cleanup: correct some grammar and do a few minor rewordings
svn path=/trunk/; revision=22837
Diffstat (limited to 'docbook/wsug_src/WSUG_app_howitworks.xml')
-rw-r--r--docbook/wsug_src/WSUG_app_howitworks.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docbook/wsug_src/WSUG_app_howitworks.xml b/docbook/wsug_src/WSUG_app_howitworks.xml
index cde9d5d639..1bf9fa6605 100644
--- a/docbook/wsug_src/WSUG_app_howitworks.xml
+++ b/docbook/wsug_src/WSUG_app_howitworks.xml
@@ -52,7 +52,7 @@
<section><title>Protocol dissectors</title>
<para>
- Each protocol has it's own protocol dissector. A dissector is called from
+ Each protocol has its own protocol dissector. A dissector is called from
Wireshark, if the packet data seems to be of that corresponding protocol. The
dissector will then process the packet data and call back Wireshark if it
couldn't dissect all the data in that packet to do any further dissections.
@@ -97,7 +97,7 @@
is just unknown to Wireshark.
</para>
<para>
- You can control the way how Wireshark calls it's dissectors, see <xref
+ You can control the way Wireshark calls its dissectors, see <xref
linkend="ChAdvProtocolDissectionSection"/> for details.
</para>
</section>