]> granicus.if.org Git - taglib/commitdiff
Fix a typo in a comment.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Sat, 21 Nov 2015 01:32:32 +0000 (10:32 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Sat, 21 Nov 2015 01:32:32 +0000 (10:32 +0900)
taglib/fileref.h

index 4c4311802f011286c9be5423ead078c44fee293e..387b2f518e6bc89d23ac5a58ce58c1439901aedd 100644 (file)
@@ -142,7 +142,7 @@ namespace TagLib {
                      audioPropertiesStyle = AudioProperties::Average);
 
     /*!
-     * Contruct a FileRef using \a file.  The FileRef now takes ownership of the
+     * Construct a FileRef using \a file.  The FileRef now takes ownership of the
      * pointer and will delete the File when it passes out of scope.
      */
     explicit FileRef(File *file);