Change two instances of "an Wireshark plugin" to "a Wireshark plugin".
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 2 May 2010 23:39:58 +0000 (23:39 +0000)
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Sun, 2 May 2010 23:39:58 +0000 (23:39 +0000)
The use of "an" must have been leftover from the Ethereal days ("an
Ethereal plugin").

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32639 f5534014-38df-0310-8fa8-9805f1628bb7

doc/idl2wrs.pod

index fdde1ede3d93dcaf3a487dd4d0bf196f2ad3db5a..812ce432a16b89da89b9447a03678e74c4bc19ee 100644 (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.