From c03fbc77308bbf5c9f7fe3c64f07786a53b1a59e Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Sun, 6 Jun 2010 11:54:09 +0100 Subject: [PATCH] Minor Lintian fixes Organization: Straylight/Edgeware From: Richard Kettlewell --- debian/copyright | 2 +- doc/disorder_protocol.5.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/copyright b/debian/copyright index bc90bff..918dbb4 100644 --- a/debian/copyright +++ b/debian/copyright @@ -29,5 +29,5 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . -On Debian systems, look in /usr/share/common-licenses/GPL for a copy +On Debian systems, look in /usr/share/common-licenses/GPL-3 for a copy of the GPL. diff --git a/doc/disorder_protocol.5.in b/doc/disorder_protocol.5.in index 75dd939..bb95ff0 100644 --- a/doc/disorder_protocol.5.in +++ b/doc/disorder_protocol.5.in @@ -171,7 +171,7 @@ depending on how the tracks came to be added to the queue. .TP .B new \fR[\fIMAX\fR] Send the most recently added \fIMAX\fR tracks in a response body. -If the argument is ommitted, the \fBnew_max\fR most recent tracks are +If the argument is omitted, the \fBnew_max\fR most recent tracks are listed (see \fBdisorder_config\fR(5)). .TP .B nop @@ -476,7 +476,7 @@ With two parameters sets each side independently. Setting the volume requires the \fBvolume\fR right. .SH RESPONSES Responses are three-digit codes. -The first digit distinguishes errors from succesful responses: +The first digit distinguishes errors from successful responses: .TP .B 2 Operation succeeded. -- [mdw]