aboutsummaryrefslogtreecommitdiffstats
path: root/capture.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-12-29 01:25:01 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-12-29 01:25:01 +0000
commit2a7d09b1a38d006bfa74ebee8a929799e2e15fd2 (patch)
treec7523892b12dd73e35f196597230d7acc6246341 /capture.c
parent4fc9dbc549537e09f0beb9a88e5c3c66a54ea719 (diff)
Fix a typo.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6821 f5534014-38df-0310-8fa8-9805f1628bb7
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)