[easytag: 4/4] Fix typo in ID3v2.4 code comment



commit 238b1e3da15de8acd4ebad4749feb6751371b11c
Author: David King <amigadave amigadave com>
Date:   Sun Jan 17 19:35:05 2016 +0000

    Fix typo in ID3v2.4 code comment

 src/tags/id3v24_tag.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/tags/id3v24_tag.c b/src/tags/id3v24_tag.c
index acacb99..348f59e 100644
--- a/src/tags/id3v24_tag.c
+++ b/src/tags/id3v24_tag.c
@@ -1298,7 +1298,7 @@ id3taglib_set_field(struct id3_frame *frame,
 
     if (str)
     {
-        /* Prepare str for writing according to easytag charset coversion settings */
+        /* Prepare str according to encoding conversion settings. */
         if ((!g_settings_get_boolean (MainSettings, "id3v2-enable-unicode"))
             || (type == ID3_FIELD_TYPE_LATIN1)
             || (type == ID3_FIELD_TYPE_LATIN1FULL)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]