From 8724184d5693624cf1097f4d3b8dd83aa3b490c8 Mon Sep 17 00:00:00 2001 From: Tsuda Kageyu <tsuda.kageyu@gmail.com> Date: Sat, 21 Nov 2015 10:32:32 +0900 Subject: [PATCH] Fix a typo in a comment. --- taglib/fileref.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taglib/fileref.h b/taglib/fileref.h index 4c431180..387b2f51 100644 --- a/taglib/fileref.h +++ b/taglib/fileref.h @@ -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); -- 2.40.0