aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/dsf/dsffile.h
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/dsf/dsffile.h')
-rw-r--r--taglib/dsf/dsffile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/taglib/dsf/dsffile.h b/taglib/dsf/dsffile.h
index e75298d7..aac288f8 100644
--- a/taglib/dsf/dsffile.h
+++ b/taglib/dsf/dsffile.h
@@ -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.
*/