Package: src:dpkg
Version: 1.18.9
Severity: minor
Tags: patch
Justification: documentation

Dear Maintainer,

I noticed two typos / grammatical errors in dpkg-shlibdeps.1 and
attached a patch. The phrase "they uses" also occurs in several files in
man/po/ but the patch does not touch that directory, as I didn't check
if these are somehow autogenerated.

Carsten

diff --git a/man/dpkg-shlibdeps.1 b/man/dpkg-shlibdeps.1
index 5573779..0a9d409 100644
--- a/man/dpkg-shlibdeps.1
+++ b/man/dpkg-shlibdeps.1
@@ -300,14 +300,14 @@ symbols provided by the library. By fixing all the binaries, you would avoid
 the dependency associated to this library (unless the same dependency is
 also generated by another library that is really used).
 .TP
-.BI "package could avoid a useless dependency if " binaries " were not linked against " library " (they uses none of the library's symbols)"
+.BI "package could avoid a useless dependency if " binaries " were not linked against " library " (they use none of the library's symbols)"
 Exactly the same as the above warning, but for multiple binaries.
 .TP
 .IB binary " should not be linked against " library " (it uses none of the library's symbols)"
 The \fIbinary\fR is linked to a library that it doesn't need. It's not a
 problem but some small performance improvements in binary load time can be
 obtained by not linking this library to this binary. This warning checks
-the same information than the previous one but does it for each binary
+the same information as the previous one but does it for each binary
 instead of doing the check globally on all binaries analyzed.
 .SS Errors
 .B dpkg\-shlibdeps

Reply via email to