aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/camins.c
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/camins.c')
-rw-r--r--wiretap/camins.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/camins.c b/wiretap/camins.c
index 2a825c6e33..27d26111a6 100644
--- a/wiretap/camins.c
+++ b/wiretap/camins.c
@@ -152,7 +152,7 @@ static wtap_open_return_val detect_camins_file(FILE_T fh)
else {
/* We're not searching for a matching block at the moment.
If we see a size read/write block of one type, the matching
- block is the the other type and we can start searching. */
+ block is the other type and we can start searching. */
if (block[1] == TRANS_READ_SIZE_LOW) {
search_block = TRANS_READ_SIZE_HIGH;