]> granicus.if.org Git - taglib/commitdiff
Fix spelling and typos
authorJonas Kvinge <jonas@jkvinge.net>
Mon, 26 Aug 2019 21:23:33 +0000 (23:23 +0200)
committerJonas Kvinge <jonas@jkvinge.net>
Mon, 26 Aug 2019 21:23:33 +0000 (23:23 +0200)
14 files changed:
NEWS
taglib/dsdiff/dsdifffile.h
taglib/dsf/dsffile.h
taglib/it/itfile.cpp
taglib/mpeg/id3v2/frames/tableofcontentsframe.cpp
taglib/mpeg/id3v2/frames/textidentificationframe.cpp
taglib/mpeg/id3v2/id3v2extendedheader.h
taglib/mpeg/id3v2/id3v2frame.h
taglib/mpeg/id3v2/id3v2tag.h
taglib/ogg/oggpageheader.h
taglib/toolkit/tfilestream.cpp
taglib/xm/xmfile.cpp
tests/test_fileref.cpp
tests/test_id3v2.cpp

diff --git a/NEWS b/NEWS
index 8f8b8ac129e8d1686846ef7a7f1d0a3ad17d321f..434cae9e912352c16e9bdb09657c552d24221c7e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -245,7 +245,7 @@ TagLib 1.6.3 (Apr 17, 2010)
  * Fixed definitions of the TAGLIB_WITH_MP4 and TAGLIB_WITH_ASF macros.
  * Fixed upgrading of ID3v2.3 genre frame with ID3v1 code 0 (Blues).
  * New method `int String::toInt(bool *ok)` which can return whether the
-   conversion to a number was successfull.
+   conversion to a number was successful.
  * Fixed parsing of incorrectly written lengths in ID3v2 (affects mainly
    compressed frames). (BUG:231075)
 
@@ -253,7 +253,7 @@ TagLib 1.6.2 (Apr 9, 2010)
 ==========================
 
  * Read Vorbis Comments from the first FLAC metadata block, if there are
-   multipe ones. (BUG:211089)
+   multiple ones. (BUG:211089)
  * Fixed a memory leak in FileRef's OGA format detection.
  * Fixed compilation with the Sun Studio compiler. (BUG:215225)
  * Handle WM/TrackNumber attributes with DWORD content in WMA files.
@@ -288,7 +288,7 @@ TagLib 1.6 (Sep 13, 2009)
  * Added support for disabling dllimport/dllexport on Windows using the
    TAGLIB_STATIC macro.
  * Support for parsing the obsolete 'gnre' MP4 atom.
- * New cpp macros TAGLIB_WITH_MP4 and TAGLIB_WITH_ASF to determin if
+ * New cpp macros TAGLIB_WITH_MP4 and TAGLIB_WITH_ASF to determine if
    TagLib was built with MP4/ASF support.
 
 1.6 RC1:
index 8b88874420ec479f47e8e6d93bf28f3445af055f..9248a3e35acfcada502fb4dea5b70ceac1706fac 100644 (file)
@@ -40,9 +40,9 @@ namespace TagLib {
    *
    * This supports an ID3v2 tag as well as reading stream from the ID3 RIFF
    * chunk as well as properties from the file.
-   * Description of the DSDIFF format is available 
+   * Description of the DSDIFF format is available
    * at http://dsd-guide.com/sites/default/files/white-papers/DSDIFF_1.5_Spec.pdf
-   * DSDIFF standard does not explictly specify the ID3V2 chunk
+   * DSDIFF standard does not explicitly specify the ID3V2 chunk
    * It can be found at the root level, but also sometimes inside the PROP chunk
    * In addition, title and artist info are stored as part of the standard
    */
@@ -178,7 +178,7 @@ namespace TagLib {
       bool hasID3v2Tag() const;
 
       /*!
-       * Returns whether or not the file on disk actually has the DSDIFF 
+       * Returns whether or not the file on disk actually has the DSDIFF
        * Title & Artist tag.
        *
        * \see DIINTag()
index e75298d7c910d51da3b9a09c02a67f5ffbacca5a..aac288f8ed577b2ae2dc4bbf8db5e507279ab52e 100644 (file)
@@ -55,7 +55,7 @@ namespace TagLib {
     {
     public:
       /*!
-       * Contructs an DSF file from \a file.  If \a readProperties is true the
+       * Constructs an DSF file from \a file.  If \a readProperties is true the
        * file's audio properties will also be read using \a propertiesStyle.  If
        * false, \a propertiesStyle is ignored.
        */
@@ -63,7 +63,7 @@ namespace TagLib {
            Properties::ReadStyle propertiesStyle = Properties::Average);
 
       /*!
-       * Contructs an DSF file from \a file.  If \a readProperties is true the
+       * Constructs an DSF file from \a file.  If \a readProperties is true the
        * file's audio properties will also be read using \a propertiesStyle.  If
        * false, \a propertiesStyle is ignored.
        */
index 19dee235eca1b40637cf4be8f7a51fe053f1d594..3b35f0d8b4fd74410dad7c7c29cb5093d452864d 100644 (file)
@@ -277,7 +277,7 @@ void IT::File::read(bool)
   //       in the instrument/sample names and more characters
   //       afterwards. The spec does not mention such a case.
   //       Currently I just discard anything after a nil, but
-  //       e.g. VLC seems to interprete a nil as a space. I
+  //       e.g. VLC seems to interpret a nil as a space. I
   //       don't know what is the proper behaviour.
   for(unsigned short i = 0; i < instrumentCount; ++ i) {
     seek(192L + length + ((long)i << 2));
index efe89d1717a2dfff58c00a02891c83f2b0d1c87b..9bd63fbe807704f1bff14efcb6b91ab26f48c21d 100644 (file)
@@ -55,7 +55,7 @@ public:
 namespace {
 
   // These functions are needed to try to aim for backward compatibility with
-  // an API that previously (unreasonably) required null bytes to be appeneded
+  // an API that previously (unreasonably) required null bytes to be appended
   // at the end of identifiers explicitly by the API user.
 
   // BIC: remove these
index 61cf6ed8bba418e4d782484bf44780820e819850..9b1eacd1a6eb42342799a6aeaf7f44fd39f195d6 100644 (file)
@@ -277,7 +277,7 @@ PropertyMap TextIdentificationFrame::makeTIPLProperties() const
         break;
       }
     if(!found){
-      // invalid involved role -> mark whole frame as unsupported in order to be consisten with writing
+      // invalid involved role -> mark whole frame as unsupported in order to be consistent with writing
       map.clear();
       map.unsupportedData().append(frameID());
       return map;
index 6d9386e6b2e76e494c9ccab823ea65129ff28323..646623386af2dd3d9caf9a7a0f69c72da02dc8a9 100644 (file)
@@ -38,7 +38,7 @@ namespace TagLib {
 
     /*!
      * This class implements ID3v2 extended headers.  It attempts to follow,
-     * both semantically and programatically, the structure specified in
+     * both semantically and programmatically, the structure specified in
      * the ID3v2 standard.  The API is based on the properties of ID3v2 extended
      * headers specified there.  If any of the terms used in this documentation
      * are unclear please check the specification in the linked section.
index a179cd424f42a833913dcfcdb9ed809a26a24887..ad2056dae9443d99a6f94582f83a48c47e50a95d 100644 (file)
@@ -224,7 +224,7 @@ namespace TagLib {
        * This is useful for reading strings sequentially.
        */
       String readStringField(const ByteVector &data, String::Type encoding,
-                             int *positon = 0);
+                             int *position = 0);
 
       /*!
        * Checks a the list of string values to see if they can be used with the
@@ -255,7 +255,7 @@ namespace TagLib {
 
 
       /*!
-       * Parses the contents of this frame as PropertyMap. If that fails, the returend
+       * Parses the contents of this frame as PropertyMap. If that fails, the returned
        * PropertyMap will be empty, and its unsupportedData() will contain this frame's
        * ID.
        * BIC: Will be a virtual function in future releases.
index 4367181fa3d65ef4a7b2255c8dc45ca741a867fb..7cb86946e4b928c9f91b420426e5528aa5566c82 100644 (file)
@@ -310,7 +310,7 @@ namespace TagLib {
        *    - otherwise, the key "LYRICS:<description>" is used;
        *  - if the frame ID is "TIPL" (involved peoples list), and if all the
        *    roles defined in the frame are known in TextIdentificationFrame::involvedPeopleMap(),
-       *    then "<role>=<name>" will be contained in the returned obejct for each
+       *    then "<role>=<name>" will be contained in the returned object for each
        *  - if the frame ID is "TMCL" (musician credit list), then
        *    "PERFORMER:<instrument>=<name>" will be contained in the returned
        *    PropertyMap for each defined musician
index 42f673075cb5ad548b718ed0df3fd41af827f344..571155fca90ae7715b97c55ee606ca0028069f20 100644 (file)
@@ -156,7 +156,7 @@ namespace TagLib {
       /*!
        * A special value of containing the position of the packet to be
        * interpreted by the codec.  It is only supported here so that it may be
-       * coppied from one page to another.
+       * copied from one page to another.
        *
        * \see absoluteGranularPosition()
        */
index 20e1dfbc67fa4a4073bb7f88091bc85340f9b6ba..94bd3362722549876786297b4a60139b7e07c784 100644 (file)
@@ -264,7 +264,7 @@ void FileStream::insert(const ByteVector &data, unsigned long start, unsigned lo
   // Now I'll explain the steps in this ugliness:
 
   // First, make sure that we're working with a buffer that is longer than
-  // the *differnce* in the tag sizes.  We want to avoid overwriting parts
+  // the *difference* in the tag sizes.  We want to avoid overwriting parts
   // that aren't yet in memory, so this is necessary.
 
   unsigned long bufferLength = bufferSize();
index 216dfd8cdd377b4c254c010ab102b3580054d862..e10e8f0148e7e90ec01bec78d4ff2cd965b5a8d8 100644 (file)
@@ -592,7 +592,7 @@ void XM::File::read(bool)
       sumSampleCount += sampleCount;
       // wouldn't know which header size to assume otherwise:
       READ_ASSERT(instrumentHeaderSize >= count + 4 && readU32L(sampleHeaderSize));
-      // skip unhandeled header proportion:
+      // skip unhandled header proportion:
       seek(instrumentHeaderSize - count - 4, Current);
 
       for(unsigned short j = 0; j < sampleCount; ++ j) {
@@ -620,7 +620,7 @@ void XM::File::read(bool)
 
         unsigned int count = sample.read(*this, sampleHeaderSize);
         READ_ASSERT(count == std::min(sampleHeaderSize, (unsigned long)sample.size()));
-        // skip unhandeled header proportion:
+        // skip unhandled header proportion:
         seek(sampleHeaderSize - count, Current);
 
         offset += sampleLength;
index 8394b87581dcec89b636fc1e2783d2bc4e7d140d..afdc140c4bdedf0ee41e28e5f1d53de74292317e 100644 (file)
@@ -292,12 +292,12 @@ public:
   {
     fileRefSave<RIFF::AIFF::File>("alaw", ".aifc");
   }
-  
+
   void testDSF()
   {
     fileRefSave<DSF::File>("empty10ms",".dsf");
   }
-  
+
   void testDSDIFF()
   {
     fileRefSave<DSDIFF::File>("empty10ms",".dff");
@@ -314,7 +314,7 @@ public:
 
   void testCreate()
   {
-    // This is depricated. But worth it to test.
+    // This is deprecated. But worth it to test.
 
     File *f = FileRef::create(TEST_FILE_PATH_C("empty_vorbis.oga"));
     CPPUNIT_ASSERT(dynamic_cast<Ogg::Vorbis::File*>(f));
index 8c6f67dccfecb917cbc819b02543afa01d5dac95..0e36d77fe6d066a7f9bc55dc15642ee666b40737 100644 (file)
@@ -56,8 +56,8 @@ class PublicFrame : public ID3v2::Frame
   public:
     PublicFrame() : ID3v2::Frame(ByteVector("XXXX\0\0\0\0\0\0", 10)) {}
     String readStringField(const ByteVector &data, String::Type encoding,
-                           int *positon = 0)
-      { return ID3v2::Frame::readStringField(data, encoding, positon); }
+                           int *position = 0)
+      { return ID3v2::Frame::readStringField(data, encoding, position); }
     virtual String toString() const { return String(); }
     virtual void parseFields(const ByteVector &) {}
     virtual ByteVector renderFields() const { return ByteVector(); }