aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-12-29 01:25:01 +0000
committerGuy Harris <guy@alum.mit.edu>2002-12-29 01:25:01 +0000
commit0b9234c3a378b2bae6b26d09962c7b8e6a8e703d (patch)
treec7523892b12dd73e35f196597230d7acc6246341 /capture.c
parentfac9a235d78e0595297a89e5a34c13de7818d7f5 (diff)
Fix a typo.
svn path=/trunk/; revision=6821
Diffstat (limited to 'capture.c')
-rw-r--r--capture.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/capture.c b/capture.c
index 67353b07e7..4c0973dc91 100644
--- a/capture.c
+++ b/capture.c
@@ -1,7 +1,7 @@
/* capture.c
* Routines for packet capture windows
*
- * $Id: capture.c,v 1.198 2002/12/29 01:19:08 guy Exp $
+ * $Id: capture.c,v 1.199 2002/12/29 01:25:01 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1033,7 +1033,7 @@ signame(int sig)
#define CAP_READ_TIMEOUT 250
#ifndef _WIN32
-/* Take carre of byte order in the libpcap headers read from pipes.
+/* Take care of byte order in the libpcap headers read from pipes.
* (function taken from wiretap/libpcap.c) */
static void
adjust_header(loop_data *ld, struct pcap_hdr *hdr, struct pcaprec_hdr *rechdr)