While I was reading the development guide I noticed a few typo's.
The attached patch fixes them (the patch is against revision 19724).
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19729
f5534014-38df-0310-8fa8-
9805f1628bb7
<title>How to add a new capture type to libpcap</title>
<para>
The following is an excerpt from a developer mailing list mail, about
- adding ISO 9141 and 14230 (simple serial line car diagnostics) to
+ adding ISO 9141 and 14230 (simple serial line card diagnostics) to
Wireshark:
</para>
<para>
<title>How to tap protocols</title>
<para>
Adding a Tap interface to a protocol allows it to do some useful things.
- In particular you can produce protocol statistics from teh tap interface.
+ In particular you can produce protocol statistics from the tap interface.
</para>
<para>
A tap is basically a way of allowing other items to see whats happening as
If you get an error/warning message, copy the text of that message (and
also a few lines before and after it, if there are some), so others may
find the build step where things go wrong.
- Please don't give something like: "I get a warning when comiling x"
+ Please don't give something like: "I get a warning when compiling x"
as this won't give any direction to look at.
</para>
</listitem>