[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 01/01: fix a typo



This is an automated email from the git hooks/post-receive script.

broucaries-guest pushed a commit to branch master
in repository lintian.

commit 5938028f08fbf7d16e4c2a6b55ef00b2073d8f77
Author: Sylvestre Ledru <sylvestre@debian.org>
Date:   Fri Apr 18 09:31:19 2014 +0200

    fix a typo
---
 checks/java.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checks/java.pm b/checks/java.pm
index 5b68ed1..b7c491f 100644
--- a/checks/java.pm
+++ b/checks/java.pm
@@ -84,7 +84,7 @@ sub run {
             my $mver = $files->{$class};
             $classes = 1;
             next if $class =~ m/\.clj$/;
-            # .class but no major evrsion?
+            # .class but no major version?
             next if $mver eq '-';
             if (   $mver <= $MAX_BYTECODE->value('min-bytecode-version') - 1
                 or $mver

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: