Fix typo: suppored/supported (typo-fix-suppored.patch)
Chris Boot
9 years ago
14 | 14 |
* Remove no-upstream-changelog lintian override now that there is one.
|
15 | 15 |
* Add lintian override for debian-watch-may-check-gpg-signature; no signatures
|
16 | 16 |
are available.
|
|
17 |
* Fix typo: suppored/supported (typo-fix-suppored.patch).
|
17 | 18 |
|
18 | 19 |
-- Chris Boot <debian@bootc.net> Sat, 28 Dec 2013 22:31:23 +0000
|
19 | 20 |
|
0 | 0 |
Makefile-tweaks.patch
|
1 | 1 |
Makefile-portaudio.patch
|
|
2 |
typo-fix-suppored.patch
|
|
0 |
Description: Fix typo: suppored/supported
|
|
1 |
Author: Chris Boot <debian@bootc.net>
|
|
2 |
Forwarded: yes, privately
|
|
3 |
Last-Update: 2013-12-29
|
|
4 |
|
|
5 |
--- squeezelite-1.4.orig/main.c
|
|
6 |
+++ squeezelite-1.4/main.c
|
|
7 |
@@ -52,7 +52,7 @@ static void usage(const char *argv0) {
|
|
8 |
" -f <logfile>\t\tWrite debug to logfile\n"
|
|
9 |
" -m <mac addr>\t\tSet mac address, format: ab:cd:ef:12:34:56\n"
|
|
10 |
" -n <name>\t\tSet the player name\n"
|
|
11 |
- " -N <filename>\t\tStore player name in filename to allow server defined name changes to be shared between servers (not suppored with -n)\n"
|
|
12 |
+ " -N <filename>\t\tStore player name in filename to allow server defined name changes to be shared between servers (not supported with -n)\n"
|
|
13 |
#if ALSA
|
|
14 |
" -p <priority>\t\tSet real time priority of output thread (1-99)\n"
|
|
15 |
#endif
|