60-spelling.patch 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. This patch fixes some minor spelling mistakes
  2. diff -Naur id3lib-3.8.3.orig//ChangeLog id3lib-3.8.3//ChangeLog
  3. --- id3lib-3.8.3.orig//ChangeLog 2010-06-08 05:21:47.817061336 +0200
  4. +++ id3lib-3.8.3//ChangeLog 2010-06-08 05:21:05.320811354 +0200
  5. @@ -2266,7 +2266,7 @@
  6. * examples/demo_info.cpp (1.19):
  7. (PrintInformation): When printing synced lyrics info, now uses a
  8. MemoryReader, BinaryNumberReader, and TextReader to extract the
  9. - infromation from the binary field. This is a cheat, since these
  10. + information from the binary field. This is a cheat, since these
  11. classes aren't normally exposed to folks using the library.
  12. Hopefully they will be exposed soon enough for the next major
  13. release.
  14. diff -Naur id3lib-3.8.3.orig//doc/id3v2.3.0.html id3lib-3.8.3//doc/id3v2.3.0.html
  15. --- id3lib-3.8.3.orig//doc/id3v2.3.0.html 2010-06-08 05:21:47.859810543 +0200
  16. +++ id3lib-3.8.3//doc/id3v2.3.0.html 2010-06-08 05:21:05.373811128 +0200
  17. @@ -2157,7 +2157,7 @@
  18. 64.Native American
  19. 65.Cabaret
  20. 66.New Wave
  21. - 67.Psychadelic
  22. + 67.Psychedelic
  23. 68.Rave
  24. 69.Showtunes
  25. 70.Trailer
  26. @@ -2254,4 +2254,4 @@
  27. Email: <a href="mailto:johan@id3.org">johan@id3.org</a>
  28. </p>
  29. -</body></html>
  30. \ No newline at end of file
  31. +</body></html>
  32. diff -Naur id3lib-3.8.3.orig//doc/id3v2.3.0.txt id3lib-3.8.3//doc/id3v2.3.0.txt
  33. --- id3lib-3.8.3.orig//doc/id3v2.3.0.txt 2010-06-08 05:21:47.860810639 +0200
  34. +++ id3lib-3.8.3//doc/id3v2.3.0.txt 2010-06-08 05:21:05.374811307 +0200
  35. @@ -1929,7 +1929,7 @@
  36. 64.Native American
  37. 65.Cabaret
  38. 66.New Wave
  39. - 67.Psychadelic
  40. + 67.Psychedelic
  41. 68.Rave
  42. 69.Showtunes
  43. 70.Trailer
  44. diff -Naur id3lib-3.8.3.orig//id3com/id3com.idl id3lib-3.8.3//id3com/id3com.idl
  45. --- id3lib-3.8.3.orig//id3com/id3com.idl 2010-06-08 05:21:47.818060988 +0200
  46. +++ id3lib-3.8.3//id3com/id3com.idl 2010-06-08 05:21:05.355061546 +0200
  47. @@ -179,7 +179,7 @@
  48. /* USER */ ID3_TERMSOFUSE, /**< Terms of use */
  49. /* USLT */ ID3_UNSYNCEDLYRICS, /**< Unsynchronized lyric/text transcription */
  50. /* WCOM */ ID3_WWWCOMMERCIALINFO, /**< Commercial information */
  51. - /* WCOP */ ID3_WWWCOPYRIGHT, /**< Copyright/Legal infromation */
  52. + /* WCOP */ ID3_WWWCOPYRIGHT, /**< Copyright/Legal information */
  53. /* WOAF */ ID3_WWWAUDIOFILE, /**< Official audio file webpage */
  54. /* WOAR */ ID3_WWWARTIST, /**< Official artist/performer webpage */
  55. /* WOAS */ ID3_WWWAUDIOSOURCE, /**< Official audio source webpage */
  56. diff -Naur id3lib-3.8.3.orig//include/id3/globals.h id3lib-3.8.3//include/id3/globals.h
  57. --- id3lib-3.8.3.orig//include/id3/globals.h 2010-06-08 05:21:47.818060988 +0200
  58. +++ id3lib-3.8.3//include/id3/globals.h 2010-06-08 05:22:27.395811102 +0200
  59. @@ -313,7 +313,7 @@
  60. /* USER */ ID3FID_TERMSOFUSE, /**< Terms of use */
  61. /* USLT */ ID3FID_UNSYNCEDLYRICS, /**< Unsynchronized lyric/text transcription */
  62. /* WCOM */ ID3FID_WWWCOMMERCIALINFO, /**< Commercial information */
  63. - /* WCOP */ ID3FID_WWWCOPYRIGHT, /**< Copyright/Legal infromation */
  64. + /* WCOP */ ID3FID_WWWCOPYRIGHT, /**< Copyright/Legal information */
  65. /* WOAF */ ID3FID_WWWAUDIOFILE, /**< Official audio file webpage */
  66. /* WOAR */ ID3FID_WWWARTIST, /**< Official artist/performer webpage */
  67. /* WOAS */ ID3FID_WWWAUDIOSOURCE, /**< Official audio source webpage */
  68. @@ -608,7 +608,7 @@
  69. "Native American", //64
  70. "Cabaret", //65
  71. "New Wave", //66
  72. - "Psychadelic", //67
  73. + "Psychedelic", //67
  74. "Rave", //68
  75. "Showtunes", //69
  76. "Trailer", //70
  77. @@ -686,7 +686,7 @@
  78. "Christian Rock ", //141
  79. "Merengue", //142
  80. "Salsa", //143
  81. - "Trash Metal", //144
  82. + "Thrash Metal", //144
  83. "Anime", //145
  84. "JPop", //146
  85. "Synthpop" //147
  86. diff -Naur id3lib-3.8.3.orig//src/field.cpp id3lib-3.8.3//src/field.cpp
  87. --- id3lib-3.8.3.orig//src/field.cpp 2010-06-08 05:21:47.818060988 +0200
  88. +++ id3lib-3.8.3//src/field.cpp 2010-06-08 05:21:05.373811128 +0200
  89. @@ -719,7 +719,7 @@
  90. // USER ID3FID_TERMSOFUSE Terms of use
  91. // USLT ULT ID3FID_UNSYNCEDLYRICS Unsynchronized lyric/text transcription
  92. // WCOM WCM ID3FID_WWWCOMMERCIALINFO Commercial information
  93. -// WCOP WCM ID3FID_WWWCOPYRIGHT Copyright/Legal infromation
  94. +// WCOP WCM ID3FID_WWWCOPYRIGHT Copyright/Legal information
  95. // WOAF WCP ID3FID_WWWAUDIOFILE Official audio file webpage
  96. // WOAR WAF ID3FID_WWWARTIST Official artist/performer webpage
  97. // WOAS WAR ID3FID_WWWAUDIOSOURCE Official audio source webpage
  98. @@ -813,7 +813,7 @@
  99. {ID3FID_TERMSOFUSE, "" , "USER", false, false, ID3FD_TermsOfUse, "Terms of use"},
  100. {ID3FID_UNSYNCEDLYRICS, "ULT", "USLT", false, false, ID3FD_GeneralText, "Unsynchronized lyric/text transcription"},
  101. {ID3FID_WWWCOMMERCIALINFO, "WCM", "WCOM", false, false, ID3FD_URL, "Commercial information"},
  102. - {ID3FID_WWWCOPYRIGHT, "WCP", "WCOP", false, false, ID3FD_URL, "Copyright/Legal infromation"},
  103. + {ID3FID_WWWCOPYRIGHT, "WCP", "WCOP", false, false, ID3FD_URL, "Copyright/Legal information"},
  104. {ID3FID_WWWAUDIOFILE, "WAF", "WOAF", false, false, ID3FD_URL, "Official audio file webpage"},
  105. {ID3FID_WWWARTIST, "WAR", "WOAR", false, false, ID3FD_URL, "Official artist/performer webpage"},
  106. {ID3FID_WWWAUDIOSOURCE, "WAS", "WOAS", false, false, ID3FD_URL, "Official audio source webpage"},