spelling.patch 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. Description: fix spelling errors found by lintian
  2. Author: Florian Schlichting <fsfs@debian.org>
  3. --- a/ogg123/ogg123.1
  4. +++ b/ogg123/ogg123.1
  5. @@ -128,7 +128,7 @@
  6. Force a specific output channel ordering for a given device.
  7. .I value
  8. is a comma
  9. -seperated list of AO style channel names, eg, L,R,C,LFE,BL,BR,SL,SR.
  10. +separated list of AO style channel names, eg, L,R,C,LFE,BL,BR,SL,SR.
  11. .IP verbose
  12. Turn on verbose output for a chosen driver. the -v option will also set the
  13. driver verbose option.
  14. @@ -207,7 +207,7 @@
  15. .B
  16. .IP macosx
  17. MacOS X 'AUHAL' live output driver. This driver supports MacOS X
  18. -10.5 and later (10.4 and earlier uses an earlier, incompatable
  19. +10.5 and later (10.4 and earlier uses an earlier, incompatible
  20. interface). Options:
  21. .RS
  22. .IP buffer_time:value
  23. --- a/oggenc/audio.c
  24. +++ b/oggenc/audio.c
  25. @@ -353,7 +353,7 @@
  26. if(aiff->channels>3)
  27. fprintf(stderr,"WARNING: AIFF[-C] files with greater than three channels use\n"
  28. - "speaker locations incompatable with Vorbis suppound definitions.\n"
  29. + "speaker locations incompatible with Vorbis suppound definitions.\n"
  30. "Not performaing channel location mapping.\n");
  31. opt->readdata = (void *)aiff;
  32. --- a/oggenc/man/oggenc.1
  33. +++ b/oggenc/man/oggenc.1
  34. @@ -226,7 +226,7 @@
  35. change will be saved with the lyrics. For more complex karaoke setups,
  36. .B kateenc(1)
  37. should be used instead.
  38. -When embedding lyrics, the default output file extention is ".oga".
  39. +When embedding lyrics, the default output file extension is ".oga".
  40. Note that adding lyrics to a stream will automatically enable Skeleton
  41. (see the \fB-k\fR option for more information about Skeleton).