Change two instances of "an Wireshark plugin" to "a Wireshark plugin".

The use of "an" must have been leftover from the Ethereal days ("an
Ethereal plugin").


svn path=/trunk/; revision=32639
This commit is contained in:
Stephen Fisher 2010-05-02 23:39:58 +00:00
parent fc0932168f
commit 66d48120c2
1 changed files with 2 additions and 2 deletions

View File

@ -10,9 +10,9 @@ B<idl2wrs> filename
=head1 DESCRIPTION
B<idl2wrs> is a program that takes a user specified B<CORBA IDL>
file and generates B<"C"> source code for an B<Wireshark> "plugin".
file and generates B<"C"> source code for a B<Wireshark> "plugin".
This resulting file can be compiled as an B<Wireshark> plugin, and
This resulting file can be compiled as a B<Wireshark> plugin, and
used to monitor B<GIOP/IIOP> traffic that is using this IDL.
B<idl2wrs> is actually a shell script wrapper for two B<Python> programs.