aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-03-24 16:22:30 +0000
committerGerald Combs <gerald@wireshark.org>2008-03-24 16:22:30 +0000
commitec74de59578ab264ac59051448e8ad1001743c94 (patch)
tree2d988f190e9952759013b044a8cfabd277503fb9 /dumpcap.c
parent0a34df9b85813d28633e28a884c6539fa751eb76 (diff)
dumpcap.c: Fix a typo.
INSTALL: Add entries for libcap. svn path=/trunk/; revision=24722
Diffstat (limited to 'dumpcap.c')
-rw-r--r--dumpcap.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dumpcap.c b/dumpcap.c
index f4290e4d3b..89371d262b 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -489,7 +489,7 @@ print_caps(char *pfx _U_) {
static void
relinquish_privs_except_capture(void)
{
- /* If 'started_with_special_privs' (ie: suid) then enable for
+ /* If 'started_with_special_privs' (ie: suid) then enable for
* ourself the NET_ADMIN and NET_RAW capabilities and then
* drop our suid privileges.
*
@@ -2401,7 +2401,7 @@ main(int argc, char *argv[])
/* This behaviour will apparently be changed in the kernel */
/* to allow the kill (signal) in this case. */
/* See the following for details: */
- /* http://www.mail-archive.com/ [wrapped] */
+ /* http://www.mail-archive.com/ [wrapped] */
/* linux-security-module@vger.kernel.org/msg02913.html */
/* */
/* It is therefore conceivable that if dumpcap somehow hangs */
@@ -2419,7 +2419,7 @@ main(int argc, char *argv[])
/* drop all capabilities (NET_RAW and NET_ADMIN) */
/* */
/* ToDo: -S (stats) should drop privileges/capabilities when no */
- /* onger required (similar to capture). */
+ /* longer required (similar to capture). */
/* */
/* ----------------------------------------------------------------- */