aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/asf
diff options
context:
space:
mode:
authorTsuda Kageyu <tsuda.kageyu@gmail.com>2015-06-09 10:33:32 +0900
committerTsuda Kageyu <tsuda.kageyu@gmail.com>2015-06-09 10:33:32 +0900
commit2b260fd2e8dbb5f9a0f66fb8801f60f31859aacc (patch)
tree5fd79348c6450666bd2af58826e94be61134a398 /taglib/asf
parentb1a35a8b31fcb20326b6e2fdb60d84e14e1ac3ed (diff)
Fix some typos in comments.
Diffstat (limited to 'taglib/asf')
-rw-r--r--taglib/asf/asffile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/taglib/asf/asffile.h b/taglib/asf/asffile.h
index 5ccf2fde..94b2d076 100644
--- a/taglib/asf/asffile.h
+++ b/taglib/asf/asffile.h
@@ -54,7 +54,7 @@ namespace TagLib {
* \a propertiesStyle are ignored. The audio properties are always
* read.
*/
- File(FileName file, bool readProperties = true,
+ File(FileName file, bool readProperties = true,
Properties::ReadStyle propertiesStyle = Properties::Average);
/*!
@@ -67,7 +67,7 @@ namespace TagLib {
* \note TagLib will *not* take ownership of the stream, the caller is
* responsible for deleting it after the File object.
*/
- File(IOStream *stream, bool readProperties = true,
+ File(IOStream *stream, bool readProperties = true,
Properties::ReadStyle propertiesStyle = Properties::Average);
/*!