Fix a typo in a comment.

This commit is contained in:
Tsuda Kageyu 2015-11-21 10:32:32 +09:00
parent 61dabe61a7
commit 8724184d56

View 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);