Cross-Platform build scripts for audio plugins
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
2.0KB

  1. Description: fixed spelling errors
  2. discovered by lintian
  3. Author: IOhannes m zmölnig
  4. Forwarded: yes
  5. Last-Update: 2016-10-05
  6. ---
  7. This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
  8. --- libsndfile.orig/doc/bugs.html
  9. +++ libsndfile/doc/bugs.html
  10. @@ -31,7 +31,7 @@
  11. <UL>
  12. <LI> Compilation problems on new platforms.
  13. <LI> Errors being detected during the `make check' process.
  14. - <LI> Segmentation faults occuring inside libsndfile.
  15. + <LI> Segmentation faults occurring inside libsndfile.
  16. <LI> libsndfile hanging when opening a file.
  17. <LI> Supported sound file types being incorrectly read or written.
  18. <LI> Omissions, errors or spelling mistakes in the documentation.
  19. --- libsndfile.orig/programs/sndfile-convert.c
  20. +++ libsndfile/programs/sndfile-convert.c
  21. @@ -317,7 +317,7 @@
  22. if ((sfinfo.format & SF_FORMAT_SUBMASK) == SF_FORMAT_GSM610 && sfinfo.samplerate != 8000)
  23. { printf (
  24. "WARNING: GSM 6.10 data format only supports 8kHz sample rate. The converted\n"
  25. - "ouput file will contain the input data converted to the GSM 6.10 data format\n"
  26. + "output file will contain the input data converted to the GSM 6.10 data format\n"
  27. "but not re-sampled.\n"
  28. ) ;
  29. } ;
  30. --- libsndfile.orig/src/ogg.c
  31. +++ libsndfile/src/ogg.c
  32. @@ -193,7 +193,7 @@
  33. break ;
  34. } ;
  35. - psf_log_printf (psf, "This Ogg bitstream contains some uknown data type.\n") ;
  36. + psf_log_printf (psf, "This Ogg bitstream contains some unknown data type.\n") ;
  37. return SFE_UNIMPLEMENTED ;
  38. } /* ogg_stream_classify */
  39. --- libsndfile.orig/src/wavlike.c
  40. +++ libsndfile/src/wavlike.c
  41. @@ -161,7 +161,7 @@
  42. { psf_log_printf (psf, " Bit Width : 24\n") ;
  43. psf_log_printf (psf, "\n"
  44. - " Ambiguous information in 'fmt ' chunk. Possibile file types:\n"
  45. + " Ambiguous information in 'fmt ' chunk. Possible file types:\n"
  46. " 0) Invalid IEEE float file generated by Syntrillium's Cooledit!\n"
  47. " 1) File generated by ALSA's arecord containing 24 bit samples in 32 bit containers.\n"
  48. " 2) 24 bit file with incorrect Block Align value.\n"