Merge pull request #3872 from stapelberg/spelling

travis/check-spelling.pl: check_spelling moved to Lintian::Spelling
next
Ingo Bürk 2019-11-28 08:55:46 +01:00 committed by GitHub
commit 71b82fa3b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;