]> granicus.if.org Git - taglib/commitdiff
Fix copy+paste typos
authorJeff Mitchell <mitchell@kde.org>
Wed, 14 Oct 2009 14:44:15 +0000 (14:44 +0000)
committerJeff Mitchell <mitchell@kde.org>
Wed, 14 Oct 2009 14:44:15 +0000 (14:44 +0000)
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1035209 283d02a7-25f6-0310-bc7c-ecb5cbfe19da

taglib/mp4/mp4file.h

index 53d4a028a6aa452cc2283fb4b1eda91d0b285bed..0c09c04e458c1f45319d7a494a66f924cac4d52b 100644 (file)
@@ -49,7 +49,7 @@ namespace TagLib {
     {
     public:
       /*!
-       * Contructs an ASF file from \a file.  If \a readProperties is true the
+       * Contructs a MP4 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.
        *
@@ -69,7 +69,7 @@ namespace TagLib {
        * MP4::Tag implements the tag interface, so this serves as the
        * reimplementation of TagLib::File::tag().
        *
-       * \note The Tag <b>is still</b> owned by the ASF::File and should not be
+       * \note The Tag <b>is still</b> owned by the MP4::File and should not be
        * deleted by the user.  It will be deleted when the file (object) is
        * destroyed.
        */