summaryrefslogtreecommitdiff
path: root/doc/idl2wrs.pod
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2010-05-02 23:39:58 +0000
committerStephen Fisher <steve@stephen-fisher.com>2010-05-02 23:39:58 +0000
commit66d48120c2628681c9819a3ccd7b16239b9c322f (patch)
tree1ac8b4c649f9fcbf2e302a7ebaad9179e1bfe549 /doc/idl2wrs.pod
parentfc0932168f0833eac00679ff686dbb5483be78bf (diff)
downloadwireshark-66d48120c2628681c9819a3ccd7b16239b9c322f.tar.gz
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
Diffstat (limited to 'doc/idl2wrs.pod')
-rw-r--r--doc/idl2wrs.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/idl2wrs.pod b/doc/idl2wrs.pod
index fdde1ede3d..812ce432a1 100644
--- a/doc/idl2wrs.pod
+++ b/doc/idl2wrs.pod
@@ -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.