From OKANO Takayoshi via bug #5442: Fix typos in documentation
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 27 Nov 2010 16:51:24 +0000 (16:51 +0000)
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 27 Nov 2010 16:51:24 +0000 (16:51 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35038 f5534014-38df-0310-8fa8-9805f1628bb7

13 files changed:
doc/README.idl2wrs
doc/dumpcap.pod
doc/tshark.pod
doc/wireshark.pod.template
docbook/GPL_appendix.xml
docbook/wsdg_src/WSDG_chapter_tools.xml
docbook/wsluarm.xml
docbook/wsug_src/WSUG_app_files.xml
docbook/wsug_src/WSUG_app_tools.xml
docbook/wsug_src/WSUG_chapter_capture.xml
docbook/wsug_src/WSUG_chapter_customize.xml
docbook/wsug_src/WSUG_chapter_io.xml
docbook/wsug_src/WSUG_chapter_statistics.xml

index 6e9a6cc7c82ee5e7229a2bf544941a8c153a6aed..974356d011a0dd5165993fd31d3e3f6ba6e9c3eb 100644 (file)
@@ -50,7 +50,7 @@ need the following.
 1. Python must be installed
    http://python.org/
 
-2. omniidl from the the omniORB package must be available.
+2. omniidl from the omniORB package must be available.
    http://omniorb.sourceforge.net/
 
 3  Of course you need wireshark installed to compile the
index 107aebc98c745300df9f9d14398cb06134b83281..9f73b1e9239b6b4ed3b9475559c190df679ecf0f 100644 (file)
@@ -118,7 +118,7 @@ to 1MB by default, and can be told to set it to a larger value, the
 system or interface on which you're capturing might silently limit the
 capture buffer size to a lower value or raise it to a higher value.
 
-This is available on on UNIX systems with libpcap 1.0.0 or later and on
+This is available on UNIX systems with libpcap 1.0.0 or later and on
 Windows.  It is not available on UNIX systems with earlier versions of
 libpcap.
 
index c4ac0333c894545963737f5852d59b65471851d2..f5d118c3f20a610afc425a5e740cad25c72766a3 100644 (file)
@@ -204,7 +204,7 @@ to 1MB by default, and can be told to set it to a larger value, the
 system or interface on which you're capturing might silently limit the
 capture buffer size to a lower value or raise it to a higher value.
 
-This is available on on UNIX systems with libpcap 1.0.0 or later and on
+This is available on UNIX systems with libpcap 1.0.0 or later and on
 Windows.  It is not available on UNIX systems with earlier versions of
 libpcap.
 
index cf3f05476b79a6cfc709ff9e97daaba1569077ea..c91c55f175c530383ec8c1f1b38459831be99346 100644 (file)
@@ -248,7 +248,7 @@ to 1MB by default, and can be told to set it to a larger value, the
 system or interface on which you're capturing might silently limit the
 capture buffer size to a lower value or raise it to a higher value.
 
-This is available on on UNIX systems with libpcap 1.0.0 or later and on
+This is available on UNIX systems with libpcap 1.0.0 or later and on
 Windows.  It is not available on UNIX systems with earlier versions of
 libpcap.
 
index fe42b38abb1f6b484281427f5967f6641b9ee598..3260cf464ef8be80bddd6047394cbb047e89f6f5 100644 (file)
@@ -2,9 +2,9 @@
 <appendix id="AppGPL">
 <!-- $Id$ -->
   <title>This Document's License (GPL)</title>
-  <para>As with the original licence and documentation distributed
+  <para>As with the original license and documentation distributed
     with Wireshark, this document is covered by the GNU General Public
-    Licence (GNU GPL).</para>
+    License (GNU GPL).</para>
 
   <para>If you haven't read the GPL before, please do so. It
     explains all the things that you are allowed to do with this
index 568793b985d68270d2a68f7e7f937fe9668b4837..336d1cdf334100b0cfe9d8acb58bc44fbd4e9b66 100644 (file)
@@ -1548,7 +1548,7 @@ written by Larry Wall and Paul Eggert]]>
     your Internet connection might use an HTTP proxy. Some Internet
     providers use such a proxy and it is common in many company
     networks today. Wireshark's setup script will try to discover
-    your proxy settings automatically, but you you may need to set
+    your proxy settings automatically, but you may need to set
     the environment variable HTTP_PROXY by hand before using wget.
     For example, if you are behind proxy.com which is listening on
     port 8080, you have to set it to something like:</para>
index 53d9939e93150454c07ee00ff61d5227ffc13685..b8654d27db6fa488a1f189775faa5f7f485b6d73 100644 (file)
@@ -155,7 +155,7 @@ do
                end
        end
 
-       -- using this function we register our fuction
+       -- using this function we register our function
        -- to be called when the user selects the Tools->Test->Packets menu
        register_menu("Test/Packets", menuable_tap, MENU_TOOLS)
 end
index cb85ee663bf4e5d0b678e5713aa0ca9a05666d81..5e49ccfac29fe74e335ff11adbb96dafe9d20eae 100644 (file)
@@ -577,7 +577,7 @@ c0-a8-1c-00      CEO
                  substitution in the "location" value. For example, if
                  the database section contains
                  <programlisting>
-locatoin = http://www.example.com/proto?cookie=${cookie}&amp;path=${PATH}
+location = http://www.example.com/proto?cookie=${cookie}&amp;path=${PATH}
                  </programlisting>
                  then setting
                  <programlisting>
@@ -628,7 +628,7 @@ version=1
 url_template=http://${language}.wikipedia.org/wiki/${PATH}
 
 # Substitution data for the location template.
-# Each occurence of the keys below in the locaton template will be
+# Each occurence of the keys below in the location template will be
 # substituted with their corresponding values. For example, "${license}"
 # in the URL template above will be replaced with the value of "license"
 # below.
index b67ecb8e37ea4c5d436eb88734d22f77aff828a6..1cc8b6fb8469af0796541105b0f6fb121f69b495 100644 (file)
@@ -675,7 +675,7 @@ Miscellaneous:
     <para>
       Text2pcap also allows the user to read in dumps of application-level
       data, by inserting dummy L2, L3 and L4 headers before each packet.
-      Possiblities include inserting headers such as Ethernet, Ethernet + IP,
+      Possibilities include inserting headers such as Ethernet, Ethernet + IP,
       Ethernet + IP + UDP, or Ethernet + Ip + TCP before each packet.
       This allows Wireshark or any other full-packet decoder to handle these dumps.
     </para>
@@ -834,7 +834,7 @@ Miscellaneous:
        </listitem>
        <listitem>
          <para>
-           omniidl from the the omniORB package must be available. See
+           omniidl from the omniORB package must be available. See
            <ulink url="http://omniorb.sourceforge.net/"/>
          </para>
        </listitem>
index 9917f726455fb30cdbf2332f94477abe3fb0e542..e5fce1ae1f39326b837f871dbe287fb7fbc8724c 100644 (file)
@@ -745,7 +745,7 @@ wireshark -i eth0 -k
       </section>
       <section><title>Remote Capture Settings</title>
       <para>
-         The remote capture can be furhter fine tuned to match your situation.
+         The remote capture can be further fine tuned to match your situation.
          The <command>Remote Settings</command> button gives you this option.
          It pops up the dialog shown in
          <xref linkend="ChCapInterfaceRemoteSettingsDialog"/>.
index 89682c227ddebbd2f9744573da4897abf2ede3b6..6a9b336172ff3c4a975e13285b61a46a751724cd 100644 (file)
@@ -205,7 +205,7 @@ Miscellaneous:
          <listitem>
            <para>
              Win32 only: set capture buffer size (in MB, default is 1MB). This
-                 is used by the the capture driver to buffer packet data until that
+                 is used by the capture driver to buffer packet data until that
                  data can be written to disk. If you encounter packet drops while
                  capturing, try to increase this size.
            </para>
index ea78712127fbcf79c7b49ad2bd1fa9d3cf52bf7d..689422668fc52b400572cee9786290b2e581bcde 100644 (file)
     character dump). Any hex numbers in this text are also ignored. An offset of zero
     is indicative of starting a new packet, so a single text file with a series of
     hexdumps can be converted into a packet capture with multiple packets. Packets may
-    be preseded by a timestamp. These are interpreted according to the format
+    be preceded by a timestamp. These are interpreted according to the format
     given. If not the first packet is timestamped with the current time the import
     takes place. Multiple packets are read in with timestamps differing by one
     microsecond each. In general, short of these restrictions, Wireshark is pretty
       <para>
       Here you can select which type of frames you are importing. This all depends on
       from what type of medium the dump to import was taken. It lists all types that 
-      Wirshark understands, so as to pass the capture file contents to the right dissector.
+      Wireshark understands, so as to pass the capture file contents to the right dissector.
       </para>
       </listitem>
     </varlistentry>
index f2b9fb3d05e513dd945d22aff97aede67cf03d52..2a75e7a900cc2dfd922fdc1f2ac191419bf5dffa 100644 (file)
         <listitem>
         <para>
             <command>Endpoint distinction:</command> Use MAC addresses or IP
-            time-to-live values to determine connection enpoints.
+            time-to-live values to determine connection endpoints.
         </para>
         </listitem>
         <listitem>