aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-13 16:11:48 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-08-13 16:11:48 +0000
commit98edd149af301c9b65c9667f031dad42feef4948 (patch)
treee399cf2d8fd531e77340c345379d2b5b2626c9ec /docbook
parentabc6fa92de60ef85de5a19387ebc241262e6262e (diff)
Fix some minor typos, spelling errors & etc
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26007 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'docbook')
-rw-r--r--docbook/wsug_src/WSUG_chapter_advanced.xml2
-rw-r--r--docbook/wsug_src/WSUG_chapter_build_install.xml2
-rw-r--r--docbook/wsug_src/WSUG_chapter_capture.xml2
-rw-r--r--docbook/wsug_src/WSUG_chapter_customize.xml14
-rw-r--r--docbook/wsug_src/WSUG_chapter_introduction.xml6
-rw-r--r--docbook/wsug_src/WSUG_chapter_statistics.xml8
-rw-r--r--docbook/wsug_src/WSUG_chapter_use.xml8
7 files changed, 21 insertions, 21 deletions
diff --git a/docbook/wsug_src/WSUG_chapter_advanced.xml b/docbook/wsug_src/WSUG_chapter_advanced.xml
index 2c2cb5c222..879a689171 100644
--- a/docbook/wsug_src/WSUG_chapter_advanced.xml
+++ b/docbook/wsug_src/WSUG_chapter_advanced.xml
@@ -124,7 +124,7 @@
<warning>
<title>Expert infos are only a hint!</title>
<para>Take expert infos as a hint what's worth looking at,
- but not more. For example: The absense of expert infos
+ but not more. For example: The absence of expert infos
doesn't necessarily mean everything is ok!</para>
</warning>
<note>
diff --git a/docbook/wsug_src/WSUG_chapter_build_install.xml b/docbook/wsug_src/WSUG_chapter_build_install.xml
index af2868d58d..ed82143ba7 100644
--- a/docbook/wsug_src/WSUG_chapter_build_install.xml
+++ b/docbook/wsug_src/WSUG_chapter_build_install.xml
@@ -509,7 +509,7 @@ pkg_add -r wireshark
dissection.
</para></listitem>
</itemizedlist>
- <command>Tools</command> (additional commnand line tools to work with
+ <command>Tools</command> (additional command line tools to work with
capture files):
<itemizedlist>
<listitem><para>
diff --git a/docbook/wsug_src/WSUG_chapter_capture.xml b/docbook/wsug_src/WSUG_chapter_capture.xml
index dca116084e..1b69399a23 100644
--- a/docbook/wsug_src/WSUG_chapter_capture.xml
+++ b/docbook/wsug_src/WSUG_chapter_capture.xml
@@ -411,7 +411,7 @@ wireshark -i eth0 -k
no filter.
</para>
<para>
- You can also click on the button labelled Capture Filter, and Wireshark
+ You can also click on the button labeled "Capture Filter", and Wireshark
will bring up the Capture Filters dialog box and allow you to create
and/or select a filter. Please see
<xref linkend="ChWorkDefineFilterSection"/>
diff --git a/docbook/wsug_src/WSUG_chapter_customize.xml b/docbook/wsug_src/WSUG_chapter_customize.xml
index e5106c3d8f..e0f3f41819 100644
--- a/docbook/wsug_src/WSUG_chapter_customize.xml
+++ b/docbook/wsug_src/WSUG_chapter_customize.xml
@@ -425,7 +425,7 @@ standard libpcap format.
<varlistentry><term><command>persdata</command>:path</term>
<listitem><para>
path of personal data files, it's the folder initially opened.
- After the initilization, the recent file will keep the folder
+ After the initialization, the recent file will keep the folder
last used.
</para></listitem>
</varlistentry>
@@ -963,7 +963,7 @@ standard libpcap format.
</listitem>
<listitem>
<para><command>Default link-layer</command>: each interface may provide several
- link-layer header types. The default link-layer choosen here is the one used when you
+ link-layer header types. The default link-layer chosen here is the one used when you
first start Wireshark. It is also possible to change this value in
<xref linkend="ChCapCaptureOptions"/> when you start a capture.
For a detailed description, see <xref linkend="ChCapLinkLayerHeader"/>.</para>
@@ -1283,7 +1283,7 @@ standard libpcap format.
<section id="ChSNMPUsersSection"><title>SNMP users Table</title>
<para>
- Wireshark uses this table to verify auhentication and to decrypt encrypted SNMPv3 packets.
+ Wireshark uses this table to verify authentication and to decrypt encrypted SNMPv3 packets.
</para>
<para>
This table is handled by an <xref linkend="ChUserTable"/> with the following fields.
@@ -1316,9 +1316,9 @@ standard libpcap format.
<varlistentry><term><command>authPassword</command></term>
<listitem>
<para>
- The authentication password. Use '\xDD' for unprintable charachters.
+ The authentication password. Use '\xDD' for unprintable characters.
An hexadecimal password must be entered as a sequence of '\xDD' characters.
- For example the hex passowrd 010203040506 must be entered as '\x01\x02\x03\x04\x05\x06'.
+ For example the hex password 010203040506 must be entered as '\x01\x02\x03\x04\x05\x06'.
</para>
</listitem>
</varlistentry>
@@ -1332,9 +1332,9 @@ standard libpcap format.
<varlistentry><term><command>privPassword</command></term>
<listitem>
<para>
- The privacy password. Use '\xDD' for unprintable charachters.
+ The privacy password. Use '\xDD' for unprintable characters.
An hexadecimal password must be entered as a sequence of '\xDD' characters.
- For example the hex passowrd 010203040506 must be entered as '\x01\x02\x03\x04\x05\x06'.
+ For example the hex password 010203040506 must be entered as '\x01\x02\x03\x04\x05\x06'.
</para>
</listitem>
</varlistentry>
diff --git a/docbook/wsug_src/WSUG_chapter_introduction.xml b/docbook/wsug_src/WSUG_chapter_introduction.xml
index 713954b0a2..c47c757447 100644
--- a/docbook/wsug_src/WSUG_chapter_introduction.xml
+++ b/docbook/wsug_src/WSUG_chapter_introduction.xml
@@ -150,7 +150,7 @@
<section><title>Open Source Software</title>
<para>
Wireshark is an open source software project, and is released under
- the <ulink url="&GPLWebsite;">GNU General Public Licence</ulink> (GPL).
+ the <ulink url="&GPLWebsite;">GNU General Public License</ulink> (GPL).
You can freely use Wireshark on any number of computers you like, without
worrying about license keys or fees or such. In addition, all source
code is freely available under the GPL. Because of that, it is very easy
@@ -393,7 +393,7 @@
</para>
<para>
Wireshark is an open source software project, and is released under
- the <ulink url="&GPLWebsite;">GNU General Public Licence</ulink> (GPL).
+ the <ulink url="&GPLWebsite;">GNU General Public License</ulink> (GPL).
All source code is freely available under the GPL. You are welcome to
modify Wireshark to suit your own needs, and it would be appreciated
if you contribute your improvements back to the Wireshark team.
@@ -549,7 +549,7 @@
<listitem>
<para>
The version number of Wireshark and the dependent libraries linked with
- it, eg GTK+, etc. You can obtain this with the command
+ it, e.g. GTK+, etc. You can obtain this with the command
<command>wireshark -v</command>.
</para>
</listitem>
diff --git a/docbook/wsug_src/WSUG_chapter_statistics.xml b/docbook/wsug_src/WSUG_chapter_statistics.xml
index 72916248a7..bca65f553e 100644
--- a/docbook/wsug_src/WSUG_chapter_statistics.xml
+++ b/docbook/wsug_src/WSUG_chapter_statistics.xml
@@ -226,7 +226,7 @@
</para>
<para>
The <command>copy</command> button will copy the list values to the
- clipboard in CSV (Comma Seperated Values) format.
+ clipboard in CSV (Comma Separated Values) format.
</para>
<tip><title>Tip!</title>
<para>
@@ -358,7 +358,7 @@
</para>
<para>
The <command>copy</command> button will copy the list values to the
- clipboard in CSV (Comma Seperated Values) format.
+ clipboard in CSV (Comma Separated Values) format.
</para>
<tip><title>Tip!</title>
<para>
@@ -479,7 +479,7 @@
</para>
<para>
The <command>copy</command> button will copy values from selected
- graphs to the clipboard in CSV (Comma Seperated Values) format.
+ graphs to the clipboard in CSV (Comma Separated Values) format.
The copy feature is only available in Wireshark version 0.99.8 or higher.
</para>
<tip><title>Tip!</title>
@@ -514,7 +514,7 @@
</para>
<para>
The <command>copy</command> button will copy the list values to the
- clipboard in CSV (Comma Seperated Values) format.
+ clipboard in CSV (Comma Separated Values) format.
</para>
<tip><title>Tip!</title>
<para>
diff --git a/docbook/wsug_src/WSUG_chapter_use.xml b/docbook/wsug_src/WSUG_chapter_use.xml
index 95ca1a4715..6aebcdd33c 100644
--- a/docbook/wsug_src/WSUG_chapter_use.xml
+++ b/docbook/wsug_src/WSUG_chapter_use.xml
@@ -1080,7 +1080,7 @@
<entry></entry>
</row>
<row>
- <entry><command>Coloring Converation</command></entry>
+ <entry><command>Colorize Conversation</command></entry>
<entry></entry>
<entry><para>
This menu item brings up a submenu that allows you
@@ -1092,7 +1092,7 @@
</para></entry>
</row>
<row>
- <entry><command>Coloring Converation > Color 1-10</command></entry>
+ <entry><command>Colorize Conversation > Color 1-10</command></entry>
<entry></entry>
<entry><para>
These menu items enable one of the ten temporary color
@@ -1100,14 +1100,14 @@
</para></entry>
</row>
<row>
- <entry><command>Coloring Converation > Reset coloring</command></entry>
+ <entry><command>Colorize Conversation > Reset coloring</command></entry>
<entry></entry>
<entry><para>
This menu item clears all temporary coloring rules.
</para></entry>
</row>
<row>
- <entry><command>Coloring Converation > New Coloring Rule...</command></entry>
+ <entry><command>Colorize Conversation > New Coloring Rule...</command></entry>
<entry></entry>
<entry><para>
This menu item opens a dialog window in which a new