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

[SCM] Debian package checker branch, lab-refactor, updated. 2.5.3-52-gc0c23fe



The following commit has been merged in the lab-refactor branch:
commit c0c23fe74bd14238bfbdcdbcff2169638b359c62
Author: Niels Thykier <niels@thykier.net>
Date:   Thu Sep 22 22:19:54 2011 +0200

    Fixed a typo in an error message
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/lib/Lintian/Lab.pm b/lib/Lintian/Lab.pm
index b7e7907..91859c9 100644
--- a/lib/Lintian/Lab.pm
+++ b/lib/Lintian/Lab.pm
@@ -311,7 +311,7 @@ sub create_lab {
         } else {
             # This should not be possible - but then again,
             # code should not have any bugs either...
-            croak 'Lab path may not be empty of a static dir̈́';
+            croak 'Lab path may not be empty for a static lab';
         }
     }
     # Create the top dir if needed - note due to Lintian::Lab->new

-- 
Debian package checker


Reply to: