Merge pull request #3872 from stapelberg/spelling

travis/check-spelling.pl: check_spelling moved to Lintian::Spelling
This commit is contained in:
Ingo Bürk
2019-11-28 08:55:46 +01:00
committed by GitHub

View File

@ -12,7 +12,7 @@ use v5.10;
use autodie;
use lib 'testcases/lib';
use i3test::Util qw(slurp);
use Lintian::Check qw(check_spelling);
use Lintian::Spelling qw(check_spelling);
# Lintian complains if we dont set a vendor.
use Lintian::Data;