--- htdig/HTML.cc.orig Wed Jan 9 16:12:31 2002 +++ htdig/HTML.cc Fri May 17 16:00:00 2002 @@ -93,7 +93,7 @@ HTML::HTML() // These are the name values of meta tags that carry date information. metadatetags.IgnoreCase(); - metadatetags.Pattern("date|dc.date|dc.date.created|dc.data.modified"); + metadatetags.Pattern("date|dc.date|dc.date.created|dc.date.modified"); // These are the name values of meta tags that carry descriptions. StringList descrNames(config["description_meta_tag_names"], " \t");