summaryrefslogtreecommitdiff
path: root/ftparchive/contents.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ftparchive/contents.cc')
-rw-r--r--ftparchive/contents.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftparchive/contents.cc b/ftparchive/contents.cc
index 0ce15b3d6..ae8a7e991 100644
--- a/ftparchive/contents.cc
+++ b/ftparchive/contents.cc
@@ -140,7 +140,7 @@ GenContents::Node *GenContents::Grab(GenContents::Node *Top,const char *Name,
// Collision!
if (Res == 0)
{
- // See if this the the same package (multi-version dup)
+ // See if this is the same package (multi-version dup)
if (Top->Package == Package ||
strcasecmp(Top->Package,Package) == 0)
return Top;