aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2019-11-28 08:51:26 +0100
committerMichael Stapelberg <michael@stapelberg.de>2019-11-28 08:51:26 +0100
commitf01a75cee82372e7e002510f8b9e80f048ce63d8 (patch)
tree166e5955cd5b9aa84853f30d9f3373f8c9e38fde
parent9a3eb4fc71b99f72fb65cf44a81540dd3b97de3f (diff)
downloadi3-f01a75cee82372e7e002510f8b9e80f048ce63d8.tar.gz
i3-f01a75cee82372e7e002510f8b9e80f048ce63d8.zip
travis/check-spelling.pl: check_spelling moved to Lintian::Spelling
-rwxr-xr-xtravis/check-spelling.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/travis/check-spelling.pl b/travis/check-spelling.pl
index 6d070136..2a112c50 100755
--- a/travis/check-spelling.pl
+++ b/travis/check-spelling.pl
@@ -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 don’t set a vendor.
use Lintian::Data;