aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL4
-rw-r--r--doc/wireshark.pod2
-rw-r--r--help/faq.txt2
3 files changed, 4 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 6f40027721..91771c6885 100644
--- a/INSTALL
+++ b/INSTALL
@@ -85,7 +85,7 @@ README.win32 for those instructions.
--disable-wireshark
By default, if 'configure' finds the GTK+ libraries, the Makefile
- build Wireshark, the GUI packet analyzer. You can disable the
+ builds Wireshark, the GUI packet analyzer. You can disable the
build of the GUI version of Wireshark with this switch.
--disable-gtk2
@@ -182,7 +182,7 @@ README.win32 for those instructions.
${LIBDIR} can be set with --libdir, or defaults to ${EPREFIX/lib}
${EPREFIX} can be set with --exec-prefix, or defaults to ${PREFIX}
- ${VERSION} is the Etherael version.
+ ${VERSION} is the Wireshark version.
Use this switch to change the location where plugins
are installed.
diff --git a/doc/wireshark.pod b/doc/wireshark.pod
index 121ed20dcc..ceb816055f 100644
--- a/doc/wireshark.pod
+++ b/doc/wireshark.pod
@@ -745,7 +745,7 @@ which to save it.
=item File:File Set:List Files
-Show a dialog box that list all files of the file set matching the currently
+Show a dialog box that lists all files of the file set matching the currently
loaded file. A file set is a compound of files resulting from a capture using
the "multiple files" / "ringbuffer" mode, recognizable by the filename pattern,
e.g.: Filename_00001_20050604101530.pcap.
diff --git a/help/faq.txt b/help/faq.txt
index 3e8088fb5e..caa3c181ec 100644
--- a/help/faq.txt
+++ b/help/faq.txt
@@ -60,7 +60,7 @@
when I try to build Wireshark from SVN or a SVN snapshot?
4.3 Why does the linker fail with a number of "Output line too long."
- messages followed by linker errors when I try to buil Wireshark?
+ messages followed by linker errors when I try to build Wireshark?
4.4 When I try to build Wireshark on Solaris, why does the link fail
complaining that plugin_list is undefined?