Warning, /multimedia/kid3/packaging/patches/id3lib-3.8.3-60-spelling.patch is written in an unsupported language. File is not indexed.

0001 This patch fixes some minor spelling mistakes
0002 diff -Naur id3lib-3.8.3.orig//ChangeLog id3lib-3.8.3//ChangeLog
0003 --- id3lib-3.8.3.orig//ChangeLog        2010-06-08 05:21:47.817061336 +0200
0004 +++ id3lib-3.8.3//ChangeLog     2010-06-08 05:21:05.320811354 +0200
0005 @@ -2266,7 +2266,7 @@
0006         * examples/demo_info.cpp (1.19): 
0007         (PrintInformation): When printing synced lyrics info, now uses a 
0008         MemoryReader, BinaryNumberReader, and TextReader to extract the 
0009 -       infromation from the binary field.  This is a cheat, since these 
0010 +       information from the binary field.  This is a cheat, since these 
0011         classes aren't normally exposed to folks using the library. 
0012         Hopefully they will be exposed soon enough for the next major
0013         release.  
0014 diff -Naur id3lib-3.8.3.orig//include/id3/globals.h id3lib-3.8.3//include/id3/globals.h
0015 --- id3lib-3.8.3.orig//include/id3/globals.h    2010-06-08 05:21:47.818060988 +0200
0016 +++ id3lib-3.8.3//include/id3/globals.h 2010-06-08 05:22:27.395811102 +0200
0017 @@ -313,7 +313,7 @@
0018    /* USER */ ID3FID_TERMSOFUSE,        /**< Terms of use */
0019    /* USLT */ ID3FID_UNSYNCEDLYRICS,    /**< Unsynchronized lyric/text transcription */
0020    /* WCOM */ ID3FID_WWWCOMMERCIALINFO, /**< Commercial information */
0021 -  /* WCOP */ ID3FID_WWWCOPYRIGHT,      /**< Copyright/Legal infromation */
0022 +  /* WCOP */ ID3FID_WWWCOPYRIGHT,      /**< Copyright/Legal information */
0023    /* WOAF */ ID3FID_WWWAUDIOFILE,      /**< Official audio file webpage */
0024    /* WOAR */ ID3FID_WWWARTIST,         /**< Official artist/performer webpage */
0025    /* WOAS */ ID3FID_WWWAUDIOSOURCE,    /**< Official audio source webpage */
0026 @@ -608,7 +608,7 @@
0027    "Native American",   //64
0028    "Cabaret",           //65
0029    "New Wave",          //66
0030 -  "Psychadelic",       //67
0031 +  "Psychedelic",       //67
0032    "Rave",              //68
0033    "Showtunes",         //69
0034    "Trailer",           //70
0035 @@ -686,7 +686,7 @@
0036    "Christian Rock ",       //141
0037    "Merengue",              //142
0038    "Salsa",                 //143
0039 -  "Trash Metal",           //144
0040 +  "Thrash Metal",          //144
0041    "Anime",                 //145
0042    "JPop",                  //146
0043    "Synthpop"               //147
0044 diff -Naur id3lib-3.8.3.orig//src/field.cpp id3lib-3.8.3//src/field.cpp
0045 --- id3lib-3.8.3.orig//src/field.cpp    2010-06-08 05:21:47.818060988 +0200
0046 +++ id3lib-3.8.3//src/field.cpp 2010-06-08 05:21:05.373811128 +0200
0047 @@ -719,7 +719,7 @@
0048  // USER       ID3FID_TERMSOFUSE        Terms of use
0049  // USLT  ULT  ID3FID_UNSYNCEDLYRICS    Unsynchronized lyric/text transcription
0050  // WCOM  WCM  ID3FID_WWWCOMMERCIALINFO Commercial information
0051 -// WCOP  WCM  ID3FID_WWWCOPYRIGHT      Copyright/Legal infromation
0052 +// WCOP  WCM  ID3FID_WWWCOPYRIGHT      Copyright/Legal information
0053  // WOAF  WCP  ID3FID_WWWAUDIOFILE      Official audio file webpage
0054  // WOAR  WAF  ID3FID_WWWARTIST         Official artist/performer webpage
0055  // WOAS  WAR  ID3FID_WWWAUDIOSOURCE    Official audio source webpage
0056 @@ -813,7 +813,7 @@
0057    {ID3FID_TERMSOFUSE,        ""   , "USER", false, false, ID3FD_TermsOfUse,    "Terms of use"},
0058    {ID3FID_UNSYNCEDLYRICS,    "ULT", "USLT", false, false, ID3FD_GeneralText,   "Unsynchronized lyric/text transcription"},
0059    {ID3FID_WWWCOMMERCIALINFO, "WCM", "WCOM", false, false, ID3FD_URL,           "Commercial information"},
0060 -  {ID3FID_WWWCOPYRIGHT,      "WCP", "WCOP", false, false, ID3FD_URL,           "Copyright/Legal infromation"},
0061 +  {ID3FID_WWWCOPYRIGHT,      "WCP", "WCOP", false, false, ID3FD_URL,           "Copyright/Legal information"},
0062    {ID3FID_WWWAUDIOFILE,      "WAF", "WOAF", false, false, ID3FD_URL,           "Official audio file webpage"},
0063    {ID3FID_WWWARTIST,         "WAR", "WOAR", false, false, ID3FD_URL,           "Official artist/performer webpage"},
0064    {ID3FID_WWWAUDIOSOURCE,    "WAS", "WOAS", false, false, ID3FD_URL,           "Official audio source webpage"},