Source: lintian Source-Version: 2.5.23.1 Severity: minor Tags: patch Hi!
While trolling over the lintian codebase I spotted two typos, one on a comment and another one on an actual regex. Although the second one does not seem to have been triggering on any package. I didn't bother splitting the patch in two, but I could do that or obviously feel free if you'd prefer that way. Thanks, Guillem
From e0706d29468ed054eb96b6659b6ceb2cd35727b6 Mon Sep 17 00:00:00 2001 From: Guillem Jover <[email protected]> Date: Sat, 21 Jun 2014 13:52:52 +0200 Subject: [PATCH] data: Fix typos One is just in a comment, the other is a functional typo, although it does not currently trigger on any package. Signed-off-by: Guillem Jover <[email protected]> --- data/init.d/virtual_facilities | 2 +- data/symlinks/well-known-symlinks-target | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/init.d/virtual_facilities b/data/init.d/virtual_facilities index c60cb5f..7368265 100644 --- a/data/init.d/virtual_facilities +++ b/data/init.d/virtual_facilities @@ -2,7 +2,7 @@ # # Last updated: 2012-02-19 -# doo not warn here for $all +# do not warn here for $all $all $local_fs $mail-transport-agent diff --git a/data/symlinks/well-known-symlinks-target b/data/symlinks/well-known-symlinks-target index 0785592..b98fbc5 100644 --- a/data/symlinks/well-known-symlinks-target +++ b/data/symlinks/well-known-symlinks-target @@ -7,5 +7,5 @@ man/man\d/undocumented ^usr/share/javascript/(?:[^/]++/)++[^/]+\.js$ ^lib/init/upstart-job$ ^dev/null$ -^dev/zeros$ +^dev/zero$ -- 2.0.0

