summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docbook/wsdg_src/WSDG_chapter_capture.xml2
-rw-r--r--docbook/wsdg_src/WSDG_chapter_dissection.xml2
-rw-r--r--docbook/wsdg_src/WSDG_chapter_env_intro.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_capture.xml b/docbook/wsdg_src/WSDG_chapter_capture.xml
index e7f9b155dd..ebc0a15402 100644
--- a/docbook/wsdg_src/WSDG_chapter_capture.xml
+++ b/docbook/wsdg_src/WSDG_chapter_capture.xml
@@ -12,7 +12,7 @@
<title>How to add a new capture type to libpcap</title>
<para>
The following is an excerpt from a developer mailing list mail, about
- adding ISO 9141 and 14230 (simple serial line car diagnostics) to
+ adding ISO 9141 and 14230 (simple serial line card diagnostics) to
Wireshark:
</para>
<para>
diff --git a/docbook/wsdg_src/WSDG_chapter_dissection.xml b/docbook/wsdg_src/WSDG_chapter_dissection.xml
index 6457db04ef..0389508b43 100644
--- a/docbook/wsdg_src/WSDG_chapter_dissection.xml
+++ b/docbook/wsdg_src/WSDG_chapter_dissection.xml
@@ -1070,7 +1070,7 @@ static guint get_foo_message_len(tvbuff_t *tvb, int offset)
<title>How to tap protocols</title>
<para>
Adding a Tap interface to a protocol allows it to do some useful things.
- In particular you can produce protocol statistics from teh tap interface.
+ In particular you can produce protocol statistics from the tap interface.
</para>
<para>
A tap is basically a way of allowing other items to see whats happening as
diff --git a/docbook/wsdg_src/WSDG_chapter_env_intro.xml b/docbook/wsdg_src/WSDG_chapter_env_intro.xml
index edb12a5b5e..e8349431c5 100644
--- a/docbook/wsdg_src/WSDG_chapter_env_intro.xml
+++ b/docbook/wsdg_src/WSDG_chapter_env_intro.xml
@@ -466,7 +466,7 @@
If you get an error/warning message, copy the text of that message (and
also a few lines before and after it, if there are some), so others may
find the build step where things go wrong.
- Please don't give something like: "I get a warning when comiling x"
+ Please don't give something like: "I get a warning when compiling x"
as this won't give any direction to look at.
</para>
</listitem>