aboutsummaryrefslogtreecommitdiffstats
path: root/taglib/mpeg/id3v2/frames/textidentificationframe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'taglib/mpeg/id3v2/frames/textidentificationframe.cpp')
-rw-r--r--taglib/mpeg/id3v2/frames/textidentificationframe.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/taglib/mpeg/id3v2/frames/textidentificationframe.cpp b/taglib/mpeg/id3v2/frames/textidentificationframe.cpp
index 61cf6ed8..9b1eacd1 100644
--- a/taglib/mpeg/id3v2/frames/textidentificationframe.cpp
+++ b/taglib/mpeg/id3v2/frames/textidentificationframe.cpp
@@ -277,7 +277,7 @@ PropertyMap TextIdentificationFrame::makeTIPLProperties() const
break;
}
if(!found){
- // invalid involved role -> mark whole frame as unsupported in order to be consisten with writing
+ // invalid involved role -> mark whole frame as unsupported in order to be consistent with writing
map.clear();
map.unsupportedData().append(frameID());
return map;