diff options
Diffstat (limited to 'src/song_update.c')
-rw-r--r-- | src/song_update.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/song_update.c b/src/song_update.c index 148ca0d3b..e2a845eef 100644 --- a/src/song_update.c +++ b/src/song_update.c @@ -190,7 +190,7 @@ song_file_update_inarchive(struct song *song) tag_free(song->tag); //accept every file that has music suffix - //because we dont support tag reading throught + //because we don't support tag reading through //input streams song->tag = tag_new(); |