diff options
author | Chris Maynard <Christopher.Maynard@GTECH.COM> | 2012-07-26 01:50:39 +0000 |
---|---|---|
committer | Chris Maynard <Christopher.Maynard@GTECH.COM> | 2012-07-26 01:50:39 +0000 |
commit | ddaee0898fd5be5942f21a0bafd8936dacbf18c5 (patch) | |
tree | 8f9270c4a86a9f944873c8b102fca54c5f18ceed /idl | |
parent | 368db9893c5b75e1c46ea1db1e0643117d0ba8a2 (diff) | |
download | wireshark-ddaee0898fd5be5942f21a0bafd8936dacbf18c5.tar.gz wireshark-ddaee0898fd5be5942f21a0bafd8936dacbf18c5.tar.bz2 wireshark-ddaee0898fd5be5942f21a0bafd8936dacbf18c5.zip |
Fix trivial typos and other misc. minor updates.
svn path=/trunk/; revision=44021
Diffstat (limited to 'idl')
-rw-r--r-- | idl/parlay/README.parlay | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/idl/parlay/README.parlay b/idl/parlay/README.parlay index 369a582138..f3ef587500 100644 --- a/idl/parlay/README.parlay +++ b/idl/parlay/README.parlay @@ -1,6 +1,6 @@ -To generate the parlay dissector from the .idl dockuments do: +To generate the parlay dissector from the .idl documents do: -omniidl -p ./ -b wireshark_be parlay.idl +omniidl -p ./ -b wireshark_be Parlay.idl -The parlay.idl file is is doing include on all the other .idl files to create one +The Parlay.idl file includes all the other .idl files to create one dissector for Parlay. |