travis/check-spelling.pl: check_spelling moved to Lintian::Spelling

next
Michael Stapelberg 2019-11-28 08:51:26 +01:00
parent 9a3eb4fc71
commit f01a75cee8
1 changed files with 1 additions and 1 deletions

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;