Mailing List Archive

svn commit: r1903371 - /spamassassin/trunk/t/relaycountry.t
Author: sidney
Date: Fri Aug 12 13:19:19 2022
New Revision: 1903371

URL: http://svn.apache.org/viewvc?rev=1903371&view=rev
Log:
Fix typo in previous commit

Modified:
spamassassin/trunk/t/relaycountry.t

Modified: spamassassin/trunk/t/relaycountry.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/relaycountry.t?rev=1903371&r1=1903370&r2=1903371&view=diff
==============================================================================
--- spamassassin/trunk/t/relaycountry.t (original)
+++ spamassassin/trunk/t/relaycountry.t Fri Aug 12 13:19:19 2022
@@ -9,7 +9,7 @@ eval { require MaxMind::DB::Reader; $t
eval { require Geo::IP; $tests += 2; $has{GEOIP} = 1 };
eval { require IP::Country::Fast; $tests += 2; $has{FAST} = 1 };
eval { require IP::Country::DB_File;
- if ($DB_File::db_ver > 1 and $DB_FIle::db_version > 1) {
+ if ($DB_File::db_ver > 1 and $DB_File::db_version > 1) {
$tests += 2;
$has{DB_FILE} = 1;
}